Shades of Affair #82608D
Tints of Affair #82608D
RGB
CMYK
RGB Variations
Color information
#82608D (or 0x82608D) is known color: Affair. HEX triplet: 82, 60 and 8D. RGB value is (130,96,141). Sum of RGB (Red+Green+Blue) = 130+96+141=367 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.42% from 367); Green value is 96 (37.89% from 255 or 26.16% from 367); Blue value is 141 (55.47% from 255 or 38.42% from 367); Max value from RGB is 141 - color contains mainly: blue. Hex color #82608D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #82608D is #7D9F72. Grayscale: #6F6F6F. Windows color (decimal): -8232819 or 9265282. OLE color: 9265282.
HSL color Cylindrical-coordinate representation of color #82608D: hue angle of 285.33º degrees, saturation: 0.19, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #82608D is Cyan = 0.08, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 130 | 96 | 141 | - |
| CMYK | 0.08 | 0.32 | 0 | 0.45 |
| HSL | 285.33º | 0.19% | 0.46% | - |
| HSV(B) | 285.33º | 0.32% | 0.55% | - |
| XYZ | 18.2 | 15.03 | 27.14 | - |
| YUV | 111.3 | 144.76 | 141.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 96 | 141 | 0.08 | 0.32 | 0 | 0.45 | 285.33 | 0.19 | 0.46 |
| Hex | 82 | 60 | 8D | 8 | 20 | 0 | 2D | 11D | 13 | 2E |
| Octal | 202 | 140 | 215 | 10 | 40 | 0 | 55 | 435 | 23 | 56 |
| Binary | 10000010 | 1100000 | 10001101 | 1000 | 100000 | 0 | 101101 | 100011101 | 10011 | 101110 |
Color Harmonies of #82608D
Complementary color
Monochromatic Colors of #82608D
Black with #82608D
Text Example
Text Example
White with #82608D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82608D; }
p { color: rgb(130,96,141); }
H1.HeaderClassName
{
color: #82608D;
}
.AnyTagClassName
{
color: #82608D;
}
</style>
background-color css
<style>
a { background-color: #82608D; }
a { background-color: rgb(130,96,141); }
div.DivClassName
{
background-color: #82608D;
}
.BgClassName
{
background-color: #82608D;
}
</style>
border-color css
<style>
span { border-color: #82608D; }
span { border-color: rgb(130,96,141); }
td.TdClassName
{
border-color: #82608D;
}
.TagClassName
{
border-color: #82608D;
}
</style>