Html Css Color HEX #800466 Eggplant

📋 copy color: '#800466'

red 128 ◦ green 4 ◦ blue 102

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

Shades of Eggplant #800466

Tints of Eggplant #800466

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.71%

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

R = 54.7%
G = 1.71%
B = 43.59%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.20

 K value IS 0.50

RGB Variations

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

Color information

#800466 (or 0x800466) is known color: Eggplant. HEX triplet: 80, 04 and 66. RGB value is (128,4,102). Sum of RGB (Red+Green+Blue) = 128+4+102=234 (30% of max value = 765). Red value is 128 (50.39% from 255 or 54.70% from 234); Green value is 4 (1.95% from 255 or 1.71% from 234); Blue value is 102 (40.23% from 255 or 43.59% from 234); Max value from RGB is 128 - color contains mainly: red. Hex color #800466 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #800466 is #7FFB99. Grayscale: #333333. Windows color (decimal): -8387482 or 6685824. OLE color: 6685824.

HSL color Cylindrical-coordinate representation of color #800466: hue angle of 312.58º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #800466 is Cyan = 0, Magento = 0.97, Yellow = 0.20 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 4 102 -
CMYK 0 0.97 0.20 0.50
HSL 312.58º 0.94% 0.26% -
HSV(B) 312.58º 0.97% 0.5% -
XYZ 11.34 5.64 13.06 -
YUV 52.25 156.08 182.03 -
System Red Green Blue C M Y K H S L
Decimal 128 4 102 0 0.97 0.20 0.50 312.58 0.94 0.26
Hex 80 4 66 0 61 14 32 139 5E 1A
Octal 200 4 146 0 141 24 62 471 136 32
Binary 10000000 100 1100110 0 1100001 10100 110010 100111001 1011110 11010

Color Harmonies of #800466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800466

Black with #800466

Text Example


Text Example

White with #800466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #800466; }

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

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

background-color css

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

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

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

border-color css

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

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

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