#9E49BE

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

Shades of Deep Lilac #9E49BE

Tints of Deep Lilac #9E49BE

Color information

#9E49BE (or 0x9E49BE) is unknown color: approx Deep Lilac. HEX triplet: 9E, 49 and BE. RGB value is (158,73,190). Sum of RGB (Red+Green+Blue) = 158+73+190=421 (55% of max value = 765). Red value is 158 (62.11% from 255 or 37.53% from 421); Green value is 73 (28.91% from 255 or 17.34% from 421); Blue value is 190 (74.61% from 255 or 45.13% from 421); Max value from RGB is 190 - color contains mainly: blue. Hex color #9E49BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E49BE is #61B641. Grayscale: #6F6F6F. Windows color (decimal): -6403650 or 12470686. OLE color: 12470686.

HSL color Cylindrical-coordinate representation of color #9E49BE: hue angle of 283.59º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9E49BE is Cyan = 0.17, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB15873190-
CMYK0.170.6200.25
HSL283.59º47.37%51.57%-
HSV(B)283.59º61.58%74.51%-
XYZ25.7815.7550.4-
YUV111.75172.16160.99-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 37.53%
GREEN value IS 73 (28.91% from 255) = 17.34%
BLUE value IS 190 (74.61% from 255) = 45.13%
R=37.53%
G=17.34%
B=45.13%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal158731900.170.6200.25283.5947.3751.57
Hex9E49BE113E01911c2f34
Octal23611127621760314345764
Binary1001111010010011011111010001111110011001100011100101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E49BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,73,190); }

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

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

 a { background-color: rgb(158,73,190); }

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

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

 span { border-color: rgb(158,73,190); }

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