Shades of Affair #824D93
Tints of Affair #824D93
RGB
CMYK
RGB Variations
Color information
#824D93 (or 0x824D93) is known color: Affair. HEX triplet: 82, 4D and 93. RGB value is (130,77,147). Sum of RGB (Red+Green+Blue) = 130+77+147=354 (46% of max value = 765). Red value is 130 (51.17% from 255 or 36.72% from 354); Green value is 77 (30.47% from 255 or 21.75% from 354); Blue value is 147 (57.81% from 255 or 41.53% from 354); Max value from RGB is 147 - color contains mainly: blue. Hex color #824D93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #824D93 is #7DB26C. Grayscale: #646464. Windows color (decimal): -8237677 or 9653634. OLE color: 9653634.
HSL color Cylindrical-coordinate representation of color #824D93: hue angle of 285.43º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #824D93 is Cyan = 0.12, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 130 | 77 | 147 | - |
| CMYK | 0.12 | 0.48 | 0 | 0.42 |
| HSL | 285.43º | 0.31% | 0.44% | - |
| HSV(B) | 285.43º | 0.48% | 0.58% | - |
| XYZ | 17.13 | 12.16 | 29.05 | - |
| YUV | 100.83 | 154.06 | 148.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 77 | 147 | 0.12 | 0.48 | 0 | 0.42 | 285.43 | 0.31 | 0.44 |
| Hex | 82 | 4D | 93 | C | 30 | 0 | 2A | 11D | 1F | 2C |
| Octal | 202 | 115 | 223 | 14 | 60 | 0 | 52 | 435 | 37 | 54 |
| Binary | 10000010 | 1001101 | 10010011 | 1100 | 110000 | 0 | 101010 | 100011101 | 11111 | 101100 |
Color Harmonies of #824D93
Complementary color
Monochromatic Colors of #824D93
Black with #824D93
Text Example
Text Example
White with #824D93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #824D93; }
p { color: rgb(130,77,147); }
H1.HeaderClassName
{
color: #824D93;
}
.AnyTagClassName
{
color: #824D93;
}
</style>
background-color css
<style>
a { background-color: #824D93; }
a { background-color: rgb(130,77,147); }
div.DivClassName
{
background-color: #824D93;
}
.BgClassName
{
background-color: #824D93;
}
</style>
border-color css
<style>
span { border-color: #824D93; }
span { border-color: rgb(130,77,147); }
td.TdClassName
{
border-color: #824D93;
}
.TagClassName
{
border-color: #824D93;
}
</style>