COLOR #9A66C2

HEX: #9A66C2
RGB: (154,102,194)

Color info

#9A66C2 contains mainly red and blue colors. Web safe color of #9A66C2 is #9966CC (or #96C).

RGB color model

#9A66C2 color RGB value is (154,102,194).

  • red value is 154;
  • green value is 102;
  • blue value is 194.
RGB:
(154,102,194)
(60%,40%,76%)

RGB channels and saturation

R 154 of 255 = 60%
G 102 of 255 = 40%
B 194 of 255 = 76%

154
102
194

R + G + B ~ 59%. #9A66C2 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
154 + 102 + 194 = 450 (100%)
R 154 of 450 ~ 34.22%
G 102 of 450 ~ 22.67%
B 194 of 450 ~ 43.11%

%34.22
%22.67
%43.11

CMYK color model

#9A66C2 color CMYK value is (21,47,0,24).

  • cyan value is 20.62%
  • magenta value is 47.42%
  • yellow value is 0.00%
  • key color value is 23.92%
CMYK:
(21,47,0,24)
C21M47Y0K24 
(21%,47%,0%,24%)
(0.21/0.47/0.00/0.24)	

CMYK percentages

%20.62
%47.42
%0
%23.92

Codes

Color #9A66C2 in popluar color models

9A66C2
RGB154102194
HSL274°42.99%58.04%
HSB/HSV274°47.42%76.08%
CMYK20.62%47.42%0.00%
23.92%

Color #9A66C2 in popluar number systems.

HEX9A66C2
Decimal154102194
Binary10011010110011011000010
Octal232146302

Shades and tints

Shades of #9A66C2

#9A66C2
(154,102,194)
#8C5DB1
(140,93,177)
#7E54A0
(126,84,160)
#704B8F
(112,75,143)
#62427E
(98,66,126)
#54396D
(84,57,109)
#46305C
(70,48,92)
#38274B
(56,39,75)
#2A1E3A
(42,30,58)
#1C1529
(28,21,41)
#0E0C18
(14,12,24)
#000000
(0,0,0)

Tints of #9A66C2

#9A66C2
(154,102,194)
#A373C7
(163,115,199)
#AC80CC
(172,128,204)
#B58DD1
(181,141,209)
#BE9AD6
(190,154,214)
#C7A7DB
(199,167,219)
#D0B4E0
(208,180,224)
#D9C1E5
(217,193,229)
#E2CEEA
(226,206,234)
#EBDBEF
(235,219,239)
#F4E8F4
(244,232,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9A66C2 color. Also use rgb(154,102,194) instead hex code.

Text Font Color

.myTextColor { color: #9A66C2; }

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

This text font color is #9A66C2.


Background Color

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

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

This div background color is #9A66C2.


Border color

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

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

This div border color is #9A66C2.


Opacity

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

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

Text with #9A66C2 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 #9A66C2;}

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

This text has shadow with #9A66C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9A66C2 on black background.


Color preview on white background

This text has color #9A66C2 on white background.



Black color preview on #9A66C2 background

This text has black color on #9A66C2 background.


White color preview on #9A66C2 background

This text has white color on #9A66C2 background.