#9E50CD

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

Shades of Deep Lilac #9E50CD

Tints of Deep Lilac #9E50CD

Color information

#9E50CD (or 0x9E50CD) is unknown color: approx Deep Lilac. HEX triplet: 9E, 50 and CD. RGB value is (158,80,205). Sum of RGB (Red+Green+Blue) = 158+80+205=443 (58% of max value = 765). Red value is 158 (62.11% from 255 or 35.67% from 443); Green value is 80 (31.64% from 255 or 18.06% from 443); Blue value is 205 (80.47% from 255 or 46.28% from 443); Max value from RGB is 205 - color contains mainly: blue. Hex color #9E50CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E50CD is #61AF32. Grayscale: #757575. Windows color (decimal): -6401843 or 13455518. OLE color: 13455518.

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

Color convert

RGB15880205-
CMYK0.230.6100.20
HSL277.44º55.56%55.88%-
HSV(B)277.44º60.98%80.39%-
XYZ27.9917.4159.64-
YUV117.57177.34156.84-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 35.67%
GREEN value IS 80 (31.64% from 255) = 18.06%
BLUE value IS 205 (80.47% from 255) = 46.28%
R=35.67%
G=18.06%
B=46.28%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal158802050.230.6100.20277.4455.5655.88
Hex9E50CD173D0141153838
Octal23612031527750244257070
Binary1001111010100001100110110111111101010100100010101111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E50CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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