Shades of Affair #82518F
Tints of Affair #82518F
RGB
CMYK
RGB Variations
Color information
#82518F (or 0x82518F) is known color: Affair. HEX triplet: 82, 51 and 8F. RGB value is (130,81,143). Sum of RGB (Red+Green+Blue) = 130+81+143=354 (46% of max value = 765). Red value is 130 (51.17% from 255 or 36.72% from 354); Green value is 81 (32.03% from 255 or 22.88% from 354); Blue value is 143 (56.25% from 255 or 40.40% from 354); Max value from RGB is 143 - color contains mainly: blue. Hex color #82518F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #82518F is #7DAE70. Grayscale: #666666. Windows color (decimal): -8236657 or 9392514. OLE color: 9392514.
HSL color Cylindrical-coordinate representation of color #82518F: hue angle of 287.42º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #82518F is Cyan = 0.09, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 130 | 81 | 143 | - |
| CMYK | 0.09 | 0.43 | 0 | 0.44 |
| HSL | 287.42º | 0.28% | 0.44% | - |
| HSV(B) | 287.42º | 0.43% | 0.56% | - |
| XYZ | 17.11 | 12.61 | 27.52 | - |
| YUV | 102.72 | 150.73 | 147.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 81 | 143 | 0.09 | 0.43 | 0 | 0.44 | 287.42 | 0.28 | 0.44 |
| Hex | 82 | 51 | 8F | 9 | 2B | 0 | 2C | 11F | 1C | 2C |
| Octal | 202 | 121 | 217 | 11 | 53 | 0 | 54 | 437 | 34 | 54 |
| Binary | 10000010 | 1010001 | 10001111 | 1001 | 101011 | 0 | 101100 | 100011111 | 11100 | 101100 |
Color Harmonies of #82518F
Complementary color
Monochromatic Colors of #82518F
Black with #82518F
Text Example
Text Example
White with #82518F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82518F; }
p { color: rgb(130,81,143); }
H1.HeaderClassName
{
color: #82518F;
}
.AnyTagClassName
{
color: #82518F;
}
</style>
background-color css
<style>
a { background-color: #82518F; }
a { background-color: rgb(130,81,143); }
div.DivClassName
{
background-color: #82518F;
}
.BgClassName
{
background-color: #82518F;
}
</style>
border-color css
<style>
span { border-color: #82518F; }
span { border-color: rgb(130,81,143); }
td.TdClassName
{
border-color: #82518F;
}
.TagClassName
{
border-color: #82518F;
}
</style>