Shades of Affair #845F92
Tints of Affair #845F92
RGB
CMYK
RGB Variations
Color information
#845F92 (or 0x845F92) is known color: Affair. HEX triplet: 84, 5F and 92. RGB value is (132,95,146). Sum of RGB (Red+Green+Blue) = 132+95+146=373 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.39% from 373); Green value is 95 (37.5% from 255 or 25.47% from 373); Blue value is 146 (57.42% from 255 or 39.14% from 373); Max value from RGB is 146 - color contains mainly: blue. Hex color #845F92 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #845F92 is #7BA06D. Grayscale: #6F6F6F. Windows color (decimal): -8101998 or 9592708. OLE color: 9592708.
HSL color Cylindrical-coordinate representation of color #845F92: hue angle of 283.53º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #845F92 is Cyan = 0.10, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 132 | 95 | 146 | - |
| CMYK | 0.10 | 0.35 | 0 | 0.43 |
| HSL | 283.53º | 0.21% | 0.47% | - |
| HSV(B) | 283.53º | 0.35% | 0.57% | - |
| XYZ | 18.8 | 15.17 | 29.13 | - |
| YUV | 111.88 | 147.26 | 142.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 95 | 146 | 0.10 | 0.35 | 0 | 0.43 | 283.53 | 0.21 | 0.47 |
| Hex | 84 | 5F | 92 | A | 23 | 0 | 2B | 11C | 15 | 2F |
| Octal | 204 | 137 | 222 | 12 | 43 | 0 | 53 | 434 | 25 | 57 |
| Binary | 10000100 | 1011111 | 10010010 | 1010 | 100011 | 0 | 101011 | 100011100 | 10101 | 101111 |
Color Harmonies of #845F92
Complementary color
Monochromatic Colors of #845F92
Black with #845F92
Text Example
Text Example
White with #845F92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #845F92; }
p { color: rgb(132,95,146); }
H1.HeaderClassName
{
color: #845F92;
}
.AnyTagClassName
{
color: #845F92;
}
</style>
background-color css
<style>
a { background-color: #845F92; }
a { background-color: rgb(132,95,146); }
div.DivClassName
{
background-color: #845F92;
}
.BgClassName
{
background-color: #845F92;
}
</style>
border-color css
<style>
span { border-color: #845F92; }
span { border-color: rgb(132,95,146); }
td.TdClassName
{
border-color: #845F92;
}
.TagClassName
{
border-color: #845F92;
}
</style>