Html Css Color HEX #9E4EAC Deep Lilac

📋 copy color: '#9E4EAC'

red 158 ◦ green 78 ◦ blue 172

#9E4EAC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Lilac #9E4EAC

Tints of Deep Lilac #9E4EAC

RGB

 RED value IS 158 (62.11% from 255) = 38.73%

 GREEN value IS 78 (30.86% from 255) = 19.12%

 BLUE value IS 172 (67.58% from 255) = 42.16%

R = 38.73%
G = 19.12%
B = 42.16%

CMYK

 C value IS 0.08

 M value IS 0.55

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9E4EAC (or 0x9E4EAC) is known color: Deep Lilac. HEX triplet: 9E, 4E and AC. RGB value is (158,78,172). Sum of RGB (Red+Green+Blue) = 158+78+172=408 (54% of max value = 765). Red value is 158 (62.11% from 255 or 38.73% from 408); Green value is 78 (30.86% from 255 or 19.12% from 408); Blue value is 172 (67.58% from 255 or 42.16% from 408); Max value from RGB is 172 - color contains mainly: blue. Hex color #9E4EAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E4EAC is #61B153. Grayscale: #707070. Windows color (decimal): -6402388 or 11292318. OLE color: 11292318.

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

Color convert

RGB 158 78 172 -
CMYK 0.08 0.55 0 0.33
HSL 291.06º 0.38% 0.49% -
HSV(B) 291.06º 0.55% 0.67% -
XYZ 24.27 15.7 40.78 -
YUV 112.64 161.5 160.36 -
System Red Green Blue C M Y K H S L
Decimal 158 78 172 0.08 0.55 0 0.33 291.06 0.38 0.49
Hex 9E 4E AC 8 37 0 21 123 26 31
Octal 236 116 254 10 67 0 41 443 46 61
Binary 10011110 1001110 10101100 1000 110111 0 100001 100100011 100110 110001

Color Harmonies of #9E4EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E4EAC

Black with #9E4EAC

Text Example


Text Example

White with #9E4EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9E4EAC;
 }
 .AnyTagClassName
 {
   color: #9E4EAC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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