Shades of Affair #825F91
Tints of Affair #825F91
RGB
CMYK
RGB Variations
Color information
#825F91 (or 0x825F91) is known color: Affair. HEX triplet: 82, 5F and 91. RGB value is (130,95,145). Sum of RGB (Red+Green+Blue) = 130+95+145=370 (49% of max value = 765). Red value is 130 (51.17% from 255 or 35.14% from 370); Green value is 95 (37.5% from 255 or 25.68% from 370); Blue value is 145 (57.03% from 255 or 39.19% from 370); Max value from RGB is 145 - color contains mainly: blue. Hex color #825F91 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #825F91 is #7DA06E. Grayscale: #6F6F6F. Windows color (decimal): -8233071 or 9527170. OLE color: 9527170.
HSL color Cylindrical-coordinate representation of color #825F91: hue angle of 282º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #825F91 is Cyan = 0.10, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 130 | 95 | 145 | - |
| CMYK | 0.10 | 0.34 | 0 | 0.43 |
| HSL | 282º | 0.21% | 0.47% | - |
| HSV(B) | 282º | 0.34% | 0.57% | - |
| XYZ | 18.41 | 14.97 | 28.71 | - |
| YUV | 111.17 | 147.1 | 141.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 95 | 145 | 0.10 | 0.34 | 0 | 0.43 | 282 | 0.21 | 0.47 |
| Hex | 82 | 5F | 91 | A | 22 | 0 | 2B | 11A | 15 | 2F |
| Octal | 202 | 137 | 221 | 12 | 42 | 0 | 53 | 432 | 25 | 57 |
| Binary | 10000010 | 1011111 | 10010001 | 1010 | 100010 | 0 | 101011 | 100011010 | 10101 | 101111 |
Color Harmonies of #825F91
Complementary color
Monochromatic Colors of #825F91
Black with #825F91
Text Example
Text Example
White with #825F91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #825F91; }
p { color: rgb(130,95,145); }
H1.HeaderClassName
{
color: #825F91;
}
.AnyTagClassName
{
color: #825F91;
}
</style>
background-color css
<style>
a { background-color: #825F91; }
a { background-color: rgb(130,95,145); }
div.DivClassName
{
background-color: #825F91;
}
.BgClassName
{
background-color: #825F91;
}
</style>
border-color css
<style>
span { border-color: #825F91; }
span { border-color: rgb(130,95,145); }
td.TdClassName
{
border-color: #825F91;
}
.TagClassName
{
border-color: #825F91;
}
</style>