Shades of Affair #825B95
Tints of Affair #825B95
RGB
CMYK
RGB Variations
Color information
#825B95 (or 0x825B95) is known color: Affair. HEX triplet: 82, 5B and 95. RGB value is (130,91,149). Sum of RGB (Red+Green+Blue) = 130+91+149=370 (49% of max value = 765). Red value is 130 (51.17% from 255 or 35.14% from 370); Green value is 91 (35.94% from 255 or 24.59% from 370); Blue value is 149 (58.59% from 255 or 40.27% from 370); Max value from RGB is 149 - color contains mainly: blue. Hex color #825B95 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #825B95 is #7DA46A. Grayscale: #6D6D6D. Windows color (decimal): -8234091 or 9788290. OLE color: 9788290.
HSL color Cylindrical-coordinate representation of color #825B95: hue angle of 280.34º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #825B95 is Cyan = 0.13, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 130 | 91 | 149 | - |
| CMYK | 0.13 | 0.39 | 0 | 0.42 |
| HSL | 280.34º | 0.24% | 0.47% | - |
| HSV(B) | 280.34º | 0.39% | 0.58% | - |
| XYZ | 18.37 | 14.4 | 30.24 | - |
| YUV | 109.27 | 150.42 | 142.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 91 | 149 | 0.13 | 0.39 | 0 | 0.42 | 280.34 | 0.24 | 0.47 |
| Hex | 82 | 5B | 95 | D | 27 | 0 | 2A | 118 | 18 | 2F |
| Octal | 202 | 133 | 225 | 15 | 47 | 0 | 52 | 430 | 30 | 57 |
| Binary | 10000010 | 1011011 | 10010101 | 1101 | 100111 | 0 | 101010 | 100011000 | 11000 | 101111 |
Color Harmonies of #825B95
Complementary color
Monochromatic Colors of #825B95
Black with #825B95
Text Example
Text Example
White with #825B95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #825B95; }
p { color: rgb(130,91,149); }
H1.HeaderClassName
{
color: #825B95;
}
.AnyTagClassName
{
color: #825B95;
}
</style>
background-color css
<style>
a { background-color: #825B95; }
a { background-color: rgb(130,91,149); }
div.DivClassName
{
background-color: #825B95;
}
.BgClassName
{
background-color: #825B95;
}
</style>
border-color css
<style>
span { border-color: #825B95; }
span { border-color: rgb(130,91,149); }
td.TdClassName
{
border-color: #825B95;
}
.TagClassName
{
border-color: #825B95;
}
</style>