Html Css Color HEX #80055C Eggplant

📋 copy color: '#80055C'

red 128 ◦ green 5 ◦ blue 92

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

Shades of Eggplant #80055C

Tints of Eggplant #80055C

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.22%

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

R = 56.89%
G = 2.22%
B = 40.89%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.28

 K value IS 0.50

RGB Variations

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

Color information

#80055C (or 0x80055C) is known color: Eggplant. HEX triplet: 80, 05 and 5C. RGB value is (128,5,92). Sum of RGB (Red+Green+Blue) = 128+5+92=225 (29% of max value = 765). Red value is 128 (50.39% from 255 or 56.89% from 225); Green value is 5 (2.34% from 255 or 2.22% from 225); Blue value is 92 (36.33% from 255 or 40.89% from 225); Max value from RGB is 128 - color contains mainly: red. Hex color #80055C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #80055C is #7FFAA3. Grayscale: #333333. Windows color (decimal): -8387236 or 6030720. OLE color: 6030720.

HSL color Cylindrical-coordinate representation of color #80055C: hue angle of 317.56º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #80055C is Cyan = 0, Magento = 0.96, Yellow = 0.28 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 5 92 -
CMYK 0 0.96 0.28 0.50
HSL 317.56º 0.92% 0.26% -
HSV(B) 317.56º 0.96% 0.5% -
XYZ 10.89 5.47 10.61 -
YUV 51.7 150.75 182.43 -
System Red Green Blue C M Y K H S L
Decimal 128 5 92 0 0.96 0.28 0.50 317.56 0.92 0.26
Hex 80 5 5C 0 60 1C 32 13E 5C 1A
Octal 200 5 134 0 140 34 62 476 134 32
Binary 10000000 101 1011100 0 1100000 11100 110010 100111110 1011100 11010

Color Harmonies of #80055C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80055C

Black with #80055C

Text Example


Text Example

White with #80055C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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