Shades of Affair #845C99
Tints of Affair #845C99
RGB
CMYK
RGB Variations
Color information
#845C99 (or 0x845C99) is known color: Affair. HEX triplet: 84, 5C and 99. RGB value is (132,92,153). Sum of RGB (Red+Green+Blue) = 132+92+153=377 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.01% from 377); Green value is 92 (36.33% from 255 or 24.40% from 377); Blue value is 153 (60.16% from 255 or 40.58% from 377); Max value from RGB is 153 - color contains mainly: blue. Hex color #845C99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #845C99 is #7BA366. Grayscale: #6E6E6E. Windows color (decimal): -8102759 or 10050692. OLE color: 10050692.
HSL color Cylindrical-coordinate representation of color #845C99: hue angle of 279.34º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #845C99 is Cyan = 0.14, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 132 | 92 | 153 | - |
| CMYK | 0.14 | 0.40 | 0 | 0.4 |
| HSL | 279.34º | 0.25% | 0.48% | - |
| HSV(B) | 279.34º | 0.4% | 0.6% | - |
| XYZ | 19.09 | 14.86 | 32 | - |
| YUV | 110.91 | 151.75 | 143.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 92 | 153 | 0.14 | 0.40 | 0 | 0.4 | 279.34 | 0.25 | 0.48 |
| Hex | 84 | 5C | 99 | E | 28 | 0 | 28 | 117 | 19 | 30 |
| Octal | 204 | 134 | 231 | 16 | 50 | 0 | 50 | 427 | 31 | 60 |
| Binary | 10000100 | 1011100 | 10011001 | 1110 | 101000 | 0 | 101000 | 100010111 | 11001 | 110000 |
Color Harmonies of #845C99
Complementary color
Monochromatic Colors of #845C99
Black with #845C99
Text Example
Text Example
White with #845C99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #845C99; }
p { color: rgb(132,92,153); }
H1.HeaderClassName
{
color: #845C99;
}
.AnyTagClassName
{
color: #845C99;
}
</style>
background-color css
<style>
a { background-color: #845C99; }
a { background-color: rgb(132,92,153); }
div.DivClassName
{
background-color: #845C99;
}
.BgClassName
{
background-color: #845C99;
}
</style>
border-color css
<style>
span { border-color: #845C99; }
span { border-color: rgb(132,92,153); }
td.TdClassName
{
border-color: #845C99;
}
.TagClassName
{
border-color: #845C99;
}
</style>