Html Css Color HEX #8E4EAF Deep Lilac

📋 copy color: '#8E4EAF'

red 142 ◦ green 78 ◦ blue 175

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

Shades of Deep Lilac #8E4EAF

Tints of Deep Lilac #8E4EAF

RGB

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

 GREEN value IS 78 (30.86% from 255) = 19.75%

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

R = 35.95%
G = 19.75%
B = 44.3%

CMYK

 C value IS 0.19

 M value IS 0.55

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#8E4EAF (or 0x8E4EAF) is known color: Deep Lilac. HEX triplet: 8E, 4E and AF. RGB value is (142,78,175). Sum of RGB (Red+Green+Blue) = 142+78+175=395 (52% of max value = 765). Red value is 142 (55.86% from 255 or 35.95% from 395); Green value is 78 (30.86% from 255 or 19.75% from 395); Blue value is 175 (68.75% from 255 or 44.30% from 395); Max value from RGB is 175 - color contains mainly: blue. Hex color #8E4EAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E4EAF is #71B150. Grayscale: #6B6B6B. Windows color (decimal): -7450961 or 11488910. OLE color: 11488910.

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

Color convert

RGB 142 78 175 -
CMYK 0.19 0.55 0 0.31
HSL 279.59º 0.38% 0.5% -
HSV(B) 279.59º 0.55% 0.69% -
XYZ 21.62 14.29 42.18 -
YUV 108.19 165.7 152.11 -
System Red Green Blue C M Y K H S L
Decimal 142 78 175 0.19 0.55 0 0.31 279.59 0.38 0.5
Hex 8E 4E AF 13 37 0 1F 118 26 32
Octal 216 116 257 23 67 0 37 430 46 62
Binary 10001110 1001110 10101111 10011 110111 0 11111 100011000 100110 110010

Color Harmonies of #8E4EAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E4EAF

Black with #8E4EAF

Text Example


Text Example

White with #8E4EAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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