Html Css Color HEX #8E5EAF Deep Lilac

📋 copy color: '#8E5EAF'

red 142 ◦ green 94 ◦ blue 175

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

Shades of Deep Lilac #8E5EAF

Tints of Deep Lilac #8E5EAF

RGB

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

 GREEN value IS 94 (37.11% from 255) = 22.87%

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

R = 34.55%
G = 22.87%
B = 42.58%

CMYK

 C value IS 0.19

 M value IS 0.46

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#8E5EAF (or 0x8E5EAF) is known color: Deep Lilac. HEX triplet: 8E, 5E and AF. RGB value is (142,94,175). Sum of RGB (Red+Green+Blue) = 142+94+175=411 (54% of max value = 765). Red value is 142 (55.86% from 255 or 34.55% from 411); Green value is 94 (37.11% from 255 or 22.87% from 411); Blue value is 175 (68.75% from 255 or 42.58% from 411); Max value from RGB is 175 - color contains mainly: blue. Hex color #8E5EAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E5EAF is #71A150. Grayscale: #757575. Windows color (decimal): -7446865 or 11493006. OLE color: 11493006.

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

Color convert

RGB 142 94 175 -
CMYK 0.19 0.46 0 0.31
HSL 275.56º 0.34% 0.53% -
HSV(B) 275.56º 0.46% 0.69% -
XYZ 22.9 16.85 42.6 -
YUV 117.59 160.4 145.41 -
System Red Green Blue C M Y K H S L
Decimal 142 94 175 0.19 0.46 0 0.31 275.56 0.34 0.53
Hex 8E 5E AF 13 2E 0 1F 114 22 35
Octal 216 136 257 23 56 0 37 424 42 65
Binary 10001110 1011110 10101111 10011 101110 0 11111 100010100 100010 110101

Color Harmonies of #8E5EAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E5EAF

Black with #8E5EAF

Text Example


Text Example

White with #8E5EAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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