Html Css Color HEX #8E5DAC Deep Lilac

📋 copy color: '#8E5DAC'

red 142 ◦ green 93 ◦ blue 172

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

Shades of Deep Lilac #8E5DAC

Tints of Deep Lilac #8E5DAC

RGB

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

 GREEN value IS 93 (36.72% from 255) = 22.85%

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

R = 34.89%
G = 22.85%
B = 42.26%

CMYK

 C value IS 0.17

 M value IS 0.46

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8E5DAC (or 0x8E5DAC) is known color: Deep Lilac. HEX triplet: 8E, 5D and AC. RGB value is (142,93,172). Sum of RGB (Red+Green+Blue) = 142+93+172=407 (53% of max value = 765). Red value is 142 (55.86% from 255 or 34.89% from 407); Green value is 93 (36.72% from 255 or 22.85% from 407); Blue value is 172 (67.58% from 255 or 42.26% from 407); Max value from RGB is 172 - color contains mainly: blue. Hex color #8E5DAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E5DAC is #71A253. Grayscale: #747474. Windows color (decimal): -7447124 or 11296142. OLE color: 11296142.

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

Color convert

RGB 142 93 172 -
CMYK 0.17 0.46 0 0.33
HSL 277.22º 0.32% 0.52% -
HSV(B) 277.22º 0.46% 0.67% -
XYZ 22.52 16.56 41.04 -
YUV 116.66 159.23 146.08 -
System Red Green Blue C M Y K H S L
Decimal 142 93 172 0.17 0.46 0 0.33 277.22 0.32 0.52
Hex 8E 5D AC 11 2E 0 21 115 20 34
Octal 216 135 254 21 56 0 41 425 40 64
Binary 10001110 1011101 10101100 10001 101110 0 100001 100010101 100000 110100

Color Harmonies of #8E5DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E5DAC

Black with #8E5DAC

Text Example


Text Example

White with #8E5DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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