#80608B

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

Shades of Affair #80608B

Tints of Affair #80608B

Color information

#80608B (or 0x80608B) is unknown color: approx Affair. HEX triplet: 80, 60 and 8B. RGB value is (128,96,139). Sum of RGB (Red+Green+Blue) = 128+96+139=363 (48% of max value = 765). Red value is 128 (50.39% from 255 or 35.26% from 363); Green value is 96 (37.89% from 255 or 26.45% from 363); Blue value is 139 (54.69% from 255 or 38.29% from 363); Max value from RGB is 139 - color contains mainly: blue. Hex color #80608B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #80608B is #7F9F74. Grayscale: #6E6E6E. Windows color (decimal): -8363893 or 9134208. OLE color: 9134208.

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

Color convert

RGB12896139-
CMYK0.080.3100.45
HSL284.65º18.3%46.08%-
HSV(B)284.65º30.94%54.51%-
XYZ17.7514.8226.35-
YUV110.47144.1140.5-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 35.26%
GREEN value IS 96 (37.89% from 255) = 26.45%
BLUE value IS 139 (54.69% from 255) = 38.29%
R=35.26%
G=26.45%
B=38.29%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal128961390.080.3100.45284.6518.346.08
Hex80608B81F02D11d122e
Octal20014021310370554352256
Binary10000000110000010001011100011111010110110001110110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80608B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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