#9E50D0

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

Shades of Deep Lilac #9E50D0

Tints of Deep Lilac #9E50D0

Color information

#9E50D0 (or 0x9E50D0) is unknown color: approx Deep Lilac. HEX triplet: 9E, 50 and D0. RGB value is (158,80,208). Sum of RGB (Red+Green+Blue) = 158+80+208=446 (59% of max value = 765). Red value is 158 (62.11% from 255 or 35.43% from 446); Green value is 80 (31.64% from 255 or 17.94% from 446); Blue value is 208 (81.64% from 255 or 46.64% from 446); Max value from RGB is 208 - color contains mainly: blue. Hex color #9E50D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E50D0 is #61AF2F. Grayscale: #757575. Windows color (decimal): -6401840 or 13652126. OLE color: 13652126.

HSL color Cylindrical-coordinate representation of color #9E50D0: hue angle of 276.56º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9E50D0 is Cyan = 0.24, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB15880208-
CMYK0.240.6200.18
HSL276.56º57.66%56.47%-
HSV(B)276.56º61.54%81.57%-
XYZ28.3517.5661.57-
YUV117.91178.84156.59-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 35.43%
GREEN value IS 80 (31.64% from 255) = 17.94%
BLUE value IS 208 (81.64% from 255) = 46.64%
R=35.43%
G=17.94%
B=46.64%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal158802080.240.6200.18276.5657.6656.47
Hex9E50D0183E0121153a38
Octal23612032030760224257270
Binary1001111010100001101000011000111110010010100010101111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E50D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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