Shades of Studio #85559F
Tints of Studio #85559F
RGB
CMYK
RGB Variations
Color information
#85559F (or 0x85559F) is known color: Studio. HEX triplet: 85, 55 and 9F. RGB value is (133,85,159). Sum of RGB (Red+Green+Blue) = 133+85+159=377 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.28% from 377); Green value is 85 (33.59% from 255 or 22.55% from 377); Blue value is 159 (62.5% from 255 or 42.18% from 377); Max value from RGB is 159 - color contains mainly: blue. Hex color #85559F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #85559F is #7AAA60. Grayscale: #6B6B6B. Windows color (decimal): -8039009 or 10442117. OLE color: 10442117.
HSL color Cylindrical-coordinate representation of color #85559F: hue angle of 278.92º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #85559F is Cyan = 0.16, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 133 | 85 | 159 | - |
| CMYK | 0.16 | 0.47 | 0 | 0.38 |
| HSL | 278.92º | 0.3% | 0.48% | - |
| HSV(B) | 278.92º | 0.47% | 0.62% | - |
| XYZ | 19.18 | 13.99 | 34.49 | - |
| YUV | 107.79 | 156.9 | 145.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 85 | 159 | 0.16 | 0.47 | 0 | 0.38 | 278.92 | 0.3 | 0.48 |
| Hex | 85 | 55 | 9F | 10 | 2F | 0 | 26 | 117 | 1E | 30 |
| Octal | 205 | 125 | 237 | 20 | 57 | 0 | 46 | 427 | 36 | 60 |
| Binary | 10000101 | 1010101 | 10011111 | 10000 | 101111 | 0 | 100110 | 100010111 | 11110 | 110000 |
Color Harmonies of #85559F
Complementary color
Monochromatic Colors of #85559F
Black with #85559F
Text Example
Text Example
White with #85559F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85559F; }
p { color: rgb(133,85,159); }
H1.HeaderClassName
{
color: #85559F;
}
.AnyTagClassName
{
color: #85559F;
}
</style>
background-color css
<style>
a { background-color: #85559F; }
a { background-color: rgb(133,85,159); }
div.DivClassName
{
background-color: #85559F;
}
.BgClassName
{
background-color: #85559F;
}
</style>
border-color css
<style>
span { border-color: #85559F; }
span { border-color: rgb(133,85,159); }
td.TdClassName
{
border-color: #85559F;
}
.TagClassName
{
border-color: #85559F;
}
</style>