Html Css Color HEX #8E0470 Eggplant

📋 copy color: '#8E0470'

red 142 ◦ green 4 ◦ blue 112

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

Shades of Eggplant #8E0470

Tints of Eggplant #8E0470

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.55%

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

R = 55.04%
G = 1.55%
B = 43.41%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.21

 K value IS 0.44

RGB Variations

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

Color information

#8E0470 (or 0x8E0470) is known color: Eggplant. HEX triplet: 8E, 04 and 70. RGB value is (142,4,112). Sum of RGB (Red+Green+Blue) = 142+4+112=258 (34% of max value = 765). Red value is 142 (55.86% from 255 or 55.04% from 258); Green value is 4 (1.95% from 255 or 1.55% from 258); Blue value is 112 (44.14% from 255 or 43.41% from 258); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0470 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E0470 is #71FB8F. Grayscale: #393939. Windows color (decimal): -7469968 or 7341198. OLE color: 7341198.

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

Color convert

RGB 142 4 112 -
CMYK 0 0.97 0.21 0.44
HSL 313.04º 0.95% 0.29% -
HSV(B) 313.04º 0.97% 0.56% -
XYZ 14.12 7.01 15.94 -
YUV 57.57 158.72 188.22 -
System Red Green Blue C M Y K H S L
Decimal 142 4 112 0 0.97 0.21 0.44 313.04 0.95 0.29
Hex 8E 4 70 0 61 15 2C 139 5F 1D
Octal 216 4 160 0 141 25 54 471 137 35
Binary 10001110 100 1110000 0 1100001 10101 101100 100111001 1011111 11101

Color Harmonies of #8E0470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E0470

Black with #8E0470

Text Example


Text Example

White with #8E0470

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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