Html Css Color HEX #80005E Eggplant

📋 copy color: '#80005E'

red 128 ◦ green 0 ◦ blue 94

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

Shades of Eggplant #80005E

Tints of Eggplant #80005E

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 57.66%
G = 0%
B = 42.34%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.27

 K value IS 0.50

RGB Variations

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

Color information

#80005E (or 0x80005E) is known color: Eggplant. HEX triplet: 80, 00 and 5E. RGB value is (128,0,94). Sum of RGB (Red+Green+Blue) = 128+0+94=222 (29% of max value = 765). Red value is 128 (50.39% from 255 or 57.66% from 222); Green value is 0 (0.39% from 255 or 0% from 222); Blue value is 94 (37.11% from 255 or 42.34% from 222); Max value from RGB is 128 - color contains mainly: red. Hex color #80005E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #80005E is #7FFFA1. Grayscale: #303030. Windows color (decimal): -8388514 or 6160512. OLE color: 6160512.

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

Color convert

RGB 128 0 94 -
CMYK 0 1 0.27 0.50
HSL 315.94º 1% 0.25% -
HSV(B) 315.94º 1% 0.5% -
XYZ 10.92 5.4 11.06 -
YUV 48.99 153.41 184.36 -
System Red Green Blue C M Y K H S L
Decimal 128 0 94 0 1 0.27 0.50 315.94 1 0.25
Hex 80 0 5E 0 64 1B 32 13C 64 19
Octal 200 0 136 0 144 33 62 474 144 31
Binary 10000000 0 1011110 0 1100100 11011 110010 100111100 1100100 11001

Color Harmonies of #80005E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80005E

Black with #80005E

Text Example


Text Example

White with #80005E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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