Html Css Color HEX #800960 Eggplant

📋 copy color: '#800960'

red 128 ◦ green 9 ◦ blue 96

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

Shades of Eggplant #800960

Tints of Eggplant #800960

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.86%

 BLUE value IS 96 (37.89% from 255) = 41.2%

R = 54.94%
G = 3.86%
B = 41.2%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.25

 K value IS 0.50

RGB Variations

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

Color information

#800960 (or 0x800960) is known color: Eggplant. HEX triplet: 80, 09 and 60. RGB value is (128,9,96). Sum of RGB (Red+Green+Blue) = 128+9+96=233 (30% of max value = 765). Red value is 128 (50.39% from 255 or 54.94% from 233); Green value is 9 (3.91% from 255 or 3.86% from 233); Blue value is 96 (37.89% from 255 or 41.20% from 233); Max value from RGB is 128 - color contains mainly: red. Hex color #800960 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #800960 is #7FF69F. Grayscale: #363636. Windows color (decimal): -8386208 or 6293888. OLE color: 6293888.

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

Color convert

RGB 128 9 96 -
CMYK 0 0.93 0.25 0.50
HSL 316.13º 0.87% 0.27% -
HSV(B) 316.13º 0.93% 0.5% -
XYZ 11.11 5.63 11.57 -
YUV 54.5 151.42 180.43 -
System Red Green Blue C M Y K H S L
Decimal 128 9 96 0 0.93 0.25 0.50 316.13 0.87 0.27
Hex 80 9 60 0 5D 19 32 13C 57 1B
Octal 200 11 140 0 135 31 62 474 127 33
Binary 10000000 1001 1100000 0 1011101 11001 110010 100111100 1010111 11011

Color Harmonies of #800960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800960

Black with #800960

Text Example


Text Example

White with #800960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #800960; }

 p { color: rgb(128,9,96); }

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

background-color css

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

 a { background-color: rgb(128,9,96); }

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

border-color css

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

 span { border-color: rgb(128,9,96); }

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