Html Css Color HEX #8E0473 Eggplant

📋 copy color: '#8E0473'

red 142 ◦ green 4 ◦ blue 115

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

Shades of Eggplant #8E0473

Tints of Eggplant #8E0473

RGB

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

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

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

R = 54.41%
G = 1.53%
B = 44.06%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.19

 K value IS 0.44

RGB Variations

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

Color information

#8E0473 (or 0x8E0473) is known color: Eggplant. HEX triplet: 8E, 04 and 73. RGB value is (142,4,115). Sum of RGB (Red+Green+Blue) = 142+4+115=261 (34% of max value = 765). Red value is 142 (55.86% from 255 or 54.41% from 261); Green value is 4 (1.95% from 255 or 1.53% from 261); Blue value is 115 (45.31% from 255 or 44.06% from 261); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0473 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E0473 is #71FB8C. Grayscale: #393939. Windows color (decimal): -7469965 or 7537806. OLE color: 7537806.

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

Color convert

RGB 142 4 115 -
CMYK 0 0.97 0.19 0.44
HSL 311.74º 0.95% 0.29% -
HSV(B) 311.74º 0.97% 0.56% -
XYZ 14.29 7.08 16.83 -
YUV 57.92 160.22 187.97 -
System Red Green Blue C M Y K H S L
Decimal 142 4 115 0 0.97 0.19 0.44 311.74 0.95 0.29
Hex 8E 4 73 0 61 13 2C 138 5F 1D
Octal 216 4 163 0 141 23 54 470 137 35
Binary 10001110 100 1110011 0 1100001 10011 101100 100111000 1011111 11101

Color Harmonies of #8E0473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E0473

Black with #8E0473

Text Example


Text Example

White with #8E0473

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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