Shades of Affair #82598C
Tints of Affair #82598C
RGB
CMYK
RGB Variations
Color information
#82598C (or 0x82598C) is known color: Affair. HEX triplet: 82, 59 and 8C. RGB value is (130,89,140). Sum of RGB (Red+Green+Blue) = 130+89+140=359 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.21% from 359); Green value is 89 (35.16% from 255 or 24.79% from 359); Blue value is 140 (55.08% from 255 or 39.00% from 359); Max value from RGB is 140 - color contains mainly: blue. Hex color #82598C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #82598C is #7DA673. Grayscale: #6A6A6A. Windows color (decimal): -8234612 or 9197954. OLE color: 9197954.
HSL color Cylindrical-coordinate representation of color #82598C: hue angle of 288.24º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #82598C is Cyan = 0.07, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 130 | 89 | 140 | - |
| CMYK | 0.07 | 0.36 | 0 | 0.45 |
| HSL | 288.24º | 0.22% | 0.45% | - |
| HSV(B) | 288.24º | 0.36% | 0.55% | - |
| XYZ | 17.51 | 13.78 | 26.55 | - |
| YUV | 107.07 | 146.58 | 144.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 89 | 140 | 0.07 | 0.36 | 0 | 0.45 | 288.24 | 0.22 | 0.45 |
| Hex | 82 | 59 | 8C | 7 | 24 | 0 | 2D | 120 | 16 | 2D |
| Octal | 202 | 131 | 214 | 7 | 44 | 0 | 55 | 440 | 26 | 55 |
| Binary | 10000010 | 1011001 | 10001100 | 111 | 100100 | 0 | 101101 | 100100000 | 10110 | 101101 |
Color Harmonies of #82598C
Complementary color
Monochromatic Colors of #82598C
Black with #82598C
Text Example
Text Example
White with #82598C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82598C; }
p { color: rgb(130,89,140); }
H1.HeaderClassName
{
color: #82598C;
}
.AnyTagClassName
{
color: #82598C;
}
</style>
background-color css
<style>
a { background-color: #82598C; }
a { background-color: rgb(130,89,140); }
div.DivClassName
{
background-color: #82598C;
}
.BgClassName
{
background-color: #82598C;
}
</style>
border-color css
<style>
span { border-color: #82598C; }
span { border-color: rgb(130,89,140); }
td.TdClassName
{
border-color: #82598C;
}
.TagClassName
{
border-color: #82598C;
}
</style>