Shades of Affair #82548C
Tints of Affair #82548C
RGB
CMYK
RGB Variations
Color information
#82548C (or 0x82548C) is known color: Affair. HEX triplet: 82, 54 and 8C. RGB value is (130,84,140). Sum of RGB (Red+Green+Blue) = 130+84+140=354 (46% of max value = 765). Red value is 130 (51.17% from 255 or 36.72% from 354); Green value is 84 (33.20% from 255 or 23.73% from 354); Blue value is 140 (55.08% from 255 or 39.55% from 354); Max value from RGB is 140 - color contains mainly: blue. Hex color #82548C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #82548C is #7DAB73. Grayscale: #676767. Windows color (decimal): -8235892 or 9196674. OLE color: 9196674.
HSL color Cylindrical-coordinate representation of color #82548C: hue angle of 289.29º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #82548C is Cyan = 0.07, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 130 | 84 | 140 | - |
| CMYK | 0.07 | 0.4 | 0 | 0.45 |
| HSL | 289.29º | 0.25% | 0.44% | - |
| HSV(B) | 289.29º | 0.4% | 0.55% | - |
| XYZ | 17.11 | 12.98 | 26.41 | - |
| YUV | 104.14 | 148.24 | 146.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 84 | 140 | 0.07 | 0.4 | 0 | 0.45 | 289.29 | 0.25 | 0.44 |
| Hex | 82 | 54 | 8C | 7 | 28 | 0 | 2D | 121 | 19 | 2C |
| Octal | 202 | 124 | 214 | 7 | 50 | 0 | 55 | 441 | 31 | 54 |
| Binary | 10000010 | 1010100 | 10001100 | 111 | 101000 | 0 | 101101 | 100100001 | 11001 | 101100 |
Color Harmonies of #82548C
Complementary color
Monochromatic Colors of #82548C
Black with #82548C
Text Example
Text Example
White with #82548C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82548C; }
p { color: rgb(130,84,140); }
H1.HeaderClassName
{
color: #82548C;
}
.AnyTagClassName
{
color: #82548C;
}
</style>
background-color css
<style>
a { background-color: #82548C; }
a { background-color: rgb(130,84,140); }
div.DivClassName
{
background-color: #82548C;
}
.BgClassName
{
background-color: #82548C;
}
</style>
border-color css
<style>
span { border-color: #82548C; }
span { border-color: rgb(130,84,140); }
td.TdClassName
{
border-color: #82548C;
}
.TagClassName
{
border-color: #82548C;
}
</style>