Html Css Color HEX #80025C Eggplant

📋 copy color: '#80025C'

red 128 ◦ green 2 ◦ blue 92

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

Shades of Eggplant #80025C

Tints of Eggplant #80025C

RGB

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

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

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

R = 57.66%
G = 0.9%
B = 41.44%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.28

 K value IS 0.50

RGB Variations

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

Color information

#80025C (or 0x80025C) is known color: Eggplant. HEX triplet: 80, 02 and 5C. RGB value is (128,2,92). Sum of RGB (Red+Green+Blue) = 128+2+92=222 (29% of max value = 765). Red value is 128 (50.39% from 255 or 57.66% from 222); Green value is 2 (1.17% from 255 or 0.90% from 222); Blue value is 92 (36.33% from 255 or 41.44% from 222); Max value from RGB is 128 - color contains mainly: red. Hex color #80025C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #80025C is #7FFDA3. Grayscale: #313131. Windows color (decimal): -8388004 or 6029952. OLE color: 6029952.

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

Color convert

RGB 128 2 92 -
CMYK 0 0.98 0.28 0.50
HSL 317.14º 0.97% 0.25% -
HSV(B) 317.14º 0.98% 0.5% -
XYZ 10.86 5.41 10.6 -
YUV 49.93 151.74 183.68 -
System Red Green Blue C M Y K H S L
Decimal 128 2 92 0 0.98 0.28 0.50 317.14 0.97 0.25
Hex 80 2 5C 0 62 1C 32 13D 61 19
Octal 200 2 134 0 142 34 62 475 141 31
Binary 10000000 10 1011100 0 1100010 11100 110010 100111101 1100001 11001

Color Harmonies of #80025C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80025C

Black with #80025C

Text Example


Text Example

White with #80025C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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