#9E52CD

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

Shades of Deep Lilac #9E52CD

Tints of Deep Lilac #9E52CD

Color information

#9E52CD (or 0x9E52CD) is unknown color: approx Deep Lilac. HEX triplet: 9E, 52 and CD. RGB value is (158,82,205). Sum of RGB (Red+Green+Blue) = 158+82+205=445 (58% of max value = 765). Red value is 158 (62.11% from 255 or 35.51% from 445); Green value is 82 (32.42% from 255 or 18.43% from 445); Blue value is 205 (80.47% from 255 or 46.07% from 445); Max value from RGB is 205 - color contains mainly: blue. Hex color #9E52CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E52CD is #61AD32. Grayscale: #767676. Windows color (decimal): -6401331 or 13456030. OLE color: 13456030.

HSL color Cylindrical-coordinate representation of color #9E52CD: hue angle of 277.07º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9E52CD is Cyan = 0.23, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB15882205-
CMYK0.230.600.20
HSL277.07º55.16%56.27%-
HSV(B)277.07º60%80.39%-
XYZ28.1417.7159.69-
YUV118.75176.68156-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 35.51%
GREEN value IS 82 (32.42% from 255) = 18.43%
BLUE value IS 205 (80.47% from 255) = 46.07%
R=35.51%
G=18.43%
B=46.07%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal158822050.230.600.20277.0755.1656.27
Hex9E52CD173C0141153738
Octal23612231527740244256770
Binary1001111010100101100110110111111100010100100010101110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E52CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,82,205); }

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

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

 a { background-color: rgb(158,82,205); }

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

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

 span { border-color: rgb(158,82,205); }

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