Html Css Color HEX #8E0A73 Eggplant

📋 copy color: '#8E0A73'

red 142 ◦ green 10 ◦ blue 115

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

Shades of Eggplant #8E0A73

Tints of Eggplant #8E0A73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 43.07%

R = 53.18%
G = 3.75%
B = 43.07%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.19

 K value IS 0.44

RGB Variations

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

Color information

#8E0A73 (or 0x8E0A73) is known color: Eggplant. HEX triplet: 8E, 0A and 73. RGB value is (142,10,115). Sum of RGB (Red+Green+Blue) = 142+10+115=267 (35% of max value = 765). Red value is 142 (55.86% from 255 or 53.18% from 267); Green value is 10 (4.30% from 255 or 3.75% from 267); Blue value is 115 (45.31% from 255 or 43.07% from 267); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0A73 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E0A73 is #71F58C. Grayscale: #3D3D3D. Windows color (decimal): -7468429 or 7539342. OLE color: 7539342.

HSL color Cylindrical-coordinate representation of color #8E0A73: hue angle of 312.27º 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 #8E0A73 is Cyan = 0, Magento = 0.93, Yellow = 0.19 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 10 115 -
CMYK 0 0.93 0.19 0.44
HSL 312.27º 0.87% 0.3% -
HSV(B) 312.27º 0.93% 0.56% -
XYZ 14.36 7.21 16.85 -
YUV 61.44 158.23 185.46 -
System Red Green Blue C M Y K H S L
Decimal 142 10 115 0 0.93 0.19 0.44 312.27 0.87 0.3
Hex 8E A 73 0 5D 13 2C 138 57 1E
Octal 216 12 163 0 135 23 54 470 127 36
Binary 10001110 1010 1110011 0 1011101 10011 101100 100111000 1010111 11110

Color Harmonies of #8E0A73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E0A73

Black with #8E0A73

Text Example


Text Example

White with #8E0A73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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