Html Css Color HEX #8E0156 Eggplant

📋 copy color: '#8E0156'

red 142 ◦ green 1 ◦ blue 86

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

Shades of Eggplant #8E0156

Tints of Eggplant #8E0156

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 37.55%

R = 62.01%
G = 0.44%
B = 37.55%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.39

 K value IS 0.44

RGB Variations

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

Color information

#8E0156 (or 0x8E0156) is known color: Eggplant. HEX triplet: 8E, 01 and 56. RGB value is (142,1,86). Sum of RGB (Red+Green+Blue) = 142+1+86=229 (30% of max value = 765). Red value is 142 (55.86% from 255 or 62.01% from 229); Green value is 1 (0.78% from 255 or 0.44% from 229); Blue value is 86 (33.98% from 255 or 37.55% from 229); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0156 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E0156 is #71FEA9. Grayscale: #343434. Windows color (decimal): -7470762 or 5636494. OLE color: 5636494.

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

Color convert

RGB 142 1 86 -
CMYK 0 0.99 0.39 0.44
HSL 323.83º 0.99% 0.28% -
HSV(B) 323.83º 0.99% 0.56% -
XYZ 12.85 6.44 9.37 -
YUV 52.85 146.71 191.59 -
System Red Green Blue C M Y K H S L
Decimal 142 1 86 0 0.99 0.39 0.44 323.83 0.99 0.28
Hex 8E 1 56 0 63 27 2C 144 63 1C
Octal 216 1 126 0 143 47 54 504 143 34
Binary 10001110 1 1010110 0 1100011 100111 101100 101000100 1100011 11100

Color Harmonies of #8E0156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E0156

Black with #8E0156

Text Example


Text Example

White with #8E0156

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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