Html Css Color HEX #8E4AAA Deep Lilac

📋 copy color: '#8E4AAA'

red 142 ◦ green 74 ◦ blue 170

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

Shades of Deep Lilac #8E4AAA

Tints of Deep Lilac #8E4AAA

RGB

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

 GREEN value IS 74 (29.3% from 255) = 19.17%

 BLUE value IS 170 (66.8% from 255) = 44.04%

R = 36.79%
G = 19.17%
B = 44.04%

CMYK

 C value IS 0.16

 M value IS 0.56

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8E4AAA (or 0x8E4AAA) is known color: Deep Lilac. HEX triplet: 8E, 4A and AA. RGB value is (142,74,170). Sum of RGB (Red+Green+Blue) = 142+74+170=386 (51% of max value = 765). Red value is 142 (55.86% from 255 or 36.79% from 386); Green value is 74 (29.30% from 255 or 19.17% from 386); Blue value is 170 (66.80% from 255 or 44.04% from 386); Max value from RGB is 170 - color contains mainly: blue. Hex color #8E4AAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E4AAA is #71B555. Grayscale: #686868. Windows color (decimal): -7451990 or 11160206. OLE color: 11160206.

HSL color Cylindrical-coordinate representation of color #8E4AAA: hue angle of 282.5º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8E4AAA is Cyan = 0.16, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 142 74 170 -
CMYK 0.16 0.56 0 0.33
HSL 282.5º 0.39% 0.48% -
HSV(B) 282.5º 0.56% 0.67% -
XYZ 20.86 13.55 39.55 -
YUV 105.28 164.53 154.19 -
System Red Green Blue C M Y K H S L
Decimal 142 74 170 0.16 0.56 0 0.33 282.5 0.39 0.48
Hex 8E 4A AA 10 38 0 21 11A 27 30
Octal 216 112 252 20 70 0 41 432 47 60
Binary 10001110 1001010 10101010 10000 111000 0 100001 100011010 100111 110000

Color Harmonies of #8E4AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E4AAA

Black with #8E4AAA

Text Example


Text Example

White with #8E4AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,74,170); }

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

background-color css

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

 a { background-color: rgb(142,74,170); }

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

border-color css

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

 span { border-color: rgb(142,74,170); }

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