Shades of Affair #825D93
Tints of Affair #825D93
RGB
CMYK
RGB Variations
Color information
#825D93 (or 0x825D93) is known color: Affair. HEX triplet: 82, 5D and 93. RGB value is (130,93,147). Sum of RGB (Red+Green+Blue) = 130+93+147=370 (49% of max value = 765). Red value is 130 (51.17% from 255 or 35.14% from 370); Green value is 93 (36.72% from 255 or 25.14% from 370); Blue value is 147 (57.81% from 255 or 39.73% from 370); Max value from RGB is 147 - color contains mainly: blue. Hex color #825D93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #825D93 is #7DA26C. Grayscale: #6E6E6E. Windows color (decimal): -8233581 or 9657730. OLE color: 9657730.
HSL color Cylindrical-coordinate representation of color #825D93: hue angle of 281.11º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #825D93 is Cyan = 0.12, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 130 | 93 | 147 | - |
| CMYK | 0.12 | 0.37 | 0 | 0.42 |
| HSL | 281.11º | 0.23% | 0.47% | - |
| HSV(B) | 281.11º | 0.37% | 0.58% | - |
| XYZ | 18.39 | 14.68 | 29.47 | - |
| YUV | 110.22 | 148.76 | 142.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 93 | 147 | 0.12 | 0.37 | 0 | 0.42 | 281.11 | 0.23 | 0.47 |
| Hex | 82 | 5D | 93 | C | 25 | 0 | 2A | 119 | 16 | 2F |
| Octal | 202 | 135 | 223 | 14 | 45 | 0 | 52 | 431 | 26 | 57 |
| Binary | 10000010 | 1011101 | 10010011 | 1100 | 100101 | 0 | 101010 | 100011001 | 10110 | 101111 |
Color Harmonies of #825D93
Complementary color
Monochromatic Colors of #825D93
Black with #825D93
Text Example
Text Example
White with #825D93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #825D93; }
p { color: rgb(130,93,147); }
H1.HeaderClassName
{
color: #825D93;
}
.AnyTagClassName
{
color: #825D93;
}
</style>
background-color css
<style>
a { background-color: #825D93; }
a { background-color: rgb(130,93,147); }
div.DivClassName
{
background-color: #825D93;
}
.BgClassName
{
background-color: #825D93;
}
</style>
border-color css
<style>
span { border-color: #825D93; }
span { border-color: rgb(130,93,147); }
td.TdClassName
{
border-color: #825D93;
}
.TagClassName
{
border-color: #825D93;
}
</style>