Html Css Color HEX #800865 Eggplant

📋 copy color: '#800865'

red 128 ◦ green 8 ◦ blue 101

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

Shades of Eggplant #800865

Tints of Eggplant #800865

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 42.62%

R = 54.01%
G = 3.38%
B = 42.62%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.21

 K value IS 0.50

RGB Variations

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

Color information

#800865 (or 0x800865) is known color: Eggplant. HEX triplet: 80, 08 and 65. RGB value is (128,8,101). Sum of RGB (Red+Green+Blue) = 128+8+101=237 (31% of max value = 765). Red value is 128 (50.39% from 255 or 54.01% from 237); Green value is 8 (3.52% from 255 or 3.38% from 237); Blue value is 101 (39.84% from 255 or 42.62% from 237); Max value from RGB is 128 - color contains mainly: red. Hex color #800865 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #800865 is #7FF79A. Grayscale: #363636. Windows color (decimal): -8386459 or 6621312. OLE color: 6621312.

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

Color convert

RGB 128 8 101 -
CMYK 0 0.94 0.21 0.50
HSL 313.5º 0.88% 0.27% -
HSV(B) 313.5º 0.94% 0.5% -
XYZ 11.34 5.7 12.82 -
YUV 54.48 154.26 180.44 -
System Red Green Blue C M Y K H S L
Decimal 128 8 101 0 0.94 0.21 0.50 313.5 0.88 0.27
Hex 80 8 65 0 5E 15 32 13A 58 1B
Octal 200 10 145 0 136 25 62 472 130 33
Binary 10000000 1000 1100101 0 1011110 10101 110010 100111010 1011000 11011

Color Harmonies of #800865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800865

Black with #800865

Text Example


Text Example

White with #800865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #800865; }

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

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

background-color css

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

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

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

border-color css

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

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

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