Shades of Affair #825D97
Tints of Affair #825D97
RGB
CMYK
RGB Variations
Color information
#825D97 (or 0x825D97) is known color: Affair. HEX triplet: 82, 5D and 97. RGB value is (130,93,151). Sum of RGB (Red+Green+Blue) = 130+93+151=374 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.76% from 374); Green value is 93 (36.72% from 255 or 24.87% from 374); Blue value is 151 (59.38% from 255 or 40.37% from 374); Max value from RGB is 151 - color contains mainly: blue. Hex color #825D97 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #825D97 is #7DA268. Grayscale: #6E6E6E. Windows color (decimal): -8233577 or 9919874. OLE color: 9919874.
HSL color Cylindrical-coordinate representation of color #825D97: hue angle of 278.28º degrees, saturation: 0.24, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #825D97 is Cyan = 0.14, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 130 | 93 | 151 | - |
| CMYK | 0.14 | 0.38 | 0 | 0.41 |
| HSL | 278.28º | 0.24% | 0.48% | - |
| HSV(B) | 278.28º | 0.38% | 0.59% | - |
| XYZ | 18.71 | 14.81 | 31.15 | - |
| YUV | 110.68 | 150.76 | 141.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 93 | 151 | 0.14 | 0.38 | 0 | 0.41 | 278.28 | 0.24 | 0.48 |
| Hex | 82 | 5D | 97 | E | 26 | 0 | 29 | 116 | 18 | 30 |
| Octal | 202 | 135 | 227 | 16 | 46 | 0 | 51 | 426 | 30 | 60 |
| Binary | 10000010 | 1011101 | 10010111 | 1110 | 100110 | 0 | 101001 | 100010110 | 11000 | 110000 |
Color Harmonies of #825D97
Complementary color
Monochromatic Colors of #825D97
Black with #825D97
Text Example
Text Example
White with #825D97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #825D97; }
p { color: rgb(130,93,151); }
H1.HeaderClassName
{
color: #825D97;
}
.AnyTagClassName
{
color: #825D97;
}
</style>
background-color css
<style>
a { background-color: #825D97; }
a { background-color: rgb(130,93,151); }
div.DivClassName
{
background-color: #825D97;
}
.BgClassName
{
background-color: #825D97;
}
</style>
border-color css
<style>
span { border-color: #825D97; }
span { border-color: rgb(130,93,151); }
td.TdClassName
{
border-color: #825D97;
}
.TagClassName
{
border-color: #825D97;
}
</style>