#9A66B4

Color #9A66B4 Deep Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Lilac #9A66B4

Tints of Deep Lilac #9A66B4

Color information

#9A66B4 (or 0x9A66B4) is unknown color: approx Deep Lilac. HEX triplet: 9A, 66 and B4. RGB value is (154,102,180). Sum of RGB (Red+Green+Blue) = 154+102+180=436 (57% of max value = 765). Red value is 154 (60.55% from 255 or 35.32% from 436); Green value is 102 (40.23% from 255 or 23.39% from 436); Blue value is 180 (70.70% from 255 or 41.28% from 436); Max value from RGB is 180 - color contains mainly: blue. Hex color #9A66B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A66B4 is #65994B. Grayscale: #7E7E7E. Windows color (decimal): -6658380 or 11822746. OLE color: 11822746.

HSL color Cylindrical-coordinate representation of color #9A66B4: hue angle of 280º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9A66B4 is Cyan = 0.14, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB154102180-
CMYK0.140.4300.29
HSL280º34.21%55.29%-
HSV(B)280º43.33%70.59%-
XYZ26.3219.6745.59-
YUV126.44158.23147.66-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 154 (60.55% from 255) = 35.32%
GREEN value IS 102 (40.23% from 255) = 23.39%
BLUE value IS 180 (70.70% from 255) = 41.28%
R=35.32%
G=23.39%
B=41.28%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1541021800.140.4300.2928034.2155.29
Hex9A66B4E2B01D1182237
Octal23214626416530354304267
Binary100110101100110101101001110101011011101100011000100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A66B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9A66B4; }

 p { color: rgb(154,102,180); }

 H1.HeaderClassName
 {
   color: #9A66B4;
 }
 .AnyTagClassName
 {
   color: #9A66B4;
 }
</style>
background-color css

<style>
 a { background-color: #9A66B4; }

 a { background-color: rgb(154,102,180); }

 div.DivClassName
 {
   background-color: #9A66B4;
 }
 .BgClassName
 {
   background-color: #9A66B4;
 }
</style>
border-color css

<style>
 span { border-color: #9A66B4; }

 span { border-color: rgb(154,102,180); }

 td.TdClassName
 {
   border-color: #9A66B4;
 }
 .TagClassName
 {
   border-color: #9A66B4;
 }
</style>