#9E50BD

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

Shades of Deep Lilac #9E50BD

Tints of Deep Lilac #9E50BD

Color information

#9E50BD (or 0x9E50BD) is unknown color: approx Deep Lilac. HEX triplet: 9E, 50 and BD. RGB value is (158,80,189). Sum of RGB (Red+Green+Blue) = 158+80+189=427 (56% of max value = 765). Red value is 158 (62.11% from 255 or 37.00% from 427); Green value is 80 (31.64% from 255 or 18.74% from 427); Blue value is 189 (74.22% from 255 or 44.26% from 427); Max value from RGB is 189 - color contains mainly: blue. Hex color #9E50BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E50BD is #61AF42. Grayscale: #737373. Windows color (decimal): -6401859 or 12406942. OLE color: 12406942.

HSL color Cylindrical-coordinate representation of color #9E50BD: hue angle of 282.94º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9E50BD is Cyan = 0.16, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB15880189-
CMYK0.160.5800.26
HSL282.94º45.23%52.75%-
HSV(B)282.94º57.67%74.12%-
XYZ26.1516.6849.99-
YUV115.75169.34158.14-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 37.00%
GREEN value IS 80 (31.64% from 255) = 18.74%
BLUE value IS 189 (74.22% from 255) = 44.26%
R=37.00%
G=18.74%
B=44.26%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal158801890.160.5800.26282.9445.2352.75
Hex9E50BD103A01A11b2d35
Octal23612027520720324335565
Binary1001111010100001011110110000111010011010100011011101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E50BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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