Html Css Color HEX #8E0171 Eggplant

📋 copy color: '#8E0171'

red 142 ◦ green 1 ◦ blue 113

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

Shades of Eggplant #8E0171

Tints of Eggplant #8E0171

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.39%

 BLUE value IS 113 (44.53% from 255) = 44.14%

R = 55.47%
G = 0.39%
B = 44.14%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.20

 K value IS 0.44

RGB Variations

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

Color information

#8E0171 (or 0x8E0171) is known color: Eggplant. HEX triplet: 8E, 01 and 71. RGB value is (142,1,113). Sum of RGB (Red+Green+Blue) = 142+1+113=256 (33% of max value = 765). Red value is 142 (55.86% from 255 or 55.47% from 256); Green value is 1 (0.78% from 255 or 0.39% from 256); Blue value is 113 (44.53% from 255 or 44.14% from 256); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0171 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E0171 is #71FE8E. Grayscale: #373737. Windows color (decimal): -7470735 or 7405966. OLE color: 7405966.

HSL color Cylindrical-coordinate representation of color #8E0171: hue angle of 312.34º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8E0171 is Cyan = 0, Magento = 0.99, Yellow = 0.20 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 1 113 -
CMYK 0 0.99 0.20 0.44
HSL 312.34º 0.99% 0.28% -
HSV(B) 312.34º 0.99% 0.56% -
XYZ 14.15 6.96 16.22 -
YUV 55.93 160.21 189.39 -
System Red Green Blue C M Y K H S L
Decimal 142 1 113 0 0.99 0.20 0.44 312.34 0.99 0.28
Hex 8E 1 71 0 63 14 2C 138 63 1C
Octal 216 1 161 0 143 24 54 470 143 34
Binary 10001110 1 1110001 0 1100011 10100 101100 100111000 1100011 11100

Color Harmonies of #8E0171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E0171

Black with #8E0171

Text Example


Text Example

White with #8E0171

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,1,113); }

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

background-color css

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

 a { background-color: rgb(142,1,113); }

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

border-color css

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

 span { border-color: rgb(142,1,113); }

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