Html Css Color HEX #800855 Eggplant

📋 copy color: '#800855'

red 128 ◦ green 8 ◦ blue 85

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

Shades of Eggplant #800855

Tints of Eggplant #800855

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 38.46%

R = 57.92%
G = 3.62%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.34

 K value IS 0.50

RGB Variations

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

Color information

#800855 (or 0x800855) is known color: Eggplant. HEX triplet: 80, 08 and 55. RGB value is (128,8,85). Sum of RGB (Red+Green+Blue) = 128+8+85=221 (29% of max value = 765). Red value is 128 (50.39% from 255 or 57.92% from 221); Green value is 8 (3.52% from 255 or 3.62% from 221); Blue value is 85 (33.59% from 255 or 38.46% from 221); Max value from RGB is 128 - color contains mainly: red. Hex color #800855 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #800855 is #7FF7AA. Grayscale: #343434. Windows color (decimal): -8386475 or 5572736. OLE color: 5572736.

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

Color convert

RGB 128 8 85 -
CMYK 0 0.94 0.34 0.50
HSL 321.5º 0.88% 0.27% -
HSV(B) 321.5º 0.94% 0.5% -
XYZ 10.63 5.42 9.08 -
YUV 52.66 146.26 181.74 -
System Red Green Blue C M Y K H S L
Decimal 128 8 85 0 0.94 0.34 0.50 321.5 0.88 0.27
Hex 80 8 55 0 5E 22 32 142 58 1B
Octal 200 10 125 0 136 42 62 502 130 33
Binary 10000000 1000 1010101 0 1011110 100010 110010 101000010 1011000 11011

Color Harmonies of #800855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800855

Black with #800855

Text Example


Text Example

White with #800855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #800855; }

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

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

background-color css

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

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

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

border-color css

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

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

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