Shades of Affair #82598F
Tints of Affair #82598F
RGB
CMYK
RGB Variations
Color information
#82598F (or 0x82598F) is known color: Affair. HEX triplet: 82, 59 and 8F. RGB value is (130,89,143). Sum of RGB (Red+Green+Blue) = 130+89+143=362 (47% of max value = 765). Red value is 130 (51.17% from 255 or 35.91% from 362); Green value is 89 (35.16% from 255 or 24.59% from 362); Blue value is 143 (56.25% from 255 or 39.50% from 362); Max value from RGB is 143 - color contains mainly: blue. Hex color #82598F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #82598F is #7DA670. Grayscale: #6B6B6B. Windows color (decimal): -8234609 or 9394562. OLE color: 9394562.
HSL color Cylindrical-coordinate representation of color #82598F: hue angle of 285.56º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #82598F is Cyan = 0.09, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 130 | 89 | 143 | - |
| CMYK | 0.09 | 0.38 | 0 | 0.44 |
| HSL | 285.56º | 0.23% | 0.45% | - |
| HSV(B) | 285.56º | 0.38% | 0.56% | - |
| XYZ | 17.74 | 13.87 | 27.73 | - |
| YUV | 107.42 | 148.08 | 144.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 89 | 143 | 0.09 | 0.38 | 0 | 0.44 | 285.56 | 0.23 | 0.45 |
| Hex | 82 | 59 | 8F | 9 | 26 | 0 | 2C | 11E | 17 | 2D |
| Octal | 202 | 131 | 217 | 11 | 46 | 0 | 54 | 436 | 27 | 55 |
| Binary | 10000010 | 1011001 | 10001111 | 1001 | 100110 | 0 | 101100 | 100011110 | 10111 | 101101 |
Color Harmonies of #82598F
Complementary color
Monochromatic Colors of #82598F
Black with #82598F
Text Example
Text Example
White with #82598F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82598F; }
p { color: rgb(130,89,143); }
H1.HeaderClassName
{
color: #82598F;
}
.AnyTagClassName
{
color: #82598F;
}
</style>
background-color css
<style>
a { background-color: #82598F; }
a { background-color: rgb(130,89,143); }
div.DivClassName
{
background-color: #82598F;
}
.BgClassName
{
background-color: #82598F;
}
</style>
border-color css
<style>
span { border-color: #82598F; }
span { border-color: rgb(130,89,143); }
td.TdClassName
{
border-color: #82598F;
}
.TagClassName
{
border-color: #82598F;
}
</style>