#9B4CC8

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

Shades of Deep Lilac #9B4CC8

Tints of Deep Lilac #9B4CC8

Color information

#9B4CC8 (or 0x9B4CC8) is unknown color: approx Deep Lilac. HEX triplet: 9B, 4C and C8. RGB value is (155,76,200). Sum of RGB (Red+Green+Blue) = 155+76+200=431 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.96% from 431); Green value is 76 (30.08% from 255 or 17.63% from 431); Blue value is 200 (78.52% from 255 or 46.40% from 431); Max value from RGB is 200 - color contains mainly: blue. Hex color #9B4CC8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9B4CC8 is #64B337. Grayscale: #717171. Windows color (decimal): -6599480 or 13126811. OLE color: 13126811.

HSL color Cylindrical-coordinate representation of color #9B4CC8: hue angle of 278.23º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9B4CC8 is Cyan = 0.22, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB15576200-
CMYK0.220.6200.22
HSL278.23º52.99%54.12%-
HSV(B)278.23º62%78.43%-
XYZ26.5316.3156.39-
YUV113.76176.67157.42-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 35.96%
GREEN value IS 76 (30.08% from 255) = 17.63%
BLUE value IS 200 (78.52% from 255) = 46.40%
R=35.96%
G=17.63%
B=46.40%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal155762000.220.6200.22278.2352.9954.12
Hex9B4CC8163E0161163536
Octal23311431026760264266566
Binary1001101110011001100100010110111110010110100010110110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B4CC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,76,200); }

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

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

 a { background-color: rgb(155,76,200); }

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

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

 span { border-color: rgb(155,76,200); }

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