Html Css Color HEX #8E42AC Deep Lilac

📋 copy color: '#8E42AC'

red 142 ◦ green 66 ◦ blue 172

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

Shades of Deep Lilac #8E42AC

Tints of Deep Lilac #8E42AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 45.26%

R = 37.37%
G = 17.37%
B = 45.26%

CMYK

 C value IS 0.17

 M value IS 0.62

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8E42AC (or 0x8E42AC) is known color: Deep Lilac. HEX triplet: 8E, 42 and AC. RGB value is (142,66,172). Sum of RGB (Red+Green+Blue) = 142+66+172=380 (50% of max value = 765). Red value is 142 (55.86% from 255 or 37.37% from 380); Green value is 66 (26.17% from 255 or 17.37% from 380); Blue value is 172 (67.58% from 255 or 45.26% from 380); Max value from RGB is 172 - color contains mainly: blue. Hex color #8E42AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E42AC is #71BD53. Grayscale: #646464. Windows color (decimal): -7454036 or 11289230. OLE color: 11289230.

HSL color Cylindrical-coordinate representation of color #8E42AC: hue angle of 283.02º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8E42AC is Cyan = 0.17, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 142 66 172 -
CMYK 0.17 0.62 0 0.33
HSL 283.02º 0.45% 0.47% -
HSV(B) 283.02º 0.62% 0.67% -
XYZ 20.55 12.63 40.38 -
YUV 100.81 168.18 157.38 -
System Red Green Blue C M Y K H S L
Decimal 142 66 172 0.17 0.62 0 0.33 283.02 0.45 0.47
Hex 8E 42 AC 11 3E 0 21 11B 2D 2F
Octal 216 102 254 21 76 0 41 433 55 57
Binary 10001110 1000010 10101100 10001 111110 0 100001 100011011 101101 101111

Color Harmonies of #8E42AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E42AC

Black with #8E42AC

Text Example


Text Example

White with #8E42AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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