Html Css Color HEX #80055D Eggplant

📋 copy color: '#80055D'

red 128 ◦ green 5 ◦ blue 93

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

Shades of Eggplant #80055D

Tints of Eggplant #80055D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 41.15%

R = 56.64%
G = 2.21%
B = 41.15%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.27

 K value IS 0.50

RGB Variations

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

Color information

#80055D (or 0x80055D) is known color: Eggplant. HEX triplet: 80, 05 and 5D. RGB value is (128,5,93). Sum of RGB (Red+Green+Blue) = 128+5+93=226 (29% of max value = 765). Red value is 128 (50.39% from 255 or 56.64% from 226); Green value is 5 (2.34% from 255 or 2.21% from 226); Blue value is 93 (36.72% from 255 or 41.15% from 226); Max value from RGB is 128 - color contains mainly: red. Hex color #80055D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #80055D is #7FFAA2. Grayscale: #333333. Windows color (decimal): -8387235 or 6096256. OLE color: 6096256.

HSL color Cylindrical-coordinate representation of color #80055D: hue angle of 317.07º 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 #80055D is Cyan = 0, Magento = 0.96, Yellow = 0.27 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 5 93 -
CMYK 0 0.96 0.27 0.50
HSL 317.07º 0.92% 0.26% -
HSV(B) 317.07º 0.96% 0.5% -
XYZ 10.93 5.49 10.84 -
YUV 51.81 151.25 182.34 -
System Red Green Blue C M Y K H S L
Decimal 128 5 93 0 0.96 0.27 0.50 317.07 0.92 0.26
Hex 80 5 5D 0 60 1B 32 13D 5C 1A
Octal 200 5 135 0 140 33 62 475 134 32
Binary 10000000 101 1011101 0 1100000 11011 110010 100111101 1011100 11010

Color Harmonies of #80055D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80055D

Black with #80055D

Text Example


Text Example

White with #80055D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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