Shades of Affair #82638D
Tints of Affair #82638D
RGB
CMYK
RGB Variations
Color information
#82638D (or 0x82638D) is known color: Affair. HEX triplet: 82, 63 and 8D. RGB value is (130,99,141). Sum of RGB (Red+Green+Blue) = 130+99+141=370 (49% of max value = 765). Red value is 130 (51.17% from 255 or 35.14% from 370); Green value is 99 (39.06% from 255 or 26.76% from 370); Blue value is 141 (55.47% from 255 or 38.11% from 370); Max value from RGB is 141 - color contains mainly: blue. Hex color #82638D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #82638D is #7D9C72. Grayscale: #707070. Windows color (decimal): -8232051 or 9266050. OLE color: 9266050.
HSL color Cylindrical-coordinate representation of color #82638D: hue angle of 284.29º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #82638D is Cyan = 0.08, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 130 | 99 | 141 | - |
| CMYK | 0.08 | 0.30 | 0 | 0.45 |
| HSL | 284.29º | 0.18% | 0.47% | - |
| HSV(B) | 284.29º | 0.3% | 0.55% | - |
| XYZ | 18.48 | 15.59 | 27.24 | - |
| YUV | 113.06 | 143.77 | 140.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 99 | 141 | 0.08 | 0.30 | 0 | 0.45 | 284.29 | 0.18 | 0.47 |
| Hex | 82 | 63 | 8D | 8 | 1E | 0 | 2D | 11C | 12 | 2F |
| Octal | 202 | 143 | 215 | 10 | 36 | 0 | 55 | 434 | 22 | 57 |
| Binary | 10000010 | 1100011 | 10001101 | 1000 | 11110 | 0 | 101101 | 100011100 | 10010 | 101111 |
Color Harmonies of #82638D
Complementary color
Monochromatic Colors of #82638D
Black with #82638D
Text Example
Text Example
White with #82638D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82638D; }
p { color: rgb(130,99,141); }
H1.HeaderClassName
{
color: #82638D;
}
.AnyTagClassName
{
color: #82638D;
}
</style>
background-color css
<style>
a { background-color: #82638D; }
a { background-color: rgb(130,99,141); }
div.DivClassName
{
background-color: #82638D;
}
.BgClassName
{
background-color: #82638D;
}
</style>
border-color css
<style>
span { border-color: #82638D; }
span { border-color: rgb(130,99,141); }
td.TdClassName
{
border-color: #82638D;
}
.TagClassName
{
border-color: #82638D;
}
</style>