Html Css Color HEX #9E5AAE Deep Lilac

📋 copy color: '#9E5AAE'

red 158 ◦ green 90 ◦ blue 174

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

Shades of Deep Lilac #9E5AAE

Tints of Deep Lilac #9E5AAE

RGB

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

 GREEN value IS 90 (35.55% from 255) = 21.33%

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

R = 37.44%
G = 21.33%
B = 41.23%

CMYK

 C value IS 0.09

 M value IS 0.48

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9E5AAE (or 0x9E5AAE) is known color: Deep Lilac. HEX triplet: 9E, 5A and AE. RGB value is (158,90,174). Sum of RGB (Red+Green+Blue) = 158+90+174=422 (55% of max value = 765). Red value is 158 (62.11% from 255 or 37.44% from 422); Green value is 90 (35.55% from 255 or 21.33% from 422); Blue value is 174 (68.36% from 255 or 41.23% from 422); Max value from RGB is 174 - color contains mainly: blue. Hex color #9E5AAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E5AAE is #61A551. Grayscale: #777777. Windows color (decimal): -6399314 or 11426462. OLE color: 11426462.

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

Color convert

RGB 158 90 174 -
CMYK 0.09 0.48 0 0.32
HSL 288.57º 0.34% 0.52% -
HSV(B) 288.57º 0.48% 0.68% -
XYZ 25.4 17.64 42.11 -
YUV 119.91 158.53 155.17 -
System Red Green Blue C M Y K H S L
Decimal 158 90 174 0.09 0.48 0 0.32 288.57 0.34 0.52
Hex 9E 5A AE 9 30 0 20 121 22 34
Octal 236 132 256 11 60 0 40 441 42 64
Binary 10011110 1011010 10101110 1001 110000 0 100000 100100001 100010 110100

Color Harmonies of #9E5AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E5AAE

Black with #9E5AAE

Text Example


Text Example

White with #9E5AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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