Html Css Color HEX #8E4CAC Deep Lilac

📋 copy color: '#8E4CAC'

red 142 ◦ green 76 ◦ blue 172

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

Shades of Deep Lilac #8E4CAC

Tints of Deep Lilac #8E4CAC

RGB

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

 GREEN value IS 76 (30.08% from 255) = 19.49%

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

R = 36.41%
G = 19.49%
B = 44.1%

CMYK

 C value IS 0.17

 M value IS 0.56

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8E4CAC (or 0x8E4CAC) is known color: Deep Lilac. HEX triplet: 8E, 4C and AC. RGB value is (142,76,172). Sum of RGB (Red+Green+Blue) = 142+76+172=390 (51% of max value = 765). Red value is 142 (55.86% from 255 or 36.41% from 390); Green value is 76 (30.08% from 255 or 19.49% from 390); Blue value is 172 (67.58% from 255 or 44.10% from 390); Max value from RGB is 172 - color contains mainly: blue. Hex color #8E4CAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E4CAC is #71B353. Grayscale: #6A6A6A. Windows color (decimal): -7451476 or 11291790. OLE color: 11291790.

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

Color convert

RGB 142 76 172 -
CMYK 0.17 0.56 0 0.33
HSL 281.25º 0.39% 0.49% -
HSV(B) 281.25º 0.56% 0.67% -
XYZ 21.19 13.9 40.6 -
YUV 106.68 164.87 153.19 -
System Red Green Blue C M Y K H S L
Decimal 142 76 172 0.17 0.56 0 0.33 281.25 0.39 0.49
Hex 8E 4C AC 11 38 0 21 119 27 31
Octal 216 114 254 21 70 0 41 431 47 61
Binary 10001110 1001100 10101100 10001 111000 0 100001 100011001 100111 110001

Color Harmonies of #8E4CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E4CAC

Black with #8E4CAC

Text Example


Text Example

White with #8E4CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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