Shades of Affair #825A93
Tints of Affair #825A93
RGB
CMYK
RGB Variations
Color information
#825A93 (or 0x825A93) is known color: Affair. HEX triplet: 82, 5A and 93. RGB value is (130,90,147). Sum of RGB (Red+Green+Blue) = 130+90+147=367 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.42% from 367); Green value is 90 (35.55% from 255 or 24.52% from 367); Blue value is 147 (57.81% from 255 or 40.05% from 367); Max value from RGB is 147 - color contains mainly: blue. Hex color #825A93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #825A93 is #7DA56C. Grayscale: #6C6C6C. Windows color (decimal): -8234349 or 9656962. OLE color: 9656962.
HSL color Cylindrical-coordinate representation of color #825A93: hue angle of 282.11º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #825A93 is Cyan = 0.12, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 130 | 90 | 147 | - |
| CMYK | 0.12 | 0.39 | 0 | 0.42 |
| HSL | 282.11º | 0.24% | 0.46% | - |
| HSV(B) | 282.11º | 0.39% | 0.58% | - |
| XYZ | 18.13 | 14.16 | 29.38 | - |
| YUV | 108.46 | 149.75 | 143.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 90 | 147 | 0.12 | 0.39 | 0 | 0.42 | 282.11 | 0.24 | 0.46 |
| Hex | 82 | 5A | 93 | C | 27 | 0 | 2A | 11A | 18 | 2E |
| Octal | 202 | 132 | 223 | 14 | 47 | 0 | 52 | 432 | 30 | 56 |
| Binary | 10000010 | 1011010 | 10010011 | 1100 | 100111 | 0 | 101010 | 100011010 | 11000 | 101110 |
Color Harmonies of #825A93
Complementary color
Monochromatic Colors of #825A93
Black with #825A93
Text Example
Text Example
White with #825A93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #825A93; }
p { color: rgb(130,90,147); }
H1.HeaderClassName
{
color: #825A93;
}
.AnyTagClassName
{
color: #825A93;
}
</style>
background-color css
<style>
a { background-color: #825A93; }
a { background-color: rgb(130,90,147); }
div.DivClassName
{
background-color: #825A93;
}
.BgClassName
{
background-color: #825A93;
}
</style>
border-color css
<style>
span { border-color: #825A93; }
span { border-color: rgb(130,90,147); }
td.TdClassName
{
border-color: #825A93;
}
.TagClassName
{
border-color: #825A93;
}
</style>