Html Css Color HEX #80125A Eggplant

📋 copy color: '#80125A'

red 128 ◦ green 18 ◦ blue 90

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

Shades of Eggplant #80125A

Tints of Eggplant #80125A

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.63%

 BLUE value IS 90 (35.55% from 255) = 38.14%

R = 54.24%
G = 7.63%
B = 38.14%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.30

 K value IS 0.50

RGB Variations

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

Color information

#80125A (or 0x80125A) is known color: Eggplant. HEX triplet: 80, 12 and 5A. RGB value is (128,18,90). Sum of RGB (Red+Green+Blue) = 128+18+90=236 (31% of max value = 765). Red value is 128 (50.39% from 255 or 54.24% from 236); Green value is 18 (7.42% from 255 or 7.63% from 236); Blue value is 90 (35.55% from 255 or 38.14% from 236); Max value from RGB is 128 - color contains mainly: red. Hex color #80125A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #80125A is #7FEDA5. Grayscale: #3A3A3A. Windows color (decimal): -8383910 or 5902976. OLE color: 5902976.

HSL color Cylindrical-coordinate representation of color #80125A: hue angle of 320.73º degrees, saturation: 0.75, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #80125A is Cyan = 0, Magento = 0.86, Yellow = 0.30 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 18 90 -
CMYK 0 0.86 0.30 0.50
HSL 320.73º 0.75% 0.29% -
HSV(B) 320.73º 0.86% 0.5% -
XYZ 10.96 5.76 10.21 -
YUV 59.1 145.44 177.15 -
System Red Green Blue C M Y K H S L
Decimal 128 18 90 0 0.86 0.30 0.50 320.73 0.75 0.29
Hex 80 12 5A 0 56 1E 32 141 4B 1D
Octal 200 22 132 0 126 36 62 501 113 35
Binary 10000000 10010 1011010 0 1010110 11110 110010 101000001 1001011 11101

Color Harmonies of #80125A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80125A

Black with #80125A

Text Example


Text Example

White with #80125A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80125A; }

 p { color: rgb(128,18,90); }

 H1.HeaderClassName
 {
   color: #80125A;
 }
 .AnyTagClassName
 {
   color: #80125A;
 }
</style>

background-color css

<style>
 a { background-color: #80125A; }

 a { background-color: rgb(128,18,90); }

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

border-color css

<style>
 span { border-color: #80125A; }

 span { border-color: rgb(128,18,90); }

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