Shades of Affair #855D91
Tints of Affair #855D91
RGB
CMYK
RGB Variations
Color information
#855D91 (or 0x855D91) is known color: Affair. HEX triplet: 85, 5D and 91. RGB value is (133,93,145). Sum of RGB (Red+Green+Blue) = 133+93+145=371 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.85% from 371); Green value is 93 (36.72% from 255 or 25.07% from 371); Blue value is 145 (57.03% from 255 or 39.08% from 371); Max value from RGB is 145 - color contains mainly: blue. Hex color #855D91 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #855D91 is #7AA26E. Grayscale: #6E6E6E. Windows color (decimal): -8036975 or 9526661. OLE color: 9526661.
HSL color Cylindrical-coordinate representation of color #855D91: hue angle of 286.15º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #855D91 is Cyan = 0.08, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 133 | 93 | 145 | - |
| CMYK | 0.08 | 0.36 | 0 | 0.43 |
| HSL | 286.15º | 0.22% | 0.47% | - |
| HSV(B) | 286.15º | 0.36% | 0.57% | - |
| XYZ | 18.7 | 14.86 | 28.67 | - |
| YUV | 110.89 | 147.25 | 143.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 93 | 145 | 0.08 | 0.36 | 0 | 0.43 | 286.15 | 0.22 | 0.47 |
| Hex | 85 | 5D | 91 | 8 | 24 | 0 | 2B | 11E | 16 | 2F |
| Octal | 205 | 135 | 221 | 10 | 44 | 0 | 53 | 436 | 26 | 57 |
| Binary | 10000101 | 1011101 | 10010001 | 1000 | 100100 | 0 | 101011 | 100011110 | 10110 | 101111 |
Color Harmonies of #855D91
Complementary color
Monochromatic Colors of #855D91
Black with #855D91
Text Example
Text Example
White with #855D91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855D91; }
p { color: rgb(133,93,145); }
H1.HeaderClassName
{
color: #855D91;
}
.AnyTagClassName
{
color: #855D91;
}
</style>
background-color css
<style>
a { background-color: #855D91; }
a { background-color: rgb(133,93,145); }
div.DivClassName
{
background-color: #855D91;
}
.BgClassName
{
background-color: #855D91;
}
</style>
border-color css
<style>
span { border-color: #855D91; }
span { border-color: rgb(133,93,145); }
td.TdClassName
{
border-color: #855D91;
}
.TagClassName
{
border-color: #855D91;
}
</style>