Html Css Color HEX #8E115E Eggplant

📋 copy color: '#8E115E'

red 142 ◦ green 17 ◦ blue 94

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

Shades of Eggplant #8E115E

Tints of Eggplant #8E115E

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.72%

 BLUE value IS 94 (37.11% from 255) = 37.15%

R = 56.13%
G = 6.72%
B = 37.15%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.34

 K value IS 0.44

RGB Variations

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

Color information

#8E115E (or 0x8E115E) is known color: Eggplant. HEX triplet: 8E, 11 and 5E. RGB value is (142,17,94). Sum of RGB (Red+Green+Blue) = 142+17+94=253 (33% of max value = 765). Red value is 142 (55.86% from 255 or 56.13% from 253); Green value is 17 (7.03% from 255 or 6.72% from 253); Blue value is 94 (37.11% from 255 or 37.15% from 253); Max value from RGB is 142 - color contains mainly: red. Hex color #8E115E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E115E is #71EEA1. Grayscale: #3E3E3E. Windows color (decimal): -7466658 or 6164878. OLE color: 6164878.

HSL color Cylindrical-coordinate representation of color #8E115E: hue angle of 323.04º degrees, saturation: 0.79, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8E115E is Cyan = 0, Magento = 0.88, Yellow = 0.34 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 17 94 -
CMYK 0 0.88 0.34 0.44
HSL 323.04º 0.79% 0.31% -
HSV(B) 323.04º 0.88% 0.56% -
XYZ 13.38 6.96 11.23 -
YUV 63.15 145.41 184.24 -
System Red Green Blue C M Y K H S L
Decimal 142 17 94 0 0.88 0.34 0.44 323.04 0.79 0.31
Hex 8E 11 5E 0 58 22 2C 143 4F 1F
Octal 216 21 136 0 130 42 54 503 117 37
Binary 10001110 10001 1011110 0 1011000 100010 101100 101000011 1001111 11111

Color Harmonies of #8E115E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E115E

Black with #8E115E

Text Example


Text Example

White with #8E115E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,17,94); }

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

background-color css

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

 a { background-color: rgb(142,17,94); }

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

border-color css

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

 span { border-color: rgb(142,17,94); }

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