Html Css Color HEX #800856 Eggplant

📋 copy color: '#800856'

red 128 ◦ green 8 ◦ blue 86

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

Shades of Eggplant #800856

Tints of Eggplant #800856

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.6%

 BLUE value IS 86 (33.98% from 255) = 38.74%

R = 57.66%
G = 3.6%
B = 38.74%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.33

 K value IS 0.50

RGB Variations

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

Color information

#800856 (or 0x800856) is known color: Eggplant. HEX triplet: 80, 08 and 56. RGB value is (128,8,86). Sum of RGB (Red+Green+Blue) = 128+8+86=222 (29% of max value = 765). Red value is 128 (50.39% from 255 or 57.66% from 222); Green value is 8 (3.52% from 255 or 3.60% from 222); Blue value is 86 (33.98% from 255 or 38.74% from 222); Max value from RGB is 128 - color contains mainly: red. Hex color #800856 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #800856 is #7FF7A9. Grayscale: #343434. Windows color (decimal): -8386474 or 5638272. OLE color: 5638272.

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

Color convert

RGB 128 8 86 -
CMYK 0 0.94 0.33 0.50
HSL 321º 0.88% 0.27% -
HSV(B) 321º 0.94% 0.5% -
XYZ 10.67 5.43 9.29 -
YUV 52.77 146.76 181.66 -
System Red Green Blue C M Y K H S L
Decimal 128 8 86 0 0.94 0.33 0.50 321 0.88 0.27
Hex 80 8 56 0 5E 21 32 141 58 1B
Octal 200 10 126 0 136 41 62 501 130 33
Binary 10000000 1000 1010110 0 1011110 100001 110010 101000001 1011000 11011

Color Harmonies of #800856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800856

Black with #800856

Text Example


Text Example

White with #800856

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #800856; }

 p { color: rgb(128,8,86); }

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

background-color css

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

 a { background-color: rgb(128,8,86); }

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

border-color css

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

 span { border-color: rgb(128,8,86); }

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