Html Css Color HEX #8E0057 Eggplant

📋 copy color: '#8E0057'

red 142 ◦ green 0 ◦ blue 87

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

Shades of Eggplant #8E0057

Tints of Eggplant #8E0057

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 62.01%
G = 0%
B = 37.99%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.39

 K value IS 0.44

RGB Variations

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

Color information

#8E0057 (or 0x8E0057) is known color: Eggplant. HEX triplet: 8E, 00 and 57. RGB value is (142,0,87). Sum of RGB (Red+Green+Blue) = 142+0+87=229 (30% of max value = 765). Red value is 142 (55.86% from 255 or 62.01% from 229); Green value is 0 (0.39% from 255 or 0% from 229); Blue value is 87 (34.38% from 255 or 37.99% from 229); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0057 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E0057 is #71FFA8. Grayscale: #343434. Windows color (decimal): -7471017 or 5701774. OLE color: 5701774.

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

Color convert

RGB 142 0 87 -
CMYK 0 1 0.39 0.44
HSL 323.24º 1% 0.28% -
HSV(B) 323.24º 1% 0.56% -
XYZ 12.88 6.44 9.58 -
YUV 52.38 147.54 191.93 -
System Red Green Blue C M Y K H S L
Decimal 142 0 87 0 1 0.39 0.44 323.24 1 0.28
Hex 8E 0 57 0 64 27 2C 143 64 1C
Octal 216 0 127 0 144 47 54 503 144 34
Binary 10001110 0 1010111 0 1100100 100111 101100 101000011 1100100 11100

Color Harmonies of #8E0057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E0057

Black with #8E0057

Text Example


Text Example

White with #8E0057

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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