#9C69BA

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

Shades of Deep Lilac #9C69BA

Tints of Deep Lilac #9C69BA

Color information

#9C69BA (or 0x9C69BA) is unknown color: approx Deep Lilac. HEX triplet: 9C, 69 and BA. RGB value is (156,105,186). Sum of RGB (Red+Green+Blue) = 156+105+186=447 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.90% from 447); Green value is 105 (41.41% from 255 or 23.49% from 447); Blue value is 186 (73.05% from 255 or 41.61% from 447); Max value from RGB is 186 - color contains mainly: blue. Hex color #9C69BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C69BA is #639645. Grayscale: #818181. Windows color (decimal): -6526534 or 12216732. OLE color: 12216732.

HSL color Cylindrical-coordinate representation of color #9C69BA: hue angle of 277.78º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9C69BA is Cyan = 0.16, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB156105186-
CMYK0.160.4400.27
HSL277.78º36.99%57.06%-
HSV(B)277.78º43.55%72.94%-
XYZ27.6220.7249-
YUV129.48159.9146.91-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 34.90%
GREEN value IS 105 (41.41% from 255) = 23.49%
BLUE value IS 186 (73.05% from 255) = 41.61%
R=34.90%
G=23.49%
B=41.61%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1561051860.160.4400.27277.7836.9957.06
Hex9C69BA102C01B1162539
Octal23415127220540334264571
Binary1001110011010011011101010000101100011011100010110100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C69BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,105,186); }

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

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

 a { background-color: rgb(156,105,186); }

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

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

 span { border-color: rgb(156,105,186); }

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