COLOR #9C6AEA

HEX: #9C6AEA
RGB: (156,106,234)

Color info

#9C6AEA contains mainly blue color. Web safe color of #9C6AEA is #9966FF (or #96F).

RGB color model

#9C6AEA color RGB value is (156,106,234).

  • red value is 156;
  • green value is 106;
  • blue value is 234.
RGB:
(156,106,234)
(61%,42%,92%)

RGB channels and saturation

R 156 of 255 = 61%
G 106 of 255 = 42%
B 234 of 255 = 92%

156
106
234

R + G + B ~ 65%. #9C6AEA is quite light color.

Portions of RGB colors in percentages

R + G + B =
156 + 106 + 234 = 496 (100%)
R 156 of 496 ~ 31.45%
G 106 of 496 ~ 21.37%
B 234 of 496 ~ 47.18%

%31.45
%21.37
%47.18

CMYK color model

#9C6AEA color CMYK value is (33,55,0,8).

  • cyan value is 33.33%
  • magenta value is 54.70%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(33,55,0,8)
C33M55Y0K8 
(33%,55%,0%,8%)
(0.33/0.55/0.00/0.08)	

CMYK percentages

%33.33
%54.7
%0
%8.24

Codes

Color #9C6AEA in popluar color models

9C6AEA
RGB156106234
HSL263°75.29%66.67%
HSB/HSV263°54.70%91.76%
CMYK33.33%54.70%0.00%
8.24%

Color #9C6AEA in popluar number systems.

HEX9C6AEA
Decimal156106234
Binary10011100110101011101010
Octal234152352

Shades and tints

Shades of #9C6AEA

#9C6AEA
(156,106,234)
#8E61D5
(142,97,213)
#8058C0
(128,88,192)
#724FAB
(114,79,171)
#644696
(100,70,150)
#563D81
(86,61,129)
#48346C
(72,52,108)
#3A2B57
(58,43,87)
#2C2242
(44,34,66)
#1E192D
(30,25,45)
#101018
(16,16,24)
#000000
(0,0,0)

Tints of #9C6AEA

#9C6AEA
(156,106,234)
#A577EB
(165,119,235)
#AE84EC
(174,132,236)
#B791ED
(183,145,237)
#C09EEE
(192,158,238)
#C9ABEF
(201,171,239)
#D2B8F0
(210,184,240)
#DBC5F1
(219,197,241)
#E4D2F2
(228,210,242)
#EDDFF3
(237,223,243)
#F6ECF4
(246,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9C6AEA color. Also use rgb(156,106,234) instead hex code.

Text Font Color

.myTextColor { color: #9C6AEA; }

<p style="color:#9C6AEA">This sample text font color is #9C6AEA.</p>

This text font color is #9C6AEA.


Background Color

.myBgColor { background-color: #9C6AEA; }

<div style="background-color:#9C6AEA">Inner text</div>

This div background color is #9C6AEA.


Border color

.myBorderColor { border: 1px solid #9C6AEA; }

<div style="border:3px solid #9C6AEA">Div</div>

This div border color is #9C6AEA.


Opacity

.myOpacity80 { color: #9C6AEA; opacity: 0.8; }

<p style="color:#9C6AEA;opacity:0.8;">80%</p>

Text with #9C6AEA color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #9C6AEA;}

<p style="text-shadow: 3px 3px 1px #9C6AEA">Text here.</p>

This text has shadow with #9C6AEA color.

.textShadow {text-shadow: 3px 3px 1px #9C6AEA, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #9C6AEA, 5px 5px 20px red">Text here.</p>

This text has shadow with #9C6AEA primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#9C6AEA, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#9C6AEA, Direction=45, Strength=4)">Text</p>

This text has shadow with #9C6AEA and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #9C6AEA;
  -webkit-box-shadow:	1px 1px 3px 2px #9C6AEA;
  box-shadow:		1px 1px 3px 2px #9C6AEA;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #9C6AEA;
-webkit-box-shadow: 1px 1px 3px 2px #9C6AEA;
box-shadow:1px 1px 3px 2px #9C6AEA;">
Div content here</div>
This div box has shadow with color #9C6AEA.

Preview

Color preview on black background

This text has color #9C6AEA on black background.


Color preview on white background

This text has color #9C6AEA on white background.



Black color preview on #9C6AEA background

This text has black color on #9C6AEA background.


White color preview on #9C6AEA background

This text has white color on #9C6AEA background.