Html Css Color HEX #8E50AE Deep Lilac

📋 copy color: '#8E50AE'

red 142 ◦ green 80 ◦ blue 174

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

Shades of Deep Lilac #8E50AE

Tints of Deep Lilac #8E50AE

RGB

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

 GREEN value IS 80 (31.64% from 255) = 20.2%

 BLUE value IS 174 (68.36% from 255) = 43.94%

R = 35.86%
G = 20.2%
B = 43.94%

CMYK

 C value IS 0.18

 M value IS 0.54

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8E50AE (or 0x8E50AE) is known color: Deep Lilac. HEX triplet: 8E, 50 and AE. RGB value is (142,80,174). Sum of RGB (Red+Green+Blue) = 142+80+174=396 (52% of max value = 765). Red value is 142 (55.86% from 255 or 35.86% from 396); Green value is 80 (31.64% from 255 or 20.20% from 396); Blue value is 174 (68.36% from 255 or 43.94% from 396); Max value from RGB is 174 - color contains mainly: blue. Hex color #8E50AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E50AE is #71AF51. Grayscale: #6C6C6C. Windows color (decimal): -7450450 or 11423886. OLE color: 11423886.

HSL color Cylindrical-coordinate representation of color #8E50AE: hue angle of 279.57º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8E50AE is Cyan = 0.18, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 142 80 174 -
CMYK 0.18 0.54 0 0.32
HSL 279.57º 0.37% 0.5% -
HSV(B) 279.57º 0.54% 0.68% -
XYZ 21.66 14.54 41.71 -
YUV 109.25 164.54 151.36 -
System Red Green Blue C M Y K H S L
Decimal 142 80 174 0.18 0.54 0 0.32 279.57 0.37 0.5
Hex 8E 50 AE 12 36 0 20 118 25 32
Octal 216 120 256 22 66 0 40 430 45 62
Binary 10001110 1010000 10101110 10010 110110 0 100000 100011000 100101 110010

Color Harmonies of #8E50AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E50AE

Black with #8E50AE

Text Example


Text Example

White with #8E50AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,80,174); }

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

background-color css

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

 a { background-color: rgb(142,80,174); }

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

border-color css

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

 span { border-color: rgb(142,80,174); }

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