#9D51CA

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

Shades of Deep Lilac #9D51CA

Tints of Deep Lilac #9D51CA

Color information

#9D51CA (or 0x9D51CA) is unknown color: approx Deep Lilac. HEX triplet: 9D, 51 and CA. RGB value is (157,81,202). Sum of RGB (Red+Green+Blue) = 157+81+202=440 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.68% from 440); Green value is 81 (32.03% from 255 or 18.41% from 440); Blue value is 202 (79.30% from 255 or 45.91% from 440); Max value from RGB is 202 - color contains mainly: blue. Hex color #9D51CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D51CA is #62AE35. Grayscale: #757575. Windows color (decimal): -6467126 or 13259165. OLE color: 13259165.

HSL color Cylindrical-coordinate representation of color #9D51CA: hue angle of 277.69º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9D51CA is Cyan = 0.22, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB15781202-
CMYK0.220.6000.21
HSL277.69º53.3%55.49%-
HSV(B)277.69º59.9%79.22%-
XYZ27.5117.3257.77-
YUV117.52175.68156.16-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 35.68%
GREEN value IS 81 (32.03% from 255) = 18.41%
BLUE value IS 202 (79.30% from 255) = 45.91%
R=35.68%
G=18.41%
B=45.91%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal157812020.220.6000.21277.6953.355.49
Hex9D51CA163C0151163537
Octal23512131226740254266567
Binary1001110110100011100101010110111100010101100010110110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D51CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,81,202); }

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

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

 a { background-color: rgb(157,81,202); }

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

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

 span { border-color: rgb(157,81,202); }

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