Shades of Affair #825C99
Tints of Affair #825C99
RGB
CMYK
RGB Variations
Color information
#825C99 (or 0x825C99) is known color: Affair. HEX triplet: 82, 5C and 99. RGB value is (130,92,153). Sum of RGB (Red+Green+Blue) = 130+92+153=375 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.67% from 375); Green value is 92 (36.33% from 255 or 24.53% from 375); Blue value is 153 (60.16% from 255 or 40.8% from 375); Max value from RGB is 153 - color contains mainly: blue. Hex color #825C99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #825C99 is #7DA366. Grayscale: #6E6E6E. Windows color (decimal): -8233831 or 10050690. OLE color: 10050690.
HSL color Cylindrical-coordinate representation of color #825C99: hue angle of 277.38º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #825C99 is Cyan = 0.15, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 130 | 92 | 153 | - |
| CMYK | 0.15 | 0.40 | 0 | 0.4 |
| HSL | 277.38º | 0.25% | 0.48% | - |
| HSV(B) | 277.38º | 0.4% | 0.6% | - |
| XYZ | 18.78 | 14.7 | 31.98 | - |
| YUV | 110.32 | 152.09 | 142.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 92 | 153 | 0.15 | 0.40 | 0 | 0.4 | 277.38 | 0.25 | 0.48 |
| Hex | 82 | 5C | 99 | F | 28 | 0 | 28 | 115 | 19 | 30 |
| Octal | 202 | 134 | 231 | 17 | 50 | 0 | 50 | 425 | 31 | 60 |
| Binary | 10000010 | 1011100 | 10011001 | 1111 | 101000 | 0 | 101000 | 100010101 | 11001 | 110000 |
Color Harmonies of #825C99
Complementary color
Monochromatic Colors of #825C99
Black with #825C99
Text Example
Text Example
White with #825C99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #825C99; }
p { color: rgb(130,92,153); }
H1.HeaderClassName
{
color: #825C99;
}
.AnyTagClassName
{
color: #825C99;
}
</style>
background-color css
<style>
a { background-color: #825C99; }
a { background-color: rgb(130,92,153); }
div.DivClassName
{
background-color: #825C99;
}
.BgClassName
{
background-color: #825C99;
}
</style>
border-color css
<style>
span { border-color: #825C99; }
span { border-color: rgb(130,92,153); }
td.TdClassName
{
border-color: #825C99;
}
.TagClassName
{
border-color: #825C99;
}
</style>