#9E50BC

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

Shades of Deep Lilac #9E50BC

Tints of Deep Lilac #9E50BC

Color information

#9E50BC (or 0x9E50BC) is unknown color: approx Deep Lilac. HEX triplet: 9E, 50 and BC. RGB value is (158,80,188). Sum of RGB (Red+Green+Blue) = 158+80+188=426 (56% of max value = 765). Red value is 158 (62.11% from 255 or 37.09% from 426); Green value is 80 (31.64% from 255 or 18.78% from 426); Blue value is 188 (73.83% from 255 or 44.13% from 426); Max value from RGB is 188 - color contains mainly: blue. Hex color #9E50BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E50BC is #61AF43. Grayscale: #737373. Windows color (decimal): -6401860 or 12341406. OLE color: 12341406.

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

Color convert

RGB15880188-
CMYK0.160.5700.26
HSL283.33º44.63%52.55%-
HSV(B)283.33º57.45%73.73%-
XYZ26.0516.6449.42-
YUV115.63168.84158.22-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 37.09%
GREEN value IS 80 (31.64% from 255) = 18.78%
BLUE value IS 188 (73.83% from 255) = 44.13%
R=37.09%
G=18.78%
B=44.13%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal158801880.160.5700.26283.3344.6352.55
Hex9E50BC103901A11b2d35
Octal23612027420710324335565
Binary1001111010100001011110010000111001011010100011011101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E50BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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