#9B4DCD

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

Shades of Deep Lilac #9B4DCD

Tints of Deep Lilac #9B4DCD

Color information

#9B4DCD (or 0x9B4DCD) is unknown color: approx Deep Lilac. HEX triplet: 9B, 4D and CD. RGB value is (155,77,205). Sum of RGB (Red+Green+Blue) = 155+77+205=437 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.47% from 437); Green value is 77 (30.47% from 255 or 17.62% from 437); Blue value is 205 (80.47% from 255 or 46.91% from 437); Max value from RGB is 205 - color contains mainly: blue. Hex color #9B4DCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B4DCD is #64B232. Grayscale: #727272. Windows color (decimal): -6599219 or 13454747. OLE color: 13454747.

HSL color Cylindrical-coordinate representation of color #9B4DCD: hue angle of 276.56º degrees, saturation: 0.56, 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 #9B4DCD is Cyan = 0.24, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB15577205-
CMYK0.240.6200.20
HSL276.56º56.14%55.29%-
HSV(B)276.56º62.44%80.39%-
XYZ27.1916.6859.54-
YUV114.91178.84156.59-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 35.47%
GREEN value IS 77 (30.47% from 255) = 17.62%
BLUE value IS 205 (80.47% from 255) = 46.91%
R=35.47%
G=17.62%
B=46.91%

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
Decimal155772050.240.6200.20276.5656.1455.29
Hex9B4DCD183E0141153837
Octal23311531530760244257067
Binary1001101110011011100110111000111110010100100010101111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B4DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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