Html Css Color HEX #8E016C Eggplant

📋 copy color: '#8E016C'

red 142 ◦ green 1 ◦ blue 108

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

Shades of Eggplant #8E016C

Tints of Eggplant #8E016C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 43.03%

R = 56.57%
G = 0.4%
B = 43.03%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.24

 K value IS 0.44

RGB Variations

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

Color information

#8E016C (or 0x8E016C) is known color: Eggplant. HEX triplet: 8E, 01 and 6C. RGB value is (142,1,108). Sum of RGB (Red+Green+Blue) = 142+1+108=251 (33% of max value = 765). Red value is 142 (55.86% from 255 or 56.57% from 251); Green value is 1 (0.78% from 255 or 0.40% from 251); Blue value is 108 (42.58% from 255 or 43.03% from 251); Max value from RGB is 142 - color contains mainly: red. Hex color #8E016C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E016C is #71FE93. Grayscale: #373737. Windows color (decimal): -7470740 or 7078286. OLE color: 7078286.

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

Color convert

RGB 142 1 108 -
CMYK 0 0.99 0.24 0.44
HSL 314.47º 0.99% 0.28% -
HSV(B) 314.47º 0.99% 0.56% -
XYZ 13.87 6.86 14.78 -
YUV 55.36 157.71 189.8 -
System Red Green Blue C M Y K H S L
Decimal 142 1 108 0 0.99 0.24 0.44 314.47 0.99 0.28
Hex 8E 1 6C 0 63 18 2C 13A 63 1C
Octal 216 1 154 0 143 30 54 472 143 34
Binary 10001110 1 1101100 0 1100011 11000 101100 100111010 1100011 11100

Color Harmonies of #8E016C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E016C

Black with #8E016C

Text Example


Text Example

White with #8E016C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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