Html Css Color HEX #800966 Eggplant

📋 copy color: '#800966'

red 128 ◦ green 9 ◦ blue 102

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

Shades of Eggplant #800966

Tints of Eggplant #800966

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 42.68%

R = 53.56%
G = 3.77%
B = 42.68%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.20

 K value IS 0.50

RGB Variations

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

Color information

#800966 (or 0x800966) is known color: Eggplant. HEX triplet: 80, 09 and 66. RGB value is (128,9,102). Sum of RGB (Red+Green+Blue) = 128+9+102=239 (31% of max value = 765). Red value is 128 (50.39% from 255 or 53.56% from 239); Green value is 9 (3.91% from 255 or 3.77% from 239); Blue value is 102 (40.23% from 255 or 42.68% from 239); Max value from RGB is 128 - color contains mainly: red. Hex color #800966 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #800966 is #7FF699. Grayscale: #363636. Windows color (decimal): -8386202 or 6687104. OLE color: 6687104.

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

Color convert

RGB 128 9 102 -
CMYK 0 0.93 0.20 0.50
HSL 313.11º 0.87% 0.27% -
HSV(B) 313.11º 0.93% 0.5% -
XYZ 11.4 5.74 13.08 -
YUV 55.18 154.42 179.94 -
System Red Green Blue C M Y K H S L
Decimal 128 9 102 0 0.93 0.20 0.50 313.11 0.87 0.27
Hex 80 9 66 0 5D 14 32 139 57 1B
Octal 200 11 146 0 135 24 62 471 127 33
Binary 10000000 1001 1100110 0 1011101 10100 110010 100111001 1010111 11011

Color Harmonies of #800966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800966

Black with #800966

Text Example


Text Example

White with #800966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #800966; }

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

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

background-color css

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

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

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

border-color css

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

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

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