#9B59C8

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

Shades of Deep Lilac #9B59C8

Tints of Deep Lilac #9B59C8

Color information

#9B59C8 (or 0x9B59C8) is unknown color: approx Deep Lilac. HEX triplet: 9B, 59 and C8. RGB value is (155,89,200). Sum of RGB (Red+Green+Blue) = 155+89+200=444 (58% of max value = 765). Red value is 155 (60.94% from 255 or 34.91% from 444); Green value is 89 (35.16% from 255 or 20.05% from 444); Blue value is 200 (78.52% from 255 or 45.05% from 444); Max value from RGB is 200 - color contains mainly: blue. Hex color #9B59C8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B59C8 is #64A637. Grayscale: #797979. Windows color (decimal): -6596152 or 13130139. OLE color: 13130139.

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

Color convert

RGB15589200-
CMYK0.220.5600.22
HSL275.68º50.23%56.67%-
HSV(B)275.68º55.5%78.43%-
XYZ27.5218.2856.72-
YUV121.39172.37151.97-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 34.91%
GREEN value IS 89 (35.16% from 255) = 20.05%
BLUE value IS 200 (78.52% from 255) = 45.05%
R=34.91%
G=20.05%
B=45.05%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal155892000.220.5600.22275.6850.2356.67
Hex9B59C816380161143239
Octal23313131026700264246271
Binary1001101110110011100100010110111000010110100010100110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B59C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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