Shades of Affair #83598F
Tints of Affair #83598F
RGB
CMYK
RGB Variations
Color information
#83598F (or 0x83598F) is known color: Affair. HEX triplet: 83, 59 and 8F. RGB value is (131,89,143). Sum of RGB (Red+Green+Blue) = 131+89+143=363 (48% of max value = 765). Red value is 131 (51.56% from 255 or 36.09% from 363); Green value is 89 (35.16% from 255 or 24.52% from 363); Blue value is 143 (56.25% from 255 or 39.39% from 363); Max value from RGB is 143 - color contains mainly: blue. Hex color #83598F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #83598F is #7CA670. Grayscale: #6B6B6B. Windows color (decimal): -8169073 or 9394563. OLE color: 9394563.
HSL color Cylindrical-coordinate representation of color #83598F: hue angle of 286.67º 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 #83598F is Cyan = 0.08, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 131 | 89 | 143 | - |
| CMYK | 0.08 | 0.38 | 0 | 0.44 |
| HSL | 286.67º | 0.23% | 0.45% | - |
| HSV(B) | 286.67º | 0.38% | 0.56% | - |
| XYZ | 17.89 | 13.95 | 27.74 | - |
| YUV | 107.71 | 147.91 | 144.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 89 | 143 | 0.08 | 0.38 | 0 | 0.44 | 286.67 | 0.23 | 0.45 |
| Hex | 83 | 59 | 8F | 8 | 26 | 0 | 2C | 11F | 17 | 2D |
| Octal | 203 | 131 | 217 | 10 | 46 | 0 | 54 | 437 | 27 | 55 |
| Binary | 10000011 | 1011001 | 10001111 | 1000 | 100110 | 0 | 101100 | 100011111 | 10111 | 101101 |
Color Harmonies of #83598F
Complementary color
Monochromatic Colors of #83598F
Black with #83598F
Text Example
Text Example
White with #83598F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83598F; }
p { color: rgb(131,89,143); }
H1.HeaderClassName
{
color: #83598F;
}
.AnyTagClassName
{
color: #83598F;
}
</style>
background-color css
<style>
a { background-color: #83598F; }
a { background-color: rgb(131,89,143); }
div.DivClassName
{
background-color: #83598F;
}
.BgClassName
{
background-color: #83598F;
}
</style>
border-color css
<style>
span { border-color: #83598F; }
span { border-color: rgb(131,89,143); }
td.TdClassName
{
border-color: #83598F;
}
.TagClassName
{
border-color: #83598F;
}
</style>