Html Css Color HEX #800957 Eggplant

📋 copy color: '#800957'

red 128 ◦ green 9 ◦ blue 87

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

Shades of Eggplant #800957

Tints of Eggplant #800957

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.02%

 BLUE value IS 87 (34.38% from 255) = 38.84%

R = 57.14%
G = 4.02%
B = 38.84%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.32

 K value IS 0.50

RGB Variations

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

Color information

#800957 (or 0x800957) is known color: Eggplant. HEX triplet: 80, 09 and 57. RGB value is (128,9,87). Sum of RGB (Red+Green+Blue) = 128+9+87=224 (29% of max value = 765). Red value is 128 (50.39% from 255 or 57.14% from 224); Green value is 9 (3.91% from 255 or 4.02% from 224); Blue value is 87 (34.38% from 255 or 38.84% from 224); Max value from RGB is 128 - color contains mainly: red. Hex color #800957 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #800957 is #7FF6A8. Grayscale: #353535. Windows color (decimal): -8386217 or 5704064. OLE color: 5704064.

HSL color Cylindrical-coordinate representation of color #800957: hue angle of 320.67º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #800957 is Cyan = 0, Magento = 0.93, Yellow = 0.32 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 9 87 -
CMYK 0 0.93 0.32 0.50
HSL 320.67º 0.87% 0.27% -
HSV(B) 320.67º 0.93% 0.5% -
XYZ 10.72 5.47 9.51 -
YUV 53.47 146.92 181.16 -
System Red Green Blue C M Y K H S L
Decimal 128 9 87 0 0.93 0.32 0.50 320.67 0.87 0.27
Hex 80 9 57 0 5D 20 32 141 57 1B
Octal 200 11 127 0 135 40 62 501 127 33
Binary 10000000 1001 1010111 0 1011101 100000 110010 101000001 1010111 11011

Color Harmonies of #800957

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800957

Black with #800957

Text Example


Text Example

White with #800957

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #800957; }

 p { color: rgb(128,9,87); }

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

background-color css

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

 a { background-color: rgb(128,9,87); }

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

border-color css

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

 span { border-color: rgb(128,9,87); }

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