Html Css Color HEX #9E5EAE Deep Lilac

📋 copy color: '#9E5EAE'

red 158 ◦ green 94 ◦ blue 174

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

Shades of Deep Lilac #9E5EAE

Tints of Deep Lilac #9E5EAE

RGB

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

 GREEN value IS 94 (37.11% from 255) = 22.07%

 BLUE value IS 174 (68.36% from 255) = 40.85%

R = 37.09%
G = 22.07%
B = 40.85%

CMYK

 C value IS 0.09

 M value IS 0.46

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9E5EAE (or 0x9E5EAE) is known color: Deep Lilac. HEX triplet: 9E, 5E and AE. RGB value is (158,94,174). Sum of RGB (Red+Green+Blue) = 158+94+174=426 (56% of max value = 765). Red value is 158 (62.11% from 255 or 37.09% from 426); Green value is 94 (37.11% from 255 or 22.07% from 426); Blue value is 174 (68.36% from 255 or 40.85% from 426); Max value from RGB is 174 - color contains mainly: blue. Hex color #9E5EAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E5EAE is #61A151. Grayscale: #797979. Windows color (decimal): -6398290 or 11427486. OLE color: 11427486.

HSL color Cylindrical-coordinate representation of color #9E5EAE: hue angle of 288º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9E5EAE is Cyan = 0.09, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 158 94 174 -
CMYK 0.09 0.46 0 0.32
HSL 288º 0.33% 0.53% -
HSV(B) 288º 0.46% 0.68% -
XYZ 25.74 18.33 42.23 -
YUV 122.26 157.2 153.5 -
System Red Green Blue C M Y K H S L
Decimal 158 94 174 0.09 0.46 0 0.32 288 0.33 0.53
Hex 9E 5E AE 9 2E 0 20 120 21 35
Octal 236 136 256 11 56 0 40 440 41 65
Binary 10011110 1011110 10101110 1001 101110 0 100000 100100000 100001 110101

Color Harmonies of #9E5EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E5EAE

Black with #9E5EAE

Text Example


Text Example

White with #9E5EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,94,174); }

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

background-color css

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

 a { background-color: rgb(158,94,174); }

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

border-color css

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

 span { border-color: rgb(158,94,174); }

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