Html Css Color HEX #80115C Eggplant

📋 copy color: '#80115C'

red 128 ◦ green 17 ◦ blue 92

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

Shades of Eggplant #80115C

Tints of Eggplant #80115C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 38.82%

R = 54.01%
G = 7.17%
B = 38.82%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.28

 K value IS 0.50

RGB Variations

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

Color information

#80115C (or 0x80115C) is known color: Eggplant. HEX triplet: 80, 11 and 5C. RGB value is (128,17,92). Sum of RGB (Red+Green+Blue) = 128+17+92=237 (31% of max value = 765). Red value is 128 (50.39% from 255 or 54.01% from 237); Green value is 17 (7.03% from 255 or 7.17% from 237); Blue value is 92 (36.33% from 255 or 38.82% from 237); Max value from RGB is 128 - color contains mainly: red. Hex color #80115C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #80115C is #7FEEA3. Grayscale: #3A3A3A. Windows color (decimal): -8384164 or 6033792. OLE color: 6033792.

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

Color convert

RGB 128 17 92 -
CMYK 0 0.87 0.28 0.50
HSL 319.46º 0.77% 0.28% -
HSV(B) 319.46º 0.87% 0.5% -
XYZ 11.03 5.76 10.66 -
YUV 58.74 146.77 177.4 -
System Red Green Blue C M Y K H S L
Decimal 128 17 92 0 0.87 0.28 0.50 319.46 0.77 0.28
Hex 80 11 5C 0 57 1C 32 13F 4D 1C
Octal 200 21 134 0 127 34 62 477 115 34
Binary 10000000 10001 1011100 0 1010111 11100 110010 100111111 1001101 11100

Color Harmonies of #80115C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80115C

Black with #80115C

Text Example


Text Example

White with #80115C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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