#80628B

Color #80628B Affair (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Affair #80628B

Tints of Affair #80628B

Color information

#80628B (or 0x80628B) is unknown color: approx Affair. HEX triplet: 80, 62 and 8B. RGB value is (128,98,139). Sum of RGB (Red+Green+Blue) = 128+98+139=365 (48% of max value = 765). Red value is 128 (50.39% from 255 or 35.07% from 365); Green value is 98 (38.67% from 255 or 26.85% from 365); Blue value is 139 (54.69% from 255 or 38.08% from 365); Max value from RGB is 139 - color contains mainly: blue. Hex color #80628B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #80628B is #7F9D74. Grayscale: #6F6F6F. Windows color (decimal): -8363381 or 9134720. OLE color: 9134720.

HSL color Cylindrical-coordinate representation of color #80628B: hue angle of 283.9º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #80628B is Cyan = 0.08, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB12898139-
CMYK0.080.2900.45
HSL283.9º17.3%46.47%-
HSV(B)283.9º29.5%54.51%-
XYZ17.9315.1926.41-
YUV111.64143.44139.67-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 35.07%
GREEN value IS 98 (38.67% from 255) = 26.85%
BLUE value IS 139 (54.69% from 255) = 38.08%
R=35.07%
G=26.85%
B=38.08%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal128981390.080.2900.45283.917.346.47
Hex80628B81D02D11c112e
Octal20014221310350554342156
Binary10000000110001010001011100011101010110110001110010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80628B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80628B; }

 p { color: rgb(128,98,139); }

 H1.HeaderClassName
 {
   color: #80628B;
 }
 .AnyTagClassName
 {
   color: #80628B;
 }
</style>
background-color css

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

 a { background-color: rgb(128,98,139); }

 div.DivClassName
 {
   background-color: #80628B;
 }
 .BgClassName
 {
   background-color: #80628B;
 }
</style>
border-color css

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

 span { border-color: rgb(128,98,139); }

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