Shades of Affair #835E95
Tints of Affair #835E95
RGB
CMYK
RGB Variations
Color information
#835E95 (or 0x835E95) is known color: Affair. HEX triplet: 83, 5E and 95. RGB value is (131,94,149). Sum of RGB (Red+Green+Blue) = 131+94+149=374 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.03% from 374); Green value is 94 (37.11% from 255 or 25.13% from 374); Blue value is 149 (58.59% from 255 or 39.84% from 374); Max value from RGB is 149 - color contains mainly: blue. Hex color #835E95 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #835E95 is #7CA16A. Grayscale: #6F6F6F. Windows color (decimal): -8167787 or 9789059. OLE color: 9789059.
HSL color Cylindrical-coordinate representation of color #835E95: hue angle of 280.36º degrees, saturation: 0.23, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #835E95 is Cyan = 0.12, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 131 | 94 | 149 | - |
| CMYK | 0.12 | 0.37 | 0 | 0.42 |
| HSL | 280.36º | 0.23% | 0.48% | - |
| HSV(B) | 280.36º | 0.37% | 0.58% | - |
| XYZ | 18.79 | 15 | 30.34 | - |
| YUV | 111.33 | 149.26 | 142.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 94 | 149 | 0.12 | 0.37 | 0 | 0.42 | 280.36 | 0.23 | 0.48 |
| Hex | 83 | 5E | 95 | C | 25 | 0 | 2A | 118 | 17 | 30 |
| Octal | 203 | 136 | 225 | 14 | 45 | 0 | 52 | 430 | 27 | 60 |
| Binary | 10000011 | 1011110 | 10010101 | 1100 | 100101 | 0 | 101010 | 100011000 | 10111 | 110000 |
Color Harmonies of #835E95
Complementary color
Monochromatic Colors of #835E95
Black with #835E95
Text Example
Text Example
White with #835E95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #835E95; }
p { color: rgb(131,94,149); }
H1.HeaderClassName
{
color: #835E95;
}
.AnyTagClassName
{
color: #835E95;
}
</style>
background-color css
<style>
a { background-color: #835E95; }
a { background-color: rgb(131,94,149); }
div.DivClassName
{
background-color: #835E95;
}
.BgClassName
{
background-color: #835E95;
}
</style>
border-color css
<style>
span { border-color: #835E95; }
span { border-color: rgb(131,94,149); }
td.TdClassName
{
border-color: #835E95;
}
.TagClassName
{
border-color: #835E95;
}
</style>