Html Css Color HEX #8E0271 Eggplant

📋 copy color: '#8E0271'

red 142 ◦ green 2 ◦ blue 113

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

Shades of Eggplant #8E0271

Tints of Eggplant #8E0271

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.78%

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

R = 55.25%
G = 0.78%
B = 43.97%

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

#8E0271 (or 0x8E0271) is known color: Eggplant. HEX triplet: 8E, 02 and 71. RGB value is (142,2,113). Sum of RGB (Red+Green+Blue) = 142+2+113=257 (34% of max value = 765). Red value is 142 (55.86% from 255 or 55.25% from 257); Green value is 2 (1.17% from 255 or 0.78% from 257); Blue value is 113 (44.53% from 255 or 43.97% from 257); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0271 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E0271 is #71FD8E. Grayscale: #383838. Windows color (decimal): -7470479 or 7406222. OLE color: 7406222.

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

Color convert

RGB 142 2 113 -
CMYK 0 0.99 0.20 0.44
HSL 312.43º 0.97% 0.28% -
HSV(B) 312.43º 0.99% 0.56% -
XYZ 14.16 6.99 16.23 -
YUV 56.51 159.88 188.97 -
System Red Green Blue C M Y K H S L
Decimal 142 2 113 0 0.99 0.20 0.44 312.43 0.97 0.28
Hex 8E 2 71 0 63 14 2C 138 61 1C
Octal 216 2 161 0 143 24 54 470 141 34
Binary 10001110 10 1110001 0 1100011 10100 101100 100111000 1100001 11100

Color Harmonies of #8E0271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E0271

Black with #8E0271

Text Example


Text Example

White with #8E0271

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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