#9B59BE

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

Shades of Deep Lilac #9B59BE

Tints of Deep Lilac #9B59BE

Color information

#9B59BE (or 0x9B59BE) is unknown color: approx Deep Lilac. HEX triplet: 9B, 59 and BE. RGB value is (155,89,190). Sum of RGB (Red+Green+Blue) = 155+89+190=434 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.71% from 434); Green value is 89 (35.16% from 255 or 20.51% from 434); Blue value is 190 (74.61% from 255 or 43.78% from 434); Max value from RGB is 190 - color contains mainly: blue. Hex color #9B59BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B59BE is #64A641. Grayscale: #777777. Windows color (decimal): -6596162 or 12474779. OLE color: 12474779.

HSL color Cylindrical-coordinate representation of color #9B59BE: hue angle of 279.21º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9B59BE is Cyan = 0.18, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB15589190-
CMYK0.180.5300.25
HSL279.21º43.72%54.71%-
HSV(B)279.21º53.16%74.51%-
XYZ26.3817.8350.77-
YUV120.25167.37152.79-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 35.71%
GREEN value IS 89 (35.16% from 255) = 20.51%
BLUE value IS 190 (74.61% from 255) = 43.78%
R=35.71%
G=20.51%
B=43.78%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal155891900.180.5300.25279.2143.7254.71
Hex9B59BE12350191172c37
Octal23313127622650314275467
Binary1001101110110011011111010010110101011001100010111101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B59BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,89,190); }

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

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

 a { background-color: rgb(155,89,190); }

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

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

 span { border-color: rgb(155,89,190); }

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