Shades of Affair #835E93
Tints of Affair #835E93
RGB
CMYK
RGB Variations
Color information
#835E93 (or 0x835E93) is known color: Affair. HEX triplet: 83, 5E and 93. RGB value is (131,94,147). Sum of RGB (Red+Green+Blue) = 131+94+147=372 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.22% from 372); Green value is 94 (37.11% from 255 or 25.27% from 372); Blue value is 147 (57.81% from 255 or 39.52% from 372); Max value from RGB is 147 - color contains mainly: blue. Hex color #835E93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #835E93 is #7CA16C. Grayscale: #6E6E6E. Windows color (decimal): -8167789 or 9657987. OLE color: 9657987.
HSL color Cylindrical-coordinate representation of color #835E93: hue angle of 281.89º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #835E93 is Cyan = 0.11, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 131 | 94 | 147 | - |
| CMYK | 0.11 | 0.36 | 0 | 0.42 |
| HSL | 281.89º | 0.22% | 0.47% | - |
| HSV(B) | 281.89º | 0.36% | 0.58% | - |
| XYZ | 18.63 | 14.94 | 29.51 | - |
| YUV | 111.11 | 148.26 | 142.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 94 | 147 | 0.11 | 0.36 | 0 | 0.42 | 281.89 | 0.22 | 0.47 |
| Hex | 83 | 5E | 93 | B | 24 | 0 | 2A | 11A | 16 | 2F |
| Octal | 203 | 136 | 223 | 13 | 44 | 0 | 52 | 432 | 26 | 57 |
| Binary | 10000011 | 1011110 | 10010011 | 1011 | 100100 | 0 | 101010 | 100011010 | 10110 | 101111 |
Color Harmonies of #835E93
Complementary color
Monochromatic Colors of #835E93
Black with #835E93
Text Example
Text Example
White with #835E93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #835E93; }
p { color: rgb(131,94,147); }
H1.HeaderClassName
{
color: #835E93;
}
.AnyTagClassName
{
color: #835E93;
}
</style>
background-color css
<style>
a { background-color: #835E93; }
a { background-color: rgb(131,94,147); }
div.DivClassName
{
background-color: #835E93;
}
.BgClassName
{
background-color: #835E93;
}
</style>
border-color css
<style>
span { border-color: #835E93; }
span { border-color: rgb(131,94,147); }
td.TdClassName
{
border-color: #835E93;
}
.TagClassName
{
border-color: #835E93;
}
</style>