Html Css Color HEX #8E016F Eggplant

📋 copy color: '#8E016F'

red 142 ◦ green 1 ◦ blue 111

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

Shades of Eggplant #8E016F

Tints of Eggplant #8E016F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 43.7%

R = 55.91%
G = 0.39%
B = 43.7%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.22

 K value IS 0.44

RGB Variations

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

Color information

#8E016F (or 0x8E016F) is known color: Eggplant. HEX triplet: 8E, 01 and 6F. RGB value is (142,1,111). Sum of RGB (Red+Green+Blue) = 142+1+111=254 (33% of max value = 765). Red value is 142 (55.86% from 255 or 55.91% from 254); Green value is 1 (0.78% from 255 or 0.39% from 254); Blue value is 111 (43.75% from 255 or 43.70% from 254); Max value from RGB is 142 - color contains mainly: red. Hex color #8E016F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E016F is #71FE90. Grayscale: #373737. Windows color (decimal): -7470737 or 7274894. OLE color: 7274894.

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

Color convert

RGB 142 1 111 -
CMYK 0 0.99 0.22 0.44
HSL 313.19º 0.99% 0.28% -
HSV(B) 313.19º 0.99% 0.56% -
XYZ 14.04 6.92 15.63 -
YUV 55.7 159.21 189.56 -
System Red Green Blue C M Y K H S L
Decimal 142 1 111 0 0.99 0.22 0.44 313.19 0.99 0.28
Hex 8E 1 6F 0 63 16 2C 139 63 1C
Octal 216 1 157 0 143 26 54 471 143 34
Binary 10001110 1 1101111 0 1100011 10110 101100 100111001 1100011 11100

Color Harmonies of #8E016F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E016F

Black with #8E016F

Text Example


Text Example

White with #8E016F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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