Html Css Color HEX #8E0872 Eggplant

📋 copy color: '#8E0872'

red 142 ◦ green 8 ◦ blue 114

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

Shades of Eggplant #8E0872

Tints of Eggplant #8E0872

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.03%

 BLUE value IS 114 (44.92% from 255) = 43.18%

R = 53.79%
G = 3.03%
B = 43.18%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.20

 K value IS 0.44

RGB Variations

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

Color information

#8E0872 (or 0x8E0872) is known color: Eggplant. HEX triplet: 8E, 08 and 72. RGB value is (142,8,114). Sum of RGB (Red+Green+Blue) = 142+8+114=264 (34% of max value = 765). Red value is 142 (55.86% from 255 or 53.79% from 264); Green value is 8 (3.52% from 255 or 3.03% from 264); Blue value is 114 (44.92% from 255 or 43.18% from 264); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0872 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E0872 is #71F78D. Grayscale: #3B3B3B. Windows color (decimal): -7468942 or 7473294. OLE color: 7473294.

HSL color Cylindrical-coordinate representation of color #8E0872: hue angle of 312.54º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8E0872 is Cyan = 0, Magento = 0.94, Yellow = 0.20 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 8 114 -
CMYK 0 0.94 0.20 0.44
HSL 312.54º 0.89% 0.29% -
HSV(B) 312.54º 0.94% 0.56% -
XYZ 14.28 7.14 16.55 -
YUV 60.15 158.39 186.38 -
System Red Green Blue C M Y K H S L
Decimal 142 8 114 0 0.94 0.20 0.44 312.54 0.89 0.29
Hex 8E 8 72 0 5E 14 2C 139 59 1D
Octal 216 10 162 0 136 24 54 471 131 35
Binary 10001110 1000 1110010 0 1011110 10100 101100 100111001 1011001 11101

Color Harmonies of #8E0872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E0872

Black with #8E0872

Text Example


Text Example

White with #8E0872

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,8,114); }

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

background-color css

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

 a { background-color: rgb(142,8,114); }

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

border-color css

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

 span { border-color: rgb(142,8,114); }

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