#9D59C0

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

Shades of Deep Lilac #9D59C0

Tints of Deep Lilac #9D59C0

Color information

#9D59C0 (or 0x9D59C0) is unknown color: approx Deep Lilac. HEX triplet: 9D, 59 and C0. RGB value is (157,89,192). Sum of RGB (Red+Green+Blue) = 157+89+192=438 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.84% from 438); Green value is 89 (35.16% from 255 or 20.32% from 438); Blue value is 192 (75.39% from 255 or 43.84% from 438); Max value from RGB is 192 - color contains mainly: blue. Hex color #9D59C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D59C0 is #62A63F. Grayscale: #787878. Windows color (decimal): -6465088 or 12605853. OLE color: 12605853.

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

Color convert

RGB15789192-
CMYK0.180.5400.25
HSL279.61º44.98%55.1%-
HSV(B)279.61º53.65%75.29%-
XYZ26.9918.1251.94-
YUV121.07168.03153.62-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 35.84%
GREEN value IS 89 (35.16% from 255) = 20.32%
BLUE value IS 192 (75.39% from 255) = 43.84%
R=35.84%
G=20.32%
B=43.84%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal157891920.180.5400.25279.6144.9855.1
Hex9D59C012360191182d37
Octal23513130022660314305567
Binary1001110110110011100000010010110110011001100011000101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D59C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,89,192); }

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

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

 a { background-color: rgb(157,89,192); }

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

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

 span { border-color: rgb(157,89,192); }

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