Html Css Color HEX #8E014E Eggplant

📋 copy color: '#8E014E'

red 142 ◦ green 1 ◦ blue 78

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

Shades of Eggplant #8E014E

Tints of Eggplant #8E014E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 35.29%

R = 64.25%
G = 0.45%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.45

 K value IS 0.44

RGB Variations

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

Color information

#8E014E (or 0x8E014E) is known color: Eggplant. HEX triplet: 8E, 01 and 4E. RGB value is (142,1,78). Sum of RGB (Red+Green+Blue) = 142+1+78=221 (29% of max value = 765). Red value is 142 (55.86% from 255 or 64.25% from 221); Green value is 1 (0.78% from 255 or 0.45% from 221); Blue value is 78 (30.86% from 255 or 35.29% from 221); Max value from RGB is 142 - color contains mainly: red. Hex color #8E014E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E014E is #71FEB1. Grayscale: #333333. Windows color (decimal): -7470770 or 5112206. OLE color: 5112206.

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

Color convert

RGB 142 1 78 -
CMYK 0 0.99 0.45 0.44
HSL 327.23º 0.99% 0.28% -
HSV(B) 327.23º 0.99% 0.56% -
XYZ 12.54 6.32 7.77 -
YUV 51.94 142.71 192.24 -
System Red Green Blue C M Y K H S L
Decimal 142 1 78 0 0.99 0.45 0.44 327.23 0.99 0.28
Hex 8E 1 4E 0 63 2D 2C 147 63 1C
Octal 216 1 116 0 143 55 54 507 143 34
Binary 10001110 1 1001110 0 1100011 101101 101100 101000111 1100011 11100

Color Harmonies of #8E014E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E014E

Black with #8E014E

Text Example


Text Example

White with #8E014E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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