Shades of Affair #82608E
Tints of Affair #82608E
RGB
CMYK
RGB Variations
Color information
#82608E (or 0x82608E) is known color: Affair. HEX triplet: 82, 60 and 8E. RGB value is (130,96,142). Sum of RGB (Red+Green+Blue) = 130+96+142=368 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.33% from 368); Green value is 96 (37.89% from 255 or 26.09% from 368); Blue value is 142 (55.86% from 255 or 38.59% from 368); Max value from RGB is 142 - color contains mainly: blue. Hex color #82608E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #82608E is #7D9F71. Grayscale: #6F6F6F. Windows color (decimal): -8232818 or 9330818. OLE color: 9330818.
HSL color Cylindrical-coordinate representation of color #82608E: hue angle of 284.35º degrees, saturation: 0.19, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #82608E is Cyan = 0.08, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 130 | 96 | 142 | - |
| CMYK | 0.08 | 0.32 | 0 | 0.44 |
| HSL | 284.35º | 0.19% | 0.47% | - |
| HSV(B) | 284.35º | 0.32% | 0.56% | - |
| XYZ | 18.27 | 15.06 | 27.54 | - |
| YUV | 111.41 | 145.26 | 141.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 96 | 142 | 0.08 | 0.32 | 0 | 0.44 | 284.35 | 0.19 | 0.47 |
| Hex | 82 | 60 | 8E | 8 | 20 | 0 | 2C | 11C | 13 | 2F |
| Octal | 202 | 140 | 216 | 10 | 40 | 0 | 54 | 434 | 23 | 57 |
| Binary | 10000010 | 1100000 | 10001110 | 1000 | 100000 | 0 | 101100 | 100011100 | 10011 | 101111 |
Color Harmonies of #82608E
Complementary color
Monochromatic Colors of #82608E
Black with #82608E
Text Example
Text Example
White with #82608E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82608E; }
p { color: rgb(130,96,142); }
H1.HeaderClassName
{
color: #82608E;
}
.AnyTagClassName
{
color: #82608E;
}
</style>
background-color css
<style>
a { background-color: #82608E; }
a { background-color: rgb(130,96,142); }
div.DivClassName
{
background-color: #82608E;
}
.BgClassName
{
background-color: #82608E;
}
</style>
border-color css
<style>
span { border-color: #82608E; }
span { border-color: rgb(130,96,142); }
td.TdClassName
{
border-color: #82608E;
}
.TagClassName
{
border-color: #82608E;
}
</style>