Shades of Affair #824D96
Tints of Affair #824D96
RGB
CMYK
RGB Variations
Color information
#824D96 (or 0x824D96) is known color: Affair. HEX triplet: 82, 4D and 96. RGB value is (130,77,150). Sum of RGB (Red+Green+Blue) = 130+77+150=357 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.41% from 357); Green value is 77 (30.47% from 255 or 21.57% from 357); Blue value is 150 (58.98% from 255 or 42.02% from 357); Max value from RGB is 150 - color contains mainly: blue. Hex color #824D96 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #824D96 is #7DB269. Grayscale: #646464. Windows color (decimal): -8237674 or 9850242. OLE color: 9850242.
HSL color Cylindrical-coordinate representation of color #824D96: hue angle of 283.56º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #824D96 is Cyan = 0.13, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 130 | 77 | 150 | - |
| CMYK | 0.13 | 0.49 | 0 | 0.41 |
| HSL | 283.56º | 0.32% | 0.45% | - |
| HSV(B) | 283.56º | 0.49% | 0.59% | - |
| XYZ | 17.36 | 12.26 | 30.3 | - |
| YUV | 101.17 | 155.56 | 148.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 77 | 150 | 0.13 | 0.49 | 0 | 0.41 | 283.56 | 0.32 | 0.45 |
| Hex | 82 | 4D | 96 | D | 31 | 0 | 29 | 11C | 20 | 2D |
| Octal | 202 | 115 | 226 | 15 | 61 | 0 | 51 | 434 | 40 | 55 |
| Binary | 10000010 | 1001101 | 10010110 | 1101 | 110001 | 0 | 101001 | 100011100 | 100000 | 101101 |
Color Harmonies of #824D96
Complementary color
Monochromatic Colors of #824D96
Black with #824D96
Text Example
Text Example
White with #824D96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #824D96; }
p { color: rgb(130,77,150); }
H1.HeaderClassName
{
color: #824D96;
}
.AnyTagClassName
{
color: #824D96;
}
</style>
background-color css
<style>
a { background-color: #824D96; }
a { background-color: rgb(130,77,150); }
div.DivClassName
{
background-color: #824D96;
}
.BgClassName
{
background-color: #824D96;
}
</style>
border-color css
<style>
span { border-color: #824D96; }
span { border-color: rgb(130,77,150); }
td.TdClassName
{
border-color: #824D96;
}
.TagClassName
{
border-color: #824D96;
}
</style>