Html Css Color HEX #8E0A57 Eggplant

📋 copy color: '#8E0A57'

red 142 ◦ green 10 ◦ blue 87

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

Shades of Eggplant #8E0A57

Tints of Eggplant #8E0A57

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.18%

 BLUE value IS 87 (34.38% from 255) = 36.4%

R = 59.41%
G = 4.18%
B = 36.4%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.39

 K value IS 0.44

RGB Variations

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

Color information

#8E0A57 (or 0x8E0A57) is known color: Eggplant. HEX triplet: 8E, 0A and 57. RGB value is (142,10,87). Sum of RGB (Red+Green+Blue) = 142+10+87=239 (31% of max value = 765). Red value is 142 (55.86% from 255 or 59.41% from 239); Green value is 10 (4.30% from 255 or 4.18% from 239); Blue value is 87 (34.38% from 255 or 36.40% from 239); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0A57 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E0A57 is #71F5A8. Grayscale: #3A3A3A. Windows color (decimal): -7468457 or 5704334. OLE color: 5704334.

HSL color Cylindrical-coordinate representation of color #8E0A57: hue angle of 325º degrees, saturation: 0.87, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8E0A57 is Cyan = 0, Magento = 0.93, Yellow = 0.39 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 10 87 -
CMYK 0 0.93 0.39 0.44
HSL 325º 0.87% 0.3% -
HSV(B) 325º 0.93% 0.56% -
XYZ 12.98 6.66 9.62 -
YUV 58.25 144.23 187.74 -
System Red Green Blue C M Y K H S L
Decimal 142 10 87 0 0.93 0.39 0.44 325 0.87 0.3
Hex 8E A 57 0 5D 27 2C 145 57 1E
Octal 216 12 127 0 135 47 54 505 127 36
Binary 10001110 1010 1010111 0 1011101 100111 101100 101000101 1010111 11110

Color Harmonies of #8E0A57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E0A57

Black with #8E0A57

Text Example


Text Example

White with #8E0A57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,10,87); }

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

background-color css

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

 a { background-color: rgb(142,10,87); }

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

border-color css

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

 span { border-color: rgb(142,10,87); }

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