Shades of Affair #825F90
Tints of Affair #825F90
RGB
CMYK
RGB Variations
Color information
#825F90 (or 0x825F90) is known color: Affair. HEX triplet: 82, 5F and 90. RGB value is (130,95,144). Sum of RGB (Red+Green+Blue) = 130+95+144=369 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.23% from 369); Green value is 95 (37.5% from 255 or 25.75% from 369); Blue value is 144 (56.64% from 255 or 39.02% from 369); Max value from RGB is 144 - color contains mainly: blue. Hex color #825F90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #825F90 is #7DA06F. Grayscale: #6E6E6E. Windows color (decimal): -8233072 or 9461634. OLE color: 9461634.
HSL color Cylindrical-coordinate representation of color #825F90: hue angle of 282.86º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #825F90 is Cyan = 0.10, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 130 | 95 | 144 | - |
| CMYK | 0.10 | 0.34 | 0 | 0.44 |
| HSL | 282.86º | 0.21% | 0.47% | - |
| HSV(B) | 282.86º | 0.34% | 0.56% | - |
| XYZ | 18.33 | 14.94 | 28.3 | - |
| YUV | 111.05 | 146.6 | 141.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 95 | 144 | 0.10 | 0.34 | 0 | 0.44 | 282.86 | 0.21 | 0.47 |
| Hex | 82 | 5F | 90 | A | 22 | 0 | 2C | 11B | 15 | 2F |
| Octal | 202 | 137 | 220 | 12 | 42 | 0 | 54 | 433 | 25 | 57 |
| Binary | 10000010 | 1011111 | 10010000 | 1010 | 100010 | 0 | 101100 | 100011011 | 10101 | 101111 |
Color Harmonies of #825F90
Complementary color
Monochromatic Colors of #825F90
Black with #825F90
Text Example
Text Example
White with #825F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #825F90; }
p { color: rgb(130,95,144); }
H1.HeaderClassName
{
color: #825F90;
}
.AnyTagClassName
{
color: #825F90;
}
</style>
background-color css
<style>
a { background-color: #825F90; }
a { background-color: rgb(130,95,144); }
div.DivClassName
{
background-color: #825F90;
}
.BgClassName
{
background-color: #825F90;
}
</style>
border-color css
<style>
span { border-color: #825F90; }
span { border-color: rgb(130,95,144); }
td.TdClassName
{
border-color: #825F90;
}
.TagClassName
{
border-color: #825F90;
}
</style>