#9E49CA

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

Shades of Deep Lilac #9E49CA

Tints of Deep Lilac #9E49CA

Color information

#9E49CA (or 0x9E49CA) is unknown color: approx Deep Lilac. HEX triplet: 9E, 49 and CA. RGB value is (158,73,202). Sum of RGB (Red+Green+Blue) = 158+73+202=433 (57% of max value = 765). Red value is 158 (62.11% from 255 or 36.49% from 433); Green value is 73 (28.91% from 255 or 16.86% from 433); Blue value is 202 (79.30% from 255 or 46.65% from 433); Max value from RGB is 202 - color contains mainly: blue. Hex color #9E49CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E49CA is #61B635. Grayscale: #707070. Windows color (decimal): -6403638 or 13257118. OLE color: 13257118.

HSL color Cylindrical-coordinate representation of color #9E49CA: hue angle of 279.53º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9E49CA is Cyan = 0.22, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB15873202-
CMYK0.220.6400.21
HSL279.53º54.89%53.92%-
HSV(B)279.53º63.86%79.22%-
XYZ27.1416.357.59-
YUV113.12178.16160.01-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 36.49%
GREEN value IS 73 (28.91% from 255) = 16.86%
BLUE value IS 202 (79.30% from 255) = 46.65%
R=36.49%
G=16.86%
B=46.65%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal158732020.220.6400.21279.5354.8953.92
Hex9E49CA16400151183736
Octal236111312261000254306766
Binary10011110100100111001010101101000000010101100011000110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E49CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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