Html Css Color HEX #8E4CAA Deep Lilac

📋 copy color: '#8E4CAA'

red 142 ◦ green 76 ◦ blue 170

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

Shades of Deep Lilac #8E4CAA

Tints of Deep Lilac #8E4CAA

RGB

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

 GREEN value IS 76 (30.08% from 255) = 19.59%

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

R = 36.6%
G = 19.59%
B = 43.81%

CMYK

 C value IS 0.16

 M value IS 0.55

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8E4CAA (or 0x8E4CAA) is known color: Deep Lilac. HEX triplet: 8E, 4C and AA. RGB value is (142,76,170). Sum of RGB (Red+Green+Blue) = 142+76+170=388 (51% of max value = 765). Red value is 142 (55.86% from 255 or 36.60% from 388); Green value is 76 (30.08% from 255 or 19.59% from 388); Blue value is 170 (66.80% from 255 or 43.81% from 388); Max value from RGB is 170 - color contains mainly: blue. Hex color #8E4CAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E4CAA is #71B355. Grayscale: #6A6A6A. Windows color (decimal): -7451478 or 11160718. OLE color: 11160718.

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

Color convert

RGB 142 76 170 -
CMYK 0.16 0.55 0 0.33
HSL 282.13º 0.38% 0.48% -
HSV(B) 282.13º 0.55% 0.67% -
XYZ 21 13.82 39.59 -
YUV 106.45 163.87 153.36 -
System Red Green Blue C M Y K H S L
Decimal 142 76 170 0.16 0.55 0 0.33 282.13 0.38 0.48
Hex 8E 4C AA 10 37 0 21 11A 26 30
Octal 216 114 252 20 67 0 41 432 46 60
Binary 10001110 1001100 10101010 10000 110111 0 100001 100011010 100110 110000

Color Harmonies of #8E4CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E4CAA

Black with #8E4CAA

Text Example


Text Example

White with #8E4CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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