#9E4FAC

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

Shades of Deep Lilac #9E4FAC

Tints of Deep Lilac #9E4FAC

Color information

#9E4FAC (or 0x9E4FAC) is unknown color: approx Deep Lilac. HEX triplet: 9E, 4F and AC. RGB value is (158,79,172). Sum of RGB (Red+Green+Blue) = 158+79+172=409 (54% of max value = 765). Red value is 158 (62.11% from 255 or 38.63% from 409); Green value is 79 (31.25% from 255 or 19.32% from 409); Blue value is 172 (67.58% from 255 or 42.05% from 409); Max value from RGB is 172 - color contains mainly: blue. Hex color #9E4FAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E4FAC is #61B053. Grayscale: #707070. Windows color (decimal): -6402132 or 11292574. OLE color: 11292574.

HSL color Cylindrical-coordinate representation of color #9E4FAC: hue angle of 290.97º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9E4FAC is Cyan = 0.08, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB15879172-
CMYK0.080.5400.33
HSL290.97º37.05%49.22%-
HSV(B)290.97º54.07%67.45%-
XYZ24.3415.8440.8-
YUV113.22161.17159.94-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 38.63%
GREEN value IS 79 (31.25% from 255) = 19.32%
BLUE value IS 172 (67.58% from 255) = 42.05%
R=38.63%
G=19.32%
B=42.05%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal158791720.080.5400.33290.9737.0549.22
Hex9E4FAC8360211232531
Octal23611725410660414434561
Binary1001111010011111010110010001101100100001100100011100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E4FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,79,172); }

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

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

 a { background-color: rgb(158,79,172); }

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

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

 span { border-color: rgb(158,79,172); }

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