Html Css Color HEX #800861 Eggplant

📋 copy color: '#800861'

red 128 ◦ green 8 ◦ blue 97

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

Shades of Eggplant #800861

Tints of Eggplant #800861

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 41.63%

R = 54.94%
G = 3.43%
B = 41.63%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.24

 K value IS 0.50

RGB Variations

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

Color information

#800861 (or 0x800861) is known color: Eggplant. HEX triplet: 80, 08 and 61. RGB value is (128,8,97). Sum of RGB (Red+Green+Blue) = 128+8+97=233 (30% of max value = 765). Red value is 128 (50.39% from 255 or 54.94% from 233); Green value is 8 (3.52% from 255 or 3.43% from 233); Blue value is 97 (38.28% from 255 or 41.63% from 233); Max value from RGB is 128 - color contains mainly: red. Hex color #800861 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #800861 is #7FF79E. Grayscale: #353535. Windows color (decimal): -8386463 or 6359168. OLE color: 6359168.

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

Color convert

RGB 128 8 97 -
CMYK 0 0.94 0.24 0.50
HSL 315.5º 0.88% 0.27% -
HSV(B) 315.5º 0.94% 0.5% -
XYZ 11.15 5.63 11.81 -
YUV 54.03 152.26 180.76 -
System Red Green Blue C M Y K H S L
Decimal 128 8 97 0 0.94 0.24 0.50 315.5 0.88 0.27
Hex 80 8 61 0 5E 18 32 13C 58 1B
Octal 200 10 141 0 136 30 62 474 130 33
Binary 10000000 1000 1100001 0 1011110 11000 110010 100111100 1011000 11011

Color Harmonies of #800861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800861

Black with #800861

Text Example


Text Example

White with #800861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #800861; }

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

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

background-color css

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

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

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

border-color css

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

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

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