Shades of Affair #835E96
Tints of Affair #835E96
RGB
CMYK
RGB Variations
Color information
#835E96 (or 0x835E96) is known color: Affair. HEX triplet: 83, 5E and 96. RGB value is (131,94,150). Sum of RGB (Red+Green+Blue) = 131+94+150=375 (49% of max value = 765). Red value is 131 (51.56% from 255 or 34.93% from 375); Green value is 94 (37.11% from 255 or 25.07% from 375); Blue value is 150 (58.98% from 255 or 40% from 375); Max value from RGB is 150 - color contains mainly: blue. Hex color #835E96 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #835E96 is #7CA169. Grayscale: #6F6F6F. Windows color (decimal): -8167786 or 9854595. OLE color: 9854595.
HSL color Cylindrical-coordinate representation of color #835E96: hue angle of 279.64º degrees, saturation: 0.23, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #835E96 is Cyan = 0.13, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 131 | 94 | 150 | - |
| CMYK | 0.13 | 0.37 | 0 | 0.41 |
| HSL | 279.64º | 0.23% | 0.48% | - |
| HSV(B) | 279.64º | 0.37% | 0.59% | - |
| XYZ | 18.87 | 15.03 | 30.76 | - |
| YUV | 111.45 | 149.76 | 141.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 94 | 150 | 0.13 | 0.37 | 0 | 0.41 | 279.64 | 0.23 | 0.48 |
| Hex | 83 | 5E | 96 | D | 25 | 0 | 29 | 118 | 17 | 30 |
| Octal | 203 | 136 | 226 | 15 | 45 | 0 | 51 | 430 | 27 | 60 |
| Binary | 10000011 | 1011110 | 10010110 | 1101 | 100101 | 0 | 101001 | 100011000 | 10111 | 110000 |
Color Harmonies of #835E96
Complementary color
Monochromatic Colors of #835E96
Black with #835E96
Text Example
Text Example
White with #835E96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #835E96; }
p { color: rgb(131,94,150); }
H1.HeaderClassName
{
color: #835E96;
}
.AnyTagClassName
{
color: #835E96;
}
</style>
background-color css
<style>
a { background-color: #835E96; }
a { background-color: rgb(131,94,150); }
div.DivClassName
{
background-color: #835E96;
}
.BgClassName
{
background-color: #835E96;
}
</style>
border-color css
<style>
span { border-color: #835E96; }
span { border-color: rgb(131,94,150); }
td.TdClassName
{
border-color: #835E96;
}
.TagClassName
{
border-color: #835E96;
}
</style>