Shades of Affair #83588F
Tints of Affair #83588F
RGB
CMYK
RGB Variations
Color information
#83588F (or 0x83588F) is known color: Affair. HEX triplet: 83, 58 and 8F. RGB value is (131,88,143). Sum of RGB (Red+Green+Blue) = 131+88+143=362 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.19% from 362); Green value is 88 (34.77% from 255 or 24.31% 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 #83588F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #83588F is #7CA770. Grayscale: #6A6A6A. Windows color (decimal): -8169329 or 9394307. OLE color: 9394307.
HSL color Cylindrical-coordinate representation of color #83588F: hue angle of 286.91º degrees, saturation: 0.24, 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 #83588F is Cyan = 0.08, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 131 | 88 | 143 | - |
| CMYK | 0.08 | 0.38 | 0 | 0.44 |
| HSL | 286.91º | 0.24% | 0.45% | - |
| HSV(B) | 286.91º | 0.38% | 0.56% | - |
| XYZ | 17.81 | 13.79 | 27.71 | - |
| YUV | 107.13 | 148.25 | 145.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 88 | 143 | 0.08 | 0.38 | 0 | 0.44 | 286.91 | 0.24 | 0.45 |
| Hex | 83 | 58 | 8F | 8 | 26 | 0 | 2C | 11F | 18 | 2D |
| Octal | 203 | 130 | 217 | 10 | 46 | 0 | 54 | 437 | 30 | 55 |
| Binary | 10000011 | 1011000 | 10001111 | 1000 | 100110 | 0 | 101100 | 100011111 | 11000 | 101101 |
Color Harmonies of #83588F
Complementary color
Monochromatic Colors of #83588F
Black with #83588F
Text Example
Text Example
White with #83588F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83588F; }
p { color: rgb(131,88,143); }
H1.HeaderClassName
{
color: #83588F;
}
.AnyTagClassName
{
color: #83588F;
}
</style>
background-color css
<style>
a { background-color: #83588F; }
a { background-color: rgb(131,88,143); }
div.DivClassName
{
background-color: #83588F;
}
.BgClassName
{
background-color: #83588F;
}
</style>
border-color css
<style>
span { border-color: #83588F; }
span { border-color: rgb(131,88,143); }
td.TdClassName
{
border-color: #83588F;
}
.TagClassName
{
border-color: #83588F;
}
</style>