Shades of Affair #835B93
Tints of Affair #835B93
RGB
CMYK
RGB Variations
Color information
#835B93 (or 0x835B93) is known color: Affair. HEX triplet: 83, 5B and 93. RGB value is (131,91,147). Sum of RGB (Red+Green+Blue) = 131+91+147=369 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.50% from 369); Green value is 91 (35.94% from 255 or 24.66% from 369); Blue value is 147 (57.81% from 255 or 39.84% from 369); Max value from RGB is 147 - color contains mainly: blue. Hex color #835B93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #835B93 is #7CA46C. Grayscale: #6D6D6D. Windows color (decimal): -8168557 or 9657219. OLE color: 9657219.
HSL color Cylindrical-coordinate representation of color #835B93: hue angle of 282.86º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #835B93 is Cyan = 0.11, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 131 | 91 | 147 | - |
| CMYK | 0.11 | 0.38 | 0 | 0.42 |
| HSL | 282.86º | 0.24% | 0.47% | - |
| HSV(B) | 282.86º | 0.38% | 0.58% | - |
| XYZ | 18.37 | 14.41 | 29.42 | - |
| YUV | 109.34 | 149.25 | 143.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 91 | 147 | 0.11 | 0.38 | 0 | 0.42 | 282.86 | 0.24 | 0.47 |
| Hex | 83 | 5B | 93 | B | 26 | 0 | 2A | 11B | 18 | 2F |
| Octal | 203 | 133 | 223 | 13 | 46 | 0 | 52 | 433 | 30 | 57 |
| Binary | 10000011 | 1011011 | 10010011 | 1011 | 100110 | 0 | 101010 | 100011011 | 11000 | 101111 |
Color Harmonies of #835B93
Complementary color
Monochromatic Colors of #835B93
Black with #835B93
Text Example
Text Example
White with #835B93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #835B93; }
p { color: rgb(131,91,147); }
H1.HeaderClassName
{
color: #835B93;
}
.AnyTagClassName
{
color: #835B93;
}
</style>
background-color css
<style>
a { background-color: #835B93; }
a { background-color: rgb(131,91,147); }
div.DivClassName
{
background-color: #835B93;
}
.BgClassName
{
background-color: #835B93;
}
</style>
border-color css
<style>
span { border-color: #835B93; }
span { border-color: rgb(131,91,147); }
td.TdClassName
{
border-color: #835B93;
}
.TagClassName
{
border-color: #835B93;
}
</style>