#9B4DCB

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

Shades of Deep Lilac #9B4DCB

Tints of Deep Lilac #9B4DCB

Color information

#9B4DCB (or 0x9B4DCB) is unknown color: approx Deep Lilac. HEX triplet: 9B, 4D and CB. RGB value is (155,77,203). Sum of RGB (Red+Green+Blue) = 155+77+203=435 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.63% from 435); Green value is 77 (30.47% from 255 or 17.70% from 435); Blue value is 203 (79.69% from 255 or 46.67% from 435); Max value from RGB is 203 - color contains mainly: blue. Hex color #9B4DCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B4DCB is #64B234. Grayscale: #727272. Windows color (decimal): -6599221 or 13323675. OLE color: 13323675.

HSL color Cylindrical-coordinate representation of color #9B4DCB: hue angle of 277.14º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9B4DCB is Cyan = 0.24, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB15577203-
CMYK0.240.6200.20
HSL277.14º54.78%54.9%-
HSV(B)277.14º62.07%79.61%-
XYZ26.9516.5958.28-
YUV114.69177.84156.75-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 35.63%
GREEN value IS 77 (30.47% from 255) = 17.70%
BLUE value IS 203 (79.69% from 255) = 46.67%
R=35.63%
G=17.70%
B=46.67%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal155772030.240.6200.20277.1454.7854.9
Hex9B4DCB183E0141153737
Octal23311531330760244256767
Binary1001101110011011100101111000111110010100100010101110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B4DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,77,203); }

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

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

 a { background-color: rgb(155,77,203); }

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

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

 span { border-color: rgb(155,77,203); }

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