Shades of Studio #85519E
Tints of Studio #85519E
RGB
CMYK
RGB Variations
Color information
#85519E (or 0x85519E) is known color: Studio. HEX triplet: 85, 51 and 9E. RGB value is (133,81,158). Sum of RGB (Red+Green+Blue) = 133+81+158=372 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.75% from 372); Green value is 81 (32.03% from 255 or 21.77% from 372); Blue value is 158 (62.11% from 255 or 42.47% from 372); Max value from RGB is 158 - color contains mainly: blue. Hex color #85519E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #85519E is #7AAE61. Grayscale: #696969. Windows color (decimal): -8040034 or 10375557. OLE color: 10375557.
HSL color Cylindrical-coordinate representation of color #85519E: hue angle of 280.52º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #85519E is Cyan = 0.16, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 133 | 81 | 158 | - |
| CMYK | 0.16 | 0.49 | 0 | 0.38 |
| HSL | 280.52º | 0.32% | 0.47% | - |
| HSV(B) | 280.52º | 0.49% | 0.62% | - |
| XYZ | 18.79 | 13.34 | 33.93 | - |
| YUV | 105.33 | 157.73 | 147.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 81 | 158 | 0.16 | 0.49 | 0 | 0.38 | 280.52 | 0.32 | 0.47 |
| Hex | 85 | 51 | 9E | 10 | 31 | 0 | 26 | 119 | 20 | 2F |
| Octal | 205 | 121 | 236 | 20 | 61 | 0 | 46 | 431 | 40 | 57 |
| Binary | 10000101 | 1010001 | 10011110 | 10000 | 110001 | 0 | 100110 | 100011001 | 100000 | 101111 |
Color Harmonies of #85519E
Complementary color
Monochromatic Colors of #85519E
Black with #85519E
Text Example
Text Example
White with #85519E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85519E; }
p { color: rgb(133,81,158); }
H1.HeaderClassName
{
color: #85519E;
}
.AnyTagClassName
{
color: #85519E;
}
</style>
background-color css
<style>
a { background-color: #85519E; }
a { background-color: rgb(133,81,158); }
div.DivClassName
{
background-color: #85519E;
}
.BgClassName
{
background-color: #85519E;
}
</style>
border-color css
<style>
span { border-color: #85519E; }
span { border-color: rgb(133,81,158); }
td.TdClassName
{
border-color: #85519E;
}
.TagClassName
{
border-color: #85519E;
}
</style>