Shades of Affair #854F92
Tints of Affair #854F92
RGB
CMYK
RGB Variations
Color information
#854F92 (or 0x854F92) is known color: Affair. HEX triplet: 85, 4F and 92. RGB value is (133,79,146). Sum of RGB (Red+Green+Blue) = 133+79+146=358 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.15% from 358); Green value is 79 (31.25% from 255 or 22.07% from 358); Blue value is 146 (57.42% from 255 or 40.78% from 358); Max value from RGB is 146 - color contains mainly: blue. Hex color #854F92 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #854F92 is #7AB06D. Grayscale: #666666. Windows color (decimal): -8040558 or 9588613. OLE color: 9588613.
HSL color Cylindrical-coordinate representation of color #854F92: hue angle of 288.36º degrees, saturation: 0.3, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #854F92 is Cyan = 0.09, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 133 | 79 | 146 | - |
| CMYK | 0.09 | 0.46 | 0 | 0.43 |
| HSL | 288.36º | 0.3% | 0.44% | - |
| HSV(B) | 288.36º | 0.46% | 0.57% | - |
| XYZ | 17.66 | 12.65 | 28.71 | - |
| YUV | 102.78 | 152.39 | 149.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 79 | 146 | 0.09 | 0.46 | 0 | 0.43 | 288.36 | 0.3 | 0.44 |
| Hex | 85 | 4F | 92 | 9 | 2E | 0 | 2B | 120 | 1E | 2C |
| Octal | 205 | 117 | 222 | 11 | 56 | 0 | 53 | 440 | 36 | 54 |
| Binary | 10000101 | 1001111 | 10010010 | 1001 | 101110 | 0 | 101011 | 100100000 | 11110 | 101100 |
Color Harmonies of #854F92
Complementary color
Monochromatic Colors of #854F92
Black with #854F92
Text Example
Text Example
White with #854F92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #854F92; }
p { color: rgb(133,79,146); }
H1.HeaderClassName
{
color: #854F92;
}
.AnyTagClassName
{
color: #854F92;
}
</style>
background-color css
<style>
a { background-color: #854F92; }
a { background-color: rgb(133,79,146); }
div.DivClassName
{
background-color: #854F92;
}
.BgClassName
{
background-color: #854F92;
}
</style>
border-color css
<style>
span { border-color: #854F92; }
span { border-color: rgb(133,79,146); }
td.TdClassName
{
border-color: #854F92;
}
.TagClassName
{
border-color: #854F92;
}
</style>