Html Css Color HEX #800851 Eggplant

📋 copy color: '#800851'

red 128 ◦ green 8 ◦ blue 81

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

Shades of Eggplant #800851

Tints of Eggplant #800851

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 37.33%

R = 58.99%
G = 3.69%
B = 37.33%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.37

 K value IS 0.50

RGB Variations

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

Color information

#800851 (or 0x800851) is known color: Eggplant. HEX triplet: 80, 08 and 51. RGB value is (128,8,81). Sum of RGB (Red+Green+Blue) = 128+8+81=217 (28% of max value = 765). Red value is 128 (50.39% from 255 or 58.99% from 217); Green value is 8 (3.52% from 255 or 3.69% from 217); Blue value is 81 (32.03% from 255 or 37.33% from 217); Max value from RGB is 128 - color contains mainly: red. Hex color #800851 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #800851 is #7FF7AE. Grayscale: #343434. Windows color (decimal): -8386479 or 5310592. OLE color: 5310592.

HSL color Cylindrical-coordinate representation of color #800851: hue angle of 323.5º 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 #800851 is Cyan = 0, Magento = 0.94, Yellow = 0.37 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 8 81 -
CMYK 0 0.94 0.37 0.50
HSL 323.5º 0.88% 0.27% -
HSV(B) 323.5º 0.94% 0.5% -
XYZ 10.47 5.36 8.27 -
YUV 52.2 144.26 182.06 -
System Red Green Blue C M Y K H S L
Decimal 128 8 81 0 0.94 0.37 0.50 323.5 0.88 0.27
Hex 80 8 51 0 5E 25 32 144 58 1B
Octal 200 10 121 0 136 45 62 504 130 33
Binary 10000000 1000 1010001 0 1011110 100101 110010 101000100 1011000 11011

Color Harmonies of #800851

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800851

Black with #800851

Text Example


Text Example

White with #800851

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #800851; }

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

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

background-color css

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

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

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

border-color css

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

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

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