Shades of Affair #825C95
Tints of Affair #825C95
RGB
CMYK
RGB Variations
Color information
#825C95 (or 0x825C95) is known color: Affair. HEX triplet: 82, 5C and 95. RGB value is (130,92,149). Sum of RGB (Red+Green+Blue) = 130+92+149=371 (49% of max value = 765). Red value is 130 (51.17% from 255 or 35.04% from 371); Green value is 92 (36.33% from 255 or 24.80% from 371); Blue value is 149 (58.59% from 255 or 40.16% from 371); Max value from RGB is 149 - color contains mainly: blue. Hex color #825C95 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #825C95 is #7DA36A. Grayscale: #6D6D6D. Windows color (decimal): -8233835 or 9788546. OLE color: 9788546.
HSL color Cylindrical-coordinate representation of color #825C95: hue angle of 280º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #825C95 is Cyan = 0.13, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 130 | 92 | 149 | - |
| CMYK | 0.13 | 0.38 | 0 | 0.42 |
| HSL | 280º | 0.24% | 0.47% | - |
| HSV(B) | 280º | 0.38% | 0.58% | - |
| XYZ | 18.46 | 14.57 | 30.27 | - |
| YUV | 109.86 | 150.09 | 142.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 92 | 149 | 0.13 | 0.38 | 0 | 0.42 | 280 | 0.24 | 0.47 |
| Hex | 82 | 5C | 95 | D | 26 | 0 | 2A | 118 | 18 | 2F |
| Octal | 202 | 134 | 225 | 15 | 46 | 0 | 52 | 430 | 30 | 57 |
| Binary | 10000010 | 1011100 | 10010101 | 1101 | 100110 | 0 | 101010 | 100011000 | 11000 | 101111 |
Color Harmonies of #825C95
Complementary color
Monochromatic Colors of #825C95
Black with #825C95
Text Example
Text Example
White with #825C95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #825C95; }
p { color: rgb(130,92,149); }
H1.HeaderClassName
{
color: #825C95;
}
.AnyTagClassName
{
color: #825C95;
}
</style>
background-color css
<style>
a { background-color: #825C95; }
a { background-color: rgb(130,92,149); }
div.DivClassName
{
background-color: #825C95;
}
.BgClassName
{
background-color: #825C95;
}
</style>
border-color css
<style>
span { border-color: #825C95; }
span { border-color: rgb(130,92,149); }
td.TdClassName
{
border-color: #825C95;
}
.TagClassName
{
border-color: #825C95;
}
</style>