#9C67BA

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

Shades of Deep Lilac #9C67BA

Tints of Deep Lilac #9C67BA

Color information

#9C67BA (or 0x9C67BA) is unknown color: approx Deep Lilac. HEX triplet: 9C, 67 and BA. RGB value is (156,103,186). Sum of RGB (Red+Green+Blue) = 156+103+186=445 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.06% from 445); Green value is 103 (40.62% from 255 or 23.15% from 445); Blue value is 186 (73.05% from 255 or 41.80% from 445); Max value from RGB is 186 - color contains mainly: blue. Hex color #9C67BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C67BA is #639845. Grayscale: #808080. Windows color (decimal): -6527046 or 12216220. OLE color: 12216220.

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

Color convert

RGB156103186-
CMYK0.160.4500.27
HSL278.31º37.56%56.67%-
HSV(B)278.31º44.62%72.94%-
XYZ27.4220.3148.93-
YUV128.31160.56147.75-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 35.06%
GREEN value IS 103 (40.62% from 255) = 23.15%
BLUE value IS 186 (73.05% from 255) = 41.80%
R=35.06%
G=23.15%
B=41.80%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1561031860.160.4500.27278.3137.5656.67
Hex9C67BA102D01B1162639
Octal23414727220550334264671
Binary1001110011001111011101010000101101011011100010110100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C67BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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