Shades of Affair #824C99
Tints of Affair #824C99
RGB
CMYK
RGB Variations
Color information
#824C99 (or 0x824C99) is known color: Affair. HEX triplet: 82, 4C and 99. RGB value is (130,76,153). Sum of RGB (Red+Green+Blue) = 130+76+153=359 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.21% from 359); Green value is 76 (30.08% from 255 or 21.17% from 359); Blue value is 153 (60.16% from 255 or 42.62% from 359); Max value from RGB is 153 - color contains mainly: blue. Hex color #824C99 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #824C99 is #7DB366. Grayscale: #646464. Windows color (decimal): -8237927 or 10046594. OLE color: 10046594.
HSL color Cylindrical-coordinate representation of color #824C99: hue angle of 282.08º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #824C99 is Cyan = 0.15, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 130 | 76 | 153 | - |
| CMYK | 0.15 | 0.50 | 0 | 0.4 |
| HSL | 282.08º | 0.34% | 0.45% | - |
| HSV(B) | 282.08º | 0.5% | 0.6% | - |
| XYZ | 17.54 | 12.21 | 31.57 | - |
| YUV | 100.92 | 157.39 | 148.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 76 | 153 | 0.15 | 0.50 | 0 | 0.4 | 282.08 | 0.34 | 0.45 |
| Hex | 82 | 4C | 99 | F | 32 | 0 | 28 | 11A | 22 | 2D |
| Octal | 202 | 114 | 231 | 17 | 62 | 0 | 50 | 432 | 42 | 55 |
| Binary | 10000010 | 1001100 | 10011001 | 1111 | 110010 | 0 | 101000 | 100011010 | 100010 | 101101 |
Color Harmonies of #824C99
Complementary color
Monochromatic Colors of #824C99
Black with #824C99
Text Example
Text Example
White with #824C99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #824C99; }
p { color: rgb(130,76,153); }
H1.HeaderClassName
{
color: #824C99;
}
.AnyTagClassName
{
color: #824C99;
}
</style>
background-color css
<style>
a { background-color: #824C99; }
a { background-color: rgb(130,76,153); }
div.DivClassName
{
background-color: #824C99;
}
.BgClassName
{
background-color: #824C99;
}
</style>
border-color css
<style>
span { border-color: #824C99; }
span { border-color: rgb(130,76,153); }
td.TdClassName
{
border-color: #824C99;
}
.TagClassName
{
border-color: #824C99;
}
</style>