Shades of Affair #855D94
Tints of Affair #855D94
RGB
CMYK
RGB Variations
Color information
#855D94 (or 0x855D94) is known color: Affair. HEX triplet: 85, 5D and 94. RGB value is (133,93,148). Sum of RGB (Red+Green+Blue) = 133+93+148=374 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.56% from 374); Green value is 93 (36.72% from 255 or 24.87% from 374); Blue value is 148 (58.20% from 255 or 39.57% from 374); Max value from RGB is 148 - color contains mainly: blue. Hex color #855D94 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #855D94 is #7AA26B. Grayscale: #6F6F6F. Windows color (decimal): -8036972 or 9723269. OLE color: 9723269.
HSL color Cylindrical-coordinate representation of color #855D94: hue angle of 283.64º degrees, saturation: 0.23, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #855D94 is Cyan = 0.10, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 133 | 93 | 148 | - |
| CMYK | 0.10 | 0.37 | 0 | 0.42 |
| HSL | 283.64º | 0.23% | 0.47% | - |
| HSV(B) | 283.64º | 0.37% | 0.58% | - |
| XYZ | 18.93 | 14.95 | 29.91 | - |
| YUV | 111.23 | 148.75 | 143.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 93 | 148 | 0.10 | 0.37 | 0 | 0.42 | 283.64 | 0.23 | 0.47 |
| Hex | 85 | 5D | 94 | A | 25 | 0 | 2A | 11C | 17 | 2F |
| Octal | 205 | 135 | 224 | 12 | 45 | 0 | 52 | 434 | 27 | 57 |
| Binary | 10000101 | 1011101 | 10010100 | 1010 | 100101 | 0 | 101010 | 100011100 | 10111 | 101111 |
Color Harmonies of #855D94
Complementary color
Monochromatic Colors of #855D94
Black with #855D94
Text Example
Text Example
White with #855D94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855D94; }
p { color: rgb(133,93,148); }
H1.HeaderClassName
{
color: #855D94;
}
.AnyTagClassName
{
color: #855D94;
}
</style>
background-color css
<style>
a { background-color: #855D94; }
a { background-color: rgb(133,93,148); }
div.DivClassName
{
background-color: #855D94;
}
.BgClassName
{
background-color: #855D94;
}
</style>
border-color css
<style>
span { border-color: #855D94; }
span { border-color: rgb(133,93,148); }
td.TdClassName
{
border-color: #855D94;
}
.TagClassName
{
border-color: #855D94;
}
</style>