Html Css Color HEX #8E42AA Deep Lilac

📋 copy color: '#8E42AA'

red 142 ◦ green 66 ◦ blue 170

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

Shades of Deep Lilac #8E42AA

Tints of Deep Lilac #8E42AA

RGB

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

 GREEN value IS 66 (26.17% from 255) = 17.46%

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

R = 37.57%
G = 17.46%
B = 44.97%

CMYK

 C value IS 0.16

 M value IS 0.61

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8E42AA (or 0x8E42AA) is known color: Deep Lilac. HEX triplet: 8E, 42 and AA. RGB value is (142,66,170). Sum of RGB (Red+Green+Blue) = 142+66+170=378 (50% of max value = 765). Red value is 142 (55.86% from 255 or 37.57% from 378); Green value is 66 (26.17% from 255 or 17.46% from 378); Blue value is 170 (66.80% from 255 or 44.97% from 378); Max value from RGB is 170 - color contains mainly: blue. Hex color #8E42AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E42AA is #71BD55. Grayscale: #646464. Windows color (decimal): -7454038 or 11158158. OLE color: 11158158.

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

Color convert

RGB 142 66 170 -
CMYK 0.16 0.61 0 0.33
HSL 283.85º 0.44% 0.46% -
HSV(B) 283.85º 0.61% 0.67% -
XYZ 20.36 12.55 39.38 -
YUV 100.58 167.18 157.54 -
System Red Green Blue C M Y K H S L
Decimal 142 66 170 0.16 0.61 0 0.33 283.85 0.44 0.46
Hex 8E 42 AA 10 3D 0 21 11C 2C 2E
Octal 216 102 252 20 75 0 41 434 54 56
Binary 10001110 1000010 10101010 10000 111101 0 100001 100011100 101100 101110

Color Harmonies of #8E42AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E42AA

Black with #8E42AA

Text Example


Text Example

White with #8E42AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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