Shades of Affair #824F99
Tints of Affair #824F99
RGB
CMYK
RGB Variations
Color information
#824F99 (or 0x824F99) is known color: Affair. HEX triplet: 82, 4F and 99. RGB value is (130,79,153). Sum of RGB (Red+Green+Blue) = 130+79+153=362 (47% of max value = 765). Red value is 130 (51.17% from 255 or 35.91% from 362); Green value is 79 (31.25% from 255 or 21.82% from 362); Blue value is 153 (60.16% from 255 or 42.27% from 362); Max value from RGB is 153 - color contains mainly: blue. Hex color #824F99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #824F99 is #7DB066. Grayscale: #666666. Windows color (decimal): -8237159 or 10047362. OLE color: 10047362.
HSL color Cylindrical-coordinate representation of color #824F99: hue angle of 281.35º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #824F99 is Cyan = 0.15, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 130 | 79 | 153 | - |
| CMYK | 0.15 | 0.48 | 0 | 0.4 |
| HSL | 281.35º | 0.32% | 0.45% | - |
| HSV(B) | 281.35º | 0.48% | 0.6% | - |
| XYZ | 17.75 | 12.64 | 31.64 | - |
| YUV | 102.69 | 156.4 | 147.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 79 | 153 | 0.15 | 0.48 | 0 | 0.4 | 281.35 | 0.32 | 0.45 |
| Hex | 82 | 4F | 99 | F | 30 | 0 | 28 | 119 | 20 | 2D |
| Octal | 202 | 117 | 231 | 17 | 60 | 0 | 50 | 431 | 40 | 55 |
| Binary | 10000010 | 1001111 | 10011001 | 1111 | 110000 | 0 | 101000 | 100011001 | 100000 | 101101 |
Color Harmonies of #824F99
Complementary color
Monochromatic Colors of #824F99
Black with #824F99
Text Example
Text Example
White with #824F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #824F99; }
p { color: rgb(130,79,153); }
H1.HeaderClassName
{
color: #824F99;
}
.AnyTagClassName
{
color: #824F99;
}
</style>
background-color css
<style>
a { background-color: #824F99; }
a { background-color: rgb(130,79,153); }
div.DivClassName
{
background-color: #824F99;
}
.BgClassName
{
background-color: #824F99;
}
</style>
border-color css
<style>
span { border-color: #824F99; }
span { border-color: rgb(130,79,153); }
td.TdClassName
{
border-color: #824F99;
}
.TagClassName
{
border-color: #824F99;
}
</style>