Html Css Color HEX #8E0D70 Eggplant

📋 copy color: '#8E0D70'

red 142 ◦ green 13 ◦ blue 112

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

Shades of Eggplant #8E0D70

Tints of Eggplant #8E0D70

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.87%

 BLUE value IS 112 (44.14% from 255) = 41.95%

R = 53.18%
G = 4.87%
B = 41.95%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.21

 K value IS 0.44

RGB Variations

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

Color information

#8E0D70 (or 0x8E0D70) is known color: Eggplant. HEX triplet: 8E, 0D and 70. RGB value is (142,13,112). Sum of RGB (Red+Green+Blue) = 142+13+112=267 (35% of max value = 765). Red value is 142 (55.86% from 255 or 53.18% from 267); Green value is 13 (5.47% from 255 or 4.87% from 267); Blue value is 112 (44.14% from 255 or 41.95% from 267); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0D70 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E0D70 is #71F28F. Grayscale: #3E3E3E. Windows color (decimal): -7467664 or 7343502. OLE color: 7343502.

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

Color convert

RGB 142 13 112 -
CMYK 0 0.91 0.21 0.44
HSL 313.95º 0.83% 0.3% -
HSV(B) 313.95º 0.91% 0.56% -
XYZ 14.22 7.21 15.97 -
YUV 62.86 155.74 184.45 -
System Red Green Blue C M Y K H S L
Decimal 142 13 112 0 0.91 0.21 0.44 313.95 0.83 0.3
Hex 8E D 70 0 5B 15 2C 13A 53 1E
Octal 216 15 160 0 133 25 54 472 123 36
Binary 10001110 1101 1110000 0 1011011 10101 101100 100111010 1010011 11110

Color Harmonies of #8E0D70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E0D70

Black with #8E0D70

Text Example


Text Example

White with #8E0D70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,13,112); }

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

background-color css

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

 a { background-color: rgb(142,13,112); }

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

border-color css

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

 span { border-color: rgb(142,13,112); }

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