Shades of Affair #855C91
Tints of Affair #855C91
RGB
CMYK
RGB Variations
Color information
#855C91 (or 0x855C91) is known color: Affair. HEX triplet: 85, 5C and 91. RGB value is (133,92,145). Sum of RGB (Red+Green+Blue) = 133+92+145=370 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.95% from 370); Green value is 92 (36.33% from 255 or 24.86% from 370); Blue value is 145 (57.03% from 255 or 39.19% from 370); Max value from RGB is 145 - color contains mainly: blue. Hex color #855C91 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #855C91 is #7AA36E. Grayscale: #6E6E6E. Windows color (decimal): -8037231 or 9526405. OLE color: 9526405.
HSL color Cylindrical-coordinate representation of color #855C91: hue angle of 286.42º 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 #855C91 is Cyan = 0.08, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 133 | 92 | 145 | - |
| CMYK | 0.08 | 0.37 | 0 | 0.43 |
| HSL | 286.42º | 0.22% | 0.46% | - |
| HSV(B) | 286.42º | 0.37% | 0.57% | - |
| XYZ | 18.61 | 14.69 | 28.64 | - |
| YUV | 110.3 | 147.58 | 144.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 92 | 145 | 0.08 | 0.37 | 0 | 0.43 | 286.42 | 0.22 | 0.46 |
| Hex | 85 | 5C | 91 | 8 | 25 | 0 | 2B | 11E | 16 | 2E |
| Octal | 205 | 134 | 221 | 10 | 45 | 0 | 53 | 436 | 26 | 56 |
| Binary | 10000101 | 1011100 | 10010001 | 1000 | 100101 | 0 | 101011 | 100011110 | 10110 | 101110 |
Color Harmonies of #855C91
Complementary color
Monochromatic Colors of #855C91
Black with #855C91
Text Example
Text Example
White with #855C91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855C91; }
p { color: rgb(133,92,145); }
H1.HeaderClassName
{
color: #855C91;
}
.AnyTagClassName
{
color: #855C91;
}
</style>
background-color css
<style>
a { background-color: #855C91; }
a { background-color: rgb(133,92,145); }
div.DivClassName
{
background-color: #855C91;
}
.BgClassName
{
background-color: #855C91;
}
</style>
border-color css
<style>
span { border-color: #855C91; }
span { border-color: rgb(133,92,145); }
td.TdClassName
{
border-color: #855C91;
}
.TagClassName
{
border-color: #855C91;
}
</style>