Shades of Affair #82578F
Tints of Affair #82578F
RGB
CMYK
RGB Variations
Color information
#82578F (or 0x82578F) is known color: Affair. HEX triplet: 82, 57 and 8F. RGB value is (130,87,143). Sum of RGB (Red+Green+Blue) = 130+87+143=360 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.11% from 360); Green value is 87 (34.38% from 255 or 24.17% from 360); Blue value is 143 (56.25% from 255 or 39.72% from 360); Max value from RGB is 143 - color contains mainly: blue. Hex color #82578F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #82578F is #7DA870. Grayscale: #6A6A6A. Windows color (decimal): -8235121 or 9394050. OLE color: 9394050.
HSL color Cylindrical-coordinate representation of color #82578F: hue angle of 286.07º degrees, saturation: 0.24, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #82578F is Cyan = 0.09, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 130 | 87 | 143 | - |
| CMYK | 0.09 | 0.39 | 0 | 0.44 |
| HSL | 286.07º | 0.24% | 0.45% | - |
| HSV(B) | 286.07º | 0.39% | 0.56% | - |
| XYZ | 17.57 | 13.55 | 27.67 | - |
| YUV | 106.24 | 148.75 | 144.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 87 | 143 | 0.09 | 0.39 | 0 | 0.44 | 286.07 | 0.24 | 0.45 |
| Hex | 82 | 57 | 8F | 9 | 27 | 0 | 2C | 11E | 18 | 2D |
| Octal | 202 | 127 | 217 | 11 | 47 | 0 | 54 | 436 | 30 | 55 |
| Binary | 10000010 | 1010111 | 10001111 | 1001 | 100111 | 0 | 101100 | 100011110 | 11000 | 101101 |
Color Harmonies of #82578F
Complementary color
Monochromatic Colors of #82578F
Black with #82578F
Text Example
Text Example
White with #82578F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82578F; }
p { color: rgb(130,87,143); }
H1.HeaderClassName
{
color: #82578F;
}
.AnyTagClassName
{
color: #82578F;
}
</style>
background-color css
<style>
a { background-color: #82578F; }
a { background-color: rgb(130,87,143); }
div.DivClassName
{
background-color: #82578F;
}
.BgClassName
{
background-color: #82578F;
}
</style>
border-color css
<style>
span { border-color: #82578F; }
span { border-color: rgb(130,87,143); }
td.TdClassName
{
border-color: #82578F;
}
.TagClassName
{
border-color: #82578F;
}
</style>