Html Css Color HEX #8E40AF Deep Lilac

📋 copy color: '#8E40AF'

red 142 ◦ green 64 ◦ blue 175

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

Shades of Deep Lilac #8E40AF

Tints of Deep Lilac #8E40AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 45.93%

R = 37.27%
G = 16.8%
B = 45.93%

CMYK

 C value IS 0.19

 M value IS 0.63

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#8E40AF (or 0x8E40AF) is known color: Deep Lilac. HEX triplet: 8E, 40 and AF. RGB value is (142,64,175). Sum of RGB (Red+Green+Blue) = 142+64+175=381 (50% of max value = 765). Red value is 142 (55.86% from 255 or 37.27% from 381); Green value is 64 (25.39% from 255 or 16.80% from 381); Blue value is 175 (68.75% from 255 or 45.93% from 381); Max value from RGB is 175 - color contains mainly: blue. Hex color #8E40AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E40AF is #71BF50. Grayscale: #636363. Windows color (decimal): -7454545 or 11485326. OLE color: 11485326.

HSL color Cylindrical-coordinate representation of color #8E40AF: hue angle of 282.16º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8E40AF is Cyan = 0.19, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 142 64 175 -
CMYK 0.19 0.63 0 0.31
HSL 282.16º 0.46% 0.47% -
HSV(B) 282.16º 0.63% 0.69% -
XYZ 20.73 12.51 41.88 -
YUV 99.98 170.34 157.97 -
System Red Green Blue C M Y K H S L
Decimal 142 64 175 0.19 0.63 0 0.31 282.16 0.46 0.47
Hex 8E 40 AF 13 3F 0 1F 11A 2E 2F
Octal 216 100 257 23 77 0 37 432 56 57
Binary 10001110 1000000 10101111 10011 111111 0 11111 100011010 101110 101111

Color Harmonies of #8E40AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E40AF

Black with #8E40AF

Text Example


Text Example

White with #8E40AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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