Shades of Affair #825D98
Tints of Affair #825D98
RGB
CMYK
RGB Variations
Color information
#825D98 (or 0x825D98) is known color: Affair. HEX triplet: 82, 5D and 98. RGB value is (130,93,152). Sum of RGB (Red+Green+Blue) = 130+93+152=375 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.67% from 375); Green value is 93 (36.72% from 255 or 24.8% from 375); Blue value is 152 (59.77% from 255 or 40.53% from 375); Max value from RGB is 152 - color contains mainly: blue. Hex color #825D98 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #825D98 is #7DA267. Grayscale: #6E6E6E. Windows color (decimal): -8233576 or 9985410. OLE color: 9985410.
HSL color Cylindrical-coordinate representation of color #825D98: hue angle of 277.63º degrees, saturation: 0.24, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #825D98 is Cyan = 0.14, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 130 | 93 | 152 | - |
| CMYK | 0.14 | 0.39 | 0 | 0.40 |
| HSL | 277.63º | 0.24% | 0.48% | - |
| HSV(B) | 277.63º | 0.39% | 0.6% | - |
| XYZ | 18.79 | 14.84 | 31.58 | - |
| YUV | 110.79 | 151.26 | 141.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 93 | 152 | 0.14 | 0.39 | 0 | 0.40 | 277.63 | 0.24 | 0.48 |
| Hex | 82 | 5D | 98 | E | 27 | 0 | 28 | 116 | 18 | 30 |
| Octal | 202 | 135 | 230 | 16 | 47 | 0 | 50 | 426 | 30 | 60 |
| Binary | 10000010 | 1011101 | 10011000 | 1110 | 100111 | 0 | 101000 | 100010110 | 11000 | 110000 |
Color Harmonies of #825D98
Complementary color
Monochromatic Colors of #825D98
Black with #825D98
Text Example
Text Example
White with #825D98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #825D98; }
p { color: rgb(130,93,152); }
H1.HeaderClassName
{
color: #825D98;
}
.AnyTagClassName
{
color: #825D98;
}
</style>
background-color css
<style>
a { background-color: #825D98; }
a { background-color: rgb(130,93,152); }
div.DivClassName
{
background-color: #825D98;
}
.BgClassName
{
background-color: #825D98;
}
</style>
border-color css
<style>
span { border-color: #825D98; }
span { border-color: rgb(130,93,152); }
td.TdClassName
{
border-color: #825D98;
}
.TagClassName
{
border-color: #825D98;
}
</style>