Shades of Affair #845C91
Tints of Affair #845C91
RGB
CMYK
RGB Variations
Color information
#845C91 (or 0x845C91) is known color: Affair. HEX triplet: 84, 5C and 91. RGB value is (132,92,145). Sum of RGB (Red+Green+Blue) = 132+92+145=369 (48% of max value = 765). Red value is 132 (51.95% from 255 or 35.77% from 369); Green value is 92 (36.33% from 255 or 24.93% from 369); Blue value is 145 (57.03% from 255 or 39.30% from 369); Max value from RGB is 145 - color contains mainly: blue. Hex color #845C91 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #845C91 is #7BA36E. Grayscale: #6D6D6D. Windows color (decimal): -8102767 or 9526404. OLE color: 9526404.
HSL color Cylindrical-coordinate representation of color #845C91: hue angle of 285.28º degrees, saturation: 0.22, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #845C91 is Cyan = 0.09, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 132 | 92 | 145 | - |
| CMYK | 0.09 | 0.37 | 0 | 0.43 |
| HSL | 285.28º | 0.22% | 0.46% | - |
| HSV(B) | 285.28º | 0.37% | 0.57% | - |
| XYZ | 18.45 | 14.6 | 28.63 | - |
| YUV | 110 | 147.75 | 143.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 92 | 145 | 0.09 | 0.37 | 0 | 0.43 | 285.28 | 0.22 | 0.46 |
| Hex | 84 | 5C | 91 | 9 | 25 | 0 | 2B | 11D | 16 | 2E |
| Octal | 204 | 134 | 221 | 11 | 45 | 0 | 53 | 435 | 26 | 56 |
| Binary | 10000100 | 1011100 | 10010001 | 1001 | 100101 | 0 | 101011 | 100011101 | 10110 | 101110 |
Color Harmonies of #845C91
Complementary color
Monochromatic Colors of #845C91
Black with #845C91
Text Example
Text Example
White with #845C91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #845C91; }
p { color: rgb(132,92,145); }
H1.HeaderClassName
{
color: #845C91;
}
.AnyTagClassName
{
color: #845C91;
}
</style>
background-color css
<style>
a { background-color: #845C91; }
a { background-color: rgb(132,92,145); }
div.DivClassName
{
background-color: #845C91;
}
.BgClassName
{
background-color: #845C91;
}
</style>
border-color css
<style>
span { border-color: #845C91; }
span { border-color: rgb(132,92,145); }
td.TdClassName
{
border-color: #845C91;
}
.TagClassName
{
border-color: #845C91;
}
</style>