Html Css Color HEX #80025E Eggplant

📋 copy color: '#80025E'

red 128 ◦ green 2 ◦ blue 94

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

Shades of Eggplant #80025E

Tints of Eggplant #80025E

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.89%

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

R = 57.14%
G = 0.89%
B = 41.96%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.27

 K value IS 0.50

RGB Variations

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

Color information

#80025E (or 0x80025E) is known color: Eggplant. HEX triplet: 80, 02 and 5E. RGB value is (128,2,94). Sum of RGB (Red+Green+Blue) = 128+2+94=224 (29% of max value = 765). Red value is 128 (50.39% from 255 or 57.14% from 224); Green value is 2 (1.17% from 255 or 0.89% from 224); Blue value is 94 (37.11% from 255 or 41.96% from 224); Max value from RGB is 128 - color contains mainly: red. Hex color #80025E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #80025E is #7FFDA1. Grayscale: #313131. Windows color (decimal): -8388002 or 6161024. OLE color: 6161024.

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

Color convert

RGB 128 2 94 -
CMYK 0 0.98 0.27 0.50
HSL 316.19º 0.97% 0.25% -
HSV(B) 316.19º 0.98% 0.5% -
XYZ 10.94 5.44 11.06 -
YUV 50.16 152.74 183.52 -
System Red Green Blue C M Y K H S L
Decimal 128 2 94 0 0.98 0.27 0.50 316.19 0.97 0.25
Hex 80 2 5E 0 62 1B 32 13C 61 19
Octal 200 2 136 0 142 33 62 474 141 31
Binary 10000000 10 1011110 0 1100010 11011 110010 100111100 1100001 11001

Color Harmonies of #80025E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80025E

Black with #80025E

Text Example


Text Example

White with #80025E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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