Shades of Affair #824D90
Tints of Affair #824D90
RGB
CMYK
RGB Variations
Color information
#824D90 (or 0x824D90) is known color: Affair. HEX triplet: 82, 4D and 90. RGB value is (130,77,144). Sum of RGB (Red+Green+Blue) = 130+77+144=351 (46% of max value = 765). Red value is 130 (51.17% from 255 or 37.04% from 351); Green value is 77 (30.47% from 255 or 21.94% from 351); Blue value is 144 (56.64% from 255 or 41.03% from 351); Max value from RGB is 144 - color contains mainly: blue. Hex color #824D90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #824D90 is #7DB26F. Grayscale: #646464. Windows color (decimal): -8237680 or 9457026. OLE color: 9457026.
HSL color Cylindrical-coordinate representation of color #824D90: hue angle of 287.46º degrees, saturation: 0.3, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #824D90 is Cyan = 0.10, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 130 | 77 | 144 | - |
| CMYK | 0.10 | 0.47 | 0 | 0.44 |
| HSL | 287.46º | 0.3% | 0.43% | - |
| HSV(B) | 287.46º | 0.47% | 0.56% | - |
| XYZ | 16.89 | 12.07 | 27.82 | - |
| YUV | 100.49 | 152.56 | 149.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 77 | 144 | 0.10 | 0.47 | 0 | 0.44 | 287.46 | 0.3 | 0.43 |
| Hex | 82 | 4D | 90 | A | 2F | 0 | 2C | 11F | 1E | 2B |
| Octal | 202 | 115 | 220 | 12 | 57 | 0 | 54 | 437 | 36 | 53 |
| Binary | 10000010 | 1001101 | 10010000 | 1010 | 101111 | 0 | 101100 | 100011111 | 11110 | 101011 |
Color Harmonies of #824D90
Complementary color
Monochromatic Colors of #824D90
Black with #824D90
Text Example
Text Example
White with #824D90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #824D90; }
p { color: rgb(130,77,144); }
H1.HeaderClassName
{
color: #824D90;
}
.AnyTagClassName
{
color: #824D90;
}
</style>
background-color css
<style>
a { background-color: #824D90; }
a { background-color: rgb(130,77,144); }
div.DivClassName
{
background-color: #824D90;
}
.BgClassName
{
background-color: #824D90;
}
</style>
border-color css
<style>
span { border-color: #824D90; }
span { border-color: rgb(130,77,144); }
td.TdClassName
{
border-color: #824D90;
}
.TagClassName
{
border-color: #824D90;
}
</style>