Shades of Affair #83608F
Tints of Affair #83608F
RGB
CMYK
RGB Variations
Color information
#83608F (or 0x83608F) is known color: Affair. HEX triplet: 83, 60 and 8F. RGB value is (131,96,143). Sum of RGB (Red+Green+Blue) = 131+96+143=370 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.41% from 370); Green value is 96 (37.89% from 255 or 25.95% from 370); Blue value is 143 (56.25% from 255 or 38.65% from 370); Max value from RGB is 143 - color contains mainly: blue. Hex color #83608F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #83608F is #7C9F70. Grayscale: #6F6F6F. Windows color (decimal): -8167281 or 9396355. OLE color: 9396355.
HSL color Cylindrical-coordinate representation of color #83608F: hue angle of 284.68º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #83608F is Cyan = 0.08, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 131 | 96 | 143 | - |
| CMYK | 0.08 | 0.33 | 0 | 0.44 |
| HSL | 284.68º | 0.2% | 0.47% | - |
| HSV(B) | 284.68º | 0.33% | 0.56% | - |
| XYZ | 18.5 | 15.17 | 27.94 | - |
| YUV | 111.82 | 145.6 | 141.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 96 | 143 | 0.08 | 0.33 | 0 | 0.44 | 284.68 | 0.2 | 0.47 |
| Hex | 83 | 60 | 8F | 8 | 21 | 0 | 2C | 11D | 14 | 2F |
| Octal | 203 | 140 | 217 | 10 | 41 | 0 | 54 | 435 | 24 | 57 |
| Binary | 10000011 | 1100000 | 10001111 | 1000 | 100001 | 0 | 101100 | 100011101 | 10100 | 101111 |
Color Harmonies of #83608F
Complementary color
Monochromatic Colors of #83608F
Black with #83608F
Text Example
Text Example
White with #83608F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83608F; }
p { color: rgb(131,96,143); }
H1.HeaderClassName
{
color: #83608F;
}
.AnyTagClassName
{
color: #83608F;
}
</style>
background-color css
<style>
a { background-color: #83608F; }
a { background-color: rgb(131,96,143); }
div.DivClassName
{
background-color: #83608F;
}
.BgClassName
{
background-color: #83608F;
}
</style>
border-color css
<style>
span { border-color: #83608F; }
span { border-color: rgb(131,96,143); }
td.TdClassName
{
border-color: #83608F;
}
.TagClassName
{
border-color: #83608F;
}
</style>