Html Css Color HEX #8E5AAE Deep Lilac

📋 copy color: '#8E5AAE'

red 142 ◦ green 90 ◦ blue 174

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

Shades of Deep Lilac #8E5AAE

Tints of Deep Lilac #8E5AAE

RGB

 RED value IS 142 (55.86% from 255) = 34.98%

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

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

R = 34.98%
G = 22.17%
B = 42.86%

CMYK

 C value IS 0.18

 M value IS 0.48

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8E5AAE (or 0x8E5AAE) is known color: Deep Lilac. HEX triplet: 8E, 5A and AE. RGB value is (142,90,174). Sum of RGB (Red+Green+Blue) = 142+90+174=406 (53% of max value = 765). Red value is 142 (55.86% from 255 or 34.98% from 406); Green value is 90 (35.55% from 255 or 22.17% from 406); Blue value is 174 (68.36% from 255 or 42.86% from 406); Max value from RGB is 174 - color contains mainly: blue. Hex color #8E5AAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E5AAE is #71A551. Grayscale: #727272. Windows color (decimal): -7447890 or 11426446. OLE color: 11426446.

HSL color Cylindrical-coordinate representation of color #8E5AAE: hue angle of 277.14º 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 #8E5AAE is Cyan = 0.18, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 142 90 174 -
CMYK 0.18 0.48 0 0.32
HSL 277.14º 0.34% 0.52% -
HSV(B) 277.14º 0.48% 0.68% -
XYZ 22.45 16.12 41.97 -
YUV 115.12 161.23 147.17 -
System Red Green Blue C M Y K H S L
Decimal 142 90 174 0.18 0.48 0 0.32 277.14 0.34 0.52
Hex 8E 5A AE 12 30 0 20 115 22 34
Octal 216 132 256 22 60 0 40 425 42 64
Binary 10001110 1011010 10101110 10010 110000 0 100000 100010101 100010 110100

Color Harmonies of #8E5AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E5AAE

Black with #8E5AAE

Text Example


Text Example

White with #8E5AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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