#9D67BA

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

Shades of Deep Lilac #9D67BA

Tints of Deep Lilac #9D67BA

Color information

#9D67BA (or 0x9D67BA) is unknown color: approx Deep Lilac. HEX triplet: 9D, 67 and BA. RGB value is (157,103,186). Sum of RGB (Red+Green+Blue) = 157+103+186=446 (59% of max value = 765). Red value is 157 (61.72% from 255 or 35.20% from 446); Green value is 103 (40.62% from 255 or 23.09% from 446); Blue value is 186 (73.05% from 255 or 41.70% from 446); Max value from RGB is 186 - color contains mainly: blue. Hex color #9D67BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D67BA is #629845. Grayscale: #808080. Windows color (decimal): -6461510 or 12216221. OLE color: 12216221.

HSL color Cylindrical-coordinate representation of color #9D67BA: hue angle of 279.04º 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 #9D67BA is Cyan = 0.16, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB157103186-
CMYK0.160.4500.27
HSL279.04º37.56%56.67%-
HSV(B)279.04º44.62%72.94%-
XYZ27.6220.4148.94-
YUV128.61160.39148.25-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 35.20%
GREEN value IS 103 (40.62% from 255) = 23.09%
BLUE value IS 186 (73.05% from 255) = 41.70%
R=35.20%
G=23.09%
B=41.70%

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
Decimal1571031860.160.4500.27279.0437.5656.67
Hex9D67BA102D01B1172639
Octal23514727220550334274671
Binary1001110111001111011101010000101101011011100010111100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D67BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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