Shades of Studio #85539E
Tints of Studio #85539E
RGB
CMYK
RGB Variations
Color information
#85539E (or 0x85539E) is known color: Studio. HEX triplet: 85, 53 and 9E. RGB value is (133,83,158). Sum of RGB (Red+Green+Blue) = 133+83+158=374 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.56% from 374); Green value is 83 (32.81% from 255 or 22.19% from 374); Blue value is 158 (62.11% from 255 or 42.25% from 374); Max value from RGB is 158 - color contains mainly: blue. Hex color #85539E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #85539E is #7AAC61. Grayscale: #6A6A6A. Windows color (decimal): -8039522 or 10376069. OLE color: 10376069.
HSL color Cylindrical-coordinate representation of color #85539E: hue angle of 280º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #85539E is Cyan = 0.16, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 133 | 83 | 158 | - |
| CMYK | 0.16 | 0.47 | 0 | 0.38 |
| HSL | 280º | 0.31% | 0.47% | - |
| HSV(B) | 280º | 0.47% | 0.62% | - |
| XYZ | 18.94 | 13.64 | 33.98 | - |
| YUV | 106.5 | 157.07 | 146.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 83 | 158 | 0.16 | 0.47 | 0 | 0.38 | 280 | 0.31 | 0.47 |
| Hex | 85 | 53 | 9E | 10 | 2F | 0 | 26 | 118 | 1F | 2F |
| Octal | 205 | 123 | 236 | 20 | 57 | 0 | 46 | 430 | 37 | 57 |
| Binary | 10000101 | 1010011 | 10011110 | 10000 | 101111 | 0 | 100110 | 100011000 | 11111 | 101111 |
Color Harmonies of #85539E
Complementary color
Monochromatic Colors of #85539E
Black with #85539E
Text Example
Text Example
White with #85539E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85539E; }
p { color: rgb(133,83,158); }
H1.HeaderClassName
{
color: #85539E;
}
.AnyTagClassName
{
color: #85539E;
}
</style>
background-color css
<style>
a { background-color: #85539E; }
a { background-color: rgb(133,83,158); }
div.DivClassName
{
background-color: #85539E;
}
.BgClassName
{
background-color: #85539E;
}
</style>
border-color css
<style>
span { border-color: #85539E; }
span { border-color: rgb(133,83,158); }
td.TdClassName
{
border-color: #85539E;
}
.TagClassName
{
border-color: #85539E;
}
</style>