Html Css Color HEX #80115E Eggplant

📋 copy color: '#80115E'

red 128 ◦ green 17 ◦ blue 94

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

Shades of Eggplant #80115E

Tints of Eggplant #80115E

RGB

 RED value IS 128 (50.39% from 255) = 53.56%

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

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

R = 53.56%
G = 7.11%
B = 39.33%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.27

 K value IS 0.50

RGB Variations

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

Color information

#80115E (or 0x80115E) is known color: Eggplant. HEX triplet: 80, 11 and 5E. RGB value is (128,17,94). Sum of RGB (Red+Green+Blue) = 128+17+94=239 (31% of max value = 765). Red value is 128 (50.39% from 255 or 53.56% from 239); Green value is 17 (7.03% from 255 or 7.11% from 239); Blue value is 94 (37.11% from 255 or 39.33% from 239); Max value from RGB is 128 - color contains mainly: red. Hex color #80115E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #80115E is #7FEEA1. Grayscale: #3A3A3A. Windows color (decimal): -8384162 or 6164864. OLE color: 6164864.

HSL color Cylindrical-coordinate representation of color #80115E: hue angle of 318.38º degrees, saturation: 0.77, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #80115E is Cyan = 0, Magento = 0.87, Yellow = 0.27 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 17 94 -
CMYK 0 0.87 0.27 0.50
HSL 318.38º 0.77% 0.28% -
HSV(B) 318.38º 0.87% 0.5% -
XYZ 11.12 5.8 11.12 -
YUV 58.97 147.77 177.24 -
System Red Green Blue C M Y K H S L
Decimal 128 17 94 0 0.87 0.27 0.50 318.38 0.77 0.28
Hex 80 11 5E 0 57 1B 32 13E 4D 1C
Octal 200 21 136 0 127 33 62 476 115 34
Binary 10000000 10001 1011110 0 1010111 11011 110010 100111110 1001101 11100

Color Harmonies of #80115E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80115E

Black with #80115E

Text Example


Text Example

White with #80115E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80115E; }

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

 H1.HeaderClassName
 {
   color: #80115E;
 }
 .AnyTagClassName
 {
   color: #80115E;
 }
</style>

background-color css

<style>
 a { background-color: #80115E; }

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

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

border-color css

<style>
 span { border-color: #80115E; }

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

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