#9E4ACA

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

Shades of Deep Lilac #9E4ACA

Tints of Deep Lilac #9E4ACA

Color information

#9E4ACA (or 0x9E4ACA) is unknown color: approx Deep Lilac. HEX triplet: 9E, 4A and CA. RGB value is (158,74,202). Sum of RGB (Red+Green+Blue) = 158+74+202=434 (57% of max value = 765). Red value is 158 (62.11% from 255 or 36.41% from 434); Green value is 74 (29.30% from 255 or 17.05% from 434); Blue value is 202 (79.30% from 255 or 46.54% from 434); Max value from RGB is 202 - color contains mainly: blue. Hex color #9E4ACA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E4ACA is #61B535. Grayscale: #717171. Windows color (decimal): -6403382 or 13257374. OLE color: 13257374.

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

Color convert

RGB15874202-
CMYK0.220.6300.21
HSL279.38º54.7%54.12%-
HSV(B)279.38º63.37%79.22%-
XYZ27.2116.4357.61-
YUV113.71177.83159.59-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 36.41%
GREEN value IS 74 (29.30% from 255) = 17.05%
BLUE value IS 202 (79.30% from 255) = 46.54%
R=36.41%
G=17.05%
B=46.54%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal158742020.220.6300.21279.3854.754.12
Hex9E4ACA163F0151173736
Octal23611231226770254276766
Binary1001111010010101100101010110111111010101100010111110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E4ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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