Html Css Color HEX #80115F Eggplant

📋 copy color: '#80115F'

red 128 ◦ green 17 ◦ blue 95

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

Shades of Eggplant #80115F

Tints of Eggplant #80115F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 39.58%

R = 53.33%
G = 7.08%
B = 39.58%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.26

 K value IS 0.50

RGB Variations

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

Color information

#80115F (or 0x80115F) is known color: Eggplant. HEX triplet: 80, 11 and 5F. RGB value is (128,17,95). Sum of RGB (Red+Green+Blue) = 128+17+95=240 (31% of max value = 765). Red value is 128 (50.39% from 255 or 53.33% from 240); Green value is 17 (7.03% from 255 or 7.08% from 240); Blue value is 95 (37.5% from 255 or 39.58% from 240); Max value from RGB is 128 - color contains mainly: red. Hex color #80115F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #80115F is #7FEEA0. Grayscale: #3A3A3A. Windows color (decimal): -8384161 or 6230400. OLE color: 6230400.

HSL color Cylindrical-coordinate representation of color #80115F: hue angle of 317.84º 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 #80115F is Cyan = 0, Magento = 0.87, Yellow = 0.26 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 17 95 -
CMYK 0 0.87 0.26 0.50
HSL 317.84º 0.77% 0.28% -
HSV(B) 317.84º 0.87% 0.5% -
XYZ 11.17 5.82 11.36 -
YUV 59.08 148.27 177.16 -
System Red Green Blue C M Y K H S L
Decimal 128 17 95 0 0.87 0.26 0.50 317.84 0.77 0.28
Hex 80 11 5F 0 57 1A 32 13E 4D 1C
Octal 200 21 137 0 127 32 62 476 115 34
Binary 10000000 10001 1011111 0 1010111 11010 110010 100111110 1001101 11100

Color Harmonies of #80115F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80115F

Black with #80115F

Text Example


Text Example

White with #80115F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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