Html Css Color HEX #8E014F Eggplant

📋 copy color: '#8E014F'

red 142 ◦ green 1 ◦ blue 79

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

Shades of Eggplant #8E014F

Tints of Eggplant #8E014F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 35.59%

R = 63.96%
G = 0.45%
B = 35.59%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.44

 K value IS 0.44

RGB Variations

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

Color information

#8E014F (or 0x8E014F) is known color: Eggplant. HEX triplet: 8E, 01 and 4F. RGB value is (142,1,79). Sum of RGB (Red+Green+Blue) = 142+1+79=222 (29% of max value = 765). Red value is 142 (55.86% from 255 or 63.96% from 222); Green value is 1 (0.78% from 255 or 0.45% from 222); Blue value is 79 (31.25% from 255 or 35.59% from 222); Max value from RGB is 142 - color contains mainly: red. Hex color #8E014F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E014F is #71FEB0. Grayscale: #333333. Windows color (decimal): -7470769 or 5177742. OLE color: 5177742.

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

Color convert

RGB 142 1 79 -
CMYK 0 0.99 0.44 0.44
HSL 326.81º 0.99% 0.28% -
HSV(B) 326.81º 0.99% 0.56% -
XYZ 12.58 6.34 7.96 -
YUV 52.05 143.21 192.16 -
System Red Green Blue C M Y K H S L
Decimal 142 1 79 0 0.99 0.44 0.44 326.81 0.99 0.28
Hex 8E 1 4F 0 63 2C 2C 147 63 1C
Octal 216 1 117 0 143 54 54 507 143 34
Binary 10001110 1 1001111 0 1100011 101100 101100 101000111 1100011 11100

Color Harmonies of #8E014F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E014F

Black with #8E014F

Text Example


Text Example

White with #8E014F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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