Shades of Affair #82508D
Tints of Affair #82508D
RGB
CMYK
RGB Variations
Color information
#82508D (or 0x82508D) is known color: Affair. HEX triplet: 82, 50 and 8D. RGB value is (130,80,141). Sum of RGB (Red+Green+Blue) = 130+80+141=351 (46% of max value = 765). Red value is 130 (51.17% from 255 or 37.04% from 351); Green value is 80 (31.64% from 255 or 22.79% from 351); Blue value is 141 (55.47% from 255 or 40.17% from 351); Max value from RGB is 141 - color contains mainly: blue. Hex color #82508D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #82508D is #7DAF72. Grayscale: #656565. Windows color (decimal): -8236915 or 9261186. OLE color: 9261186.
HSL color Cylindrical-coordinate representation of color #82508D: hue angle of 289.18º degrees, saturation: 0.28, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #82508D is Cyan = 0.08, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 130 | 80 | 141 | - |
| CMYK | 0.08 | 0.43 | 0 | 0.45 |
| HSL | 289.18º | 0.28% | 0.43% | - |
| HSV(B) | 289.18º | 0.43% | 0.55% | - |
| XYZ | 16.88 | 12.41 | 26.7 | - |
| YUV | 101.9 | 150.07 | 148.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 80 | 141 | 0.08 | 0.43 | 0 | 0.45 | 289.18 | 0.28 | 0.43 |
| Hex | 82 | 50 | 8D | 8 | 2B | 0 | 2D | 121 | 1C | 2B |
| Octal | 202 | 120 | 215 | 10 | 53 | 0 | 55 | 441 | 34 | 53 |
| Binary | 10000010 | 1010000 | 10001101 | 1000 | 101011 | 0 | 101101 | 100100001 | 11100 | 101011 |
Color Harmonies of #82508D
Complementary color
Monochromatic Colors of #82508D
Black with #82508D
Text Example
Text Example
White with #82508D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82508D; }
p { color: rgb(130,80,141); }
H1.HeaderClassName
{
color: #82508D;
}
.AnyTagClassName
{
color: #82508D;
}
</style>
background-color css
<style>
a { background-color: #82508D; }
a { background-color: rgb(130,80,141); }
div.DivClassName
{
background-color: #82508D;
}
.BgClassName
{
background-color: #82508D;
}
</style>
border-color css
<style>
span { border-color: #82508D; }
span { border-color: rgb(130,80,141); }
td.TdClassName
{
border-color: #82508D;
}
.TagClassName
{
border-color: #82508D;
}
</style>