Html Css Color HEX #80025F Eggplant

📋 copy color: '#80025F'

red 128 ◦ green 2 ◦ blue 95

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

Shades of Eggplant #80025F

Tints of Eggplant #80025F

RGB

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

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

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

R = 56.89%
G = 0.89%
B = 42.22%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.26

 K value IS 0.50

RGB Variations

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

Color information

#80025F (or 0x80025F) is known color: Eggplant. HEX triplet: 80, 02 and 5F. RGB value is (128,2,95). Sum of RGB (Red+Green+Blue) = 128+2+95=225 (29% of max value = 765). Red value is 128 (50.39% from 255 or 56.89% from 225); Green value is 2 (1.17% from 255 or 0.89% from 225); Blue value is 95 (37.5% from 255 or 42.22% from 225); Max value from RGB is 128 - color contains mainly: red. Hex color #80025F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #80025F is #7FFDA0. Grayscale: #323232. Windows color (decimal): -8388001 or 6226560. OLE color: 6226560.

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

Color convert

RGB 128 2 95 -
CMYK 0 0.98 0.26 0.50
HSL 315.71º 0.97% 0.25% -
HSV(B) 315.71º 0.98% 0.5% -
XYZ 10.99 5.46 11.3 -
YUV 50.28 153.24 183.44 -
System Red Green Blue C M Y K H S L
Decimal 128 2 95 0 0.98 0.26 0.50 315.71 0.97 0.25
Hex 80 2 5F 0 62 1A 32 13C 61 19
Octal 200 2 137 0 142 32 62 474 141 31
Binary 10000000 10 1011111 0 1100010 11010 110010 100111100 1100001 11001

Color Harmonies of #80025F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80025F

Black with #80025F

Text Example


Text Example

White with #80025F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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