Shades of Affair #844F93
Tints of Affair #844F93
RGB
CMYK
RGB Variations
Color information
#844F93 (or 0x844F93) is known color: Affair. HEX triplet: 84, 4F and 93. RGB value is (132,79,147). Sum of RGB (Red+Green+Blue) = 132+79+147=358 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.87% from 358); Green value is 79 (31.25% from 255 or 22.07% from 358); Blue value is 147 (57.81% from 255 or 41.06% from 358); Max value from RGB is 147 - color contains mainly: blue. Hex color #844F93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #844F93 is #7BB06C. Grayscale: #666666. Windows color (decimal): -8106093 or 9654148. OLE color: 9654148.
HSL color Cylindrical-coordinate representation of color #844F93: hue angle of 286.76º degrees, saturation: 0.3, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #844F93 is Cyan = 0.10, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 132 | 79 | 147 | - |
| CMYK | 0.10 | 0.46 | 0 | 0.42 |
| HSL | 286.76º | 0.3% | 0.44% | - |
| HSV(B) | 286.76º | 0.46% | 0.58% | - |
| XYZ | 17.58 | 12.6 | 29.11 | - |
| YUV | 102.6 | 153.06 | 148.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 79 | 147 | 0.10 | 0.46 | 0 | 0.42 | 286.76 | 0.3 | 0.44 |
| Hex | 84 | 4F | 93 | A | 2E | 0 | 2A | 11F | 1E | 2C |
| Octal | 204 | 117 | 223 | 12 | 56 | 0 | 52 | 437 | 36 | 54 |
| Binary | 10000100 | 1001111 | 10010011 | 1010 | 101110 | 0 | 101010 | 100011111 | 11110 | 101100 |
Color Harmonies of #844F93
Complementary color
Monochromatic Colors of #844F93
Black with #844F93
Text Example
Text Example
White with #844F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844F93; }
p { color: rgb(132,79,147); }
H1.HeaderClassName
{
color: #844F93;
}
.AnyTagClassName
{
color: #844F93;
}
</style>
background-color css
<style>
a { background-color: #844F93; }
a { background-color: rgb(132,79,147); }
div.DivClassName
{
background-color: #844F93;
}
.BgClassName
{
background-color: #844F93;
}
</style>
border-color css
<style>
span { border-color: #844F93; }
span { border-color: rgb(132,79,147); }
td.TdClassName
{
border-color: #844F93;
}
.TagClassName
{
border-color: #844F93;
}
</style>