Html Css Color HEX #8E0A5D Eggplant

📋 copy color: '#8E0A5D'

red 142 ◦ green 10 ◦ blue 93

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

Shades of Eggplant #8E0A5D

Tints of Eggplant #8E0A5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 37.96%

R = 57.96%
G = 4.08%
B = 37.96%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.35

 K value IS 0.44

RGB Variations

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

Color information

#8E0A5D (or 0x8E0A5D) is known color: Eggplant. HEX triplet: 8E, 0A and 5D. RGB value is (142,10,93). Sum of RGB (Red+Green+Blue) = 142+10+93=245 (32% of max value = 765). Red value is 142 (55.86% from 255 or 57.96% from 245); Green value is 10 (4.30% from 255 or 4.08% from 245); Blue value is 93 (36.72% from 255 or 37.96% from 245); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0A5D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E0A5D is #71F5A2. Grayscale: #3A3A3A. Windows color (decimal): -7468451 or 6097550. OLE color: 6097550.

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

Color convert

RGB 142 10 93 -
CMYK 0 0.93 0.35 0.44
HSL 322.27º 0.87% 0.3% -
HSV(B) 322.27º 0.93% 0.56% -
XYZ 13.24 6.76 10.96 -
YUV 58.93 147.23 187.25 -
System Red Green Blue C M Y K H S L
Decimal 142 10 93 0 0.93 0.35 0.44 322.27 0.87 0.3
Hex 8E A 5D 0 5D 23 2C 142 57 1E
Octal 216 12 135 0 135 43 54 502 127 36
Binary 10001110 1010 1011101 0 1011101 100011 101100 101000010 1010111 11110

Color Harmonies of #8E0A5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E0A5D

Black with #8E0A5D

Text Example


Text Example

White with #8E0A5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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