Html Css Color HEX #8E40AC Deep Lilac

📋 copy color: '#8E40AC'

red 142 ◦ green 64 ◦ blue 172

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

Shades of Deep Lilac #8E40AC

Tints of Deep Lilac #8E40AC

RGB

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

 GREEN value IS 64 (25.39% from 255) = 16.93%

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

R = 37.57%
G = 16.93%
B = 45.5%

CMYK

 C value IS 0.17

 M value IS 0.63

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8E40AC (or 0x8E40AC) is known color: Deep Lilac. HEX triplet: 8E, 40 and AC. RGB value is (142,64,172). Sum of RGB (Red+Green+Blue) = 142+64+172=378 (50% of max value = 765). Red value is 142 (55.86% from 255 or 37.57% from 378); Green value is 64 (25.39% from 255 or 16.93% from 378); Blue value is 172 (67.58% from 255 or 45.50% from 378); Max value from RGB is 172 - color contains mainly: blue. Hex color #8E40AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E40AC is #71BF53. Grayscale: #636363. Windows color (decimal): -7454548 or 11288718. OLE color: 11288718.

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

Color convert

RGB 142 64 172 -
CMYK 0.17 0.63 0 0.33
HSL 283.33º 0.46% 0.46% -
HSV(B) 283.33º 0.63% 0.67% -
XYZ 20.44 12.4 40.35 -
YUV 99.63 168.84 158.22 -
System Red Green Blue C M Y K H S L
Decimal 142 64 172 0.17 0.63 0 0.33 283.33 0.46 0.46
Hex 8E 40 AC 11 3F 0 21 11B 2E 2E
Octal 216 100 254 21 77 0 41 433 56 56
Binary 10001110 1000000 10101100 10001 111111 0 100001 100011011 101110 101110

Color Harmonies of #8E40AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E40AC

Black with #8E40AC

Text Example


Text Example

White with #8E40AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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