Shades of Studio #86539E
Tints of Studio #86539E
RGB
CMYK
RGB Variations
Color information
#86539E (or 0x86539E) is known color: Studio. HEX triplet: 86, 53 and 9E. RGB value is (134,83,158). Sum of RGB (Red+Green+Blue) = 134+83+158=375 (49% of max value = 765). Red value is 134 (52.73% from 255 or 35.73% from 375); Green value is 83 (32.81% from 255 or 22.13% from 375); Blue value is 158 (62.11% from 255 or 42.13% from 375); Max value from RGB is 158 - color contains mainly: blue. Hex color #86539E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #86539E is #79AC61. Grayscale: #6A6A6A. Windows color (decimal): -7973986 or 10376070. OLE color: 10376070.
HSL color Cylindrical-coordinate representation of color #86539E: hue angle of 280.8º 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 #86539E is Cyan = 0.15, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 134 | 83 | 158 | - |
| CMYK | 0.15 | 0.47 | 0 | 0.38 |
| HSL | 280.8º | 0.31% | 0.47% | - |
| HSV(B) | 280.8º | 0.47% | 0.62% | - |
| XYZ | 19.1 | 13.72 | 33.99 | - |
| YUV | 106.8 | 156.9 | 147.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 83 | 158 | 0.15 | 0.47 | 0 | 0.38 | 280.8 | 0.31 | 0.47 |
| Hex | 86 | 53 | 9E | F | 2F | 0 | 26 | 119 | 1F | 2F |
| Octal | 206 | 123 | 236 | 17 | 57 | 0 | 46 | 431 | 37 | 57 |
| Binary | 10000110 | 1010011 | 10011110 | 1111 | 101111 | 0 | 100110 | 100011001 | 11111 | 101111 |
Color Harmonies of #86539E
Complementary color
Monochromatic Colors of #86539E
Black with #86539E
Text Example
Text Example
White with #86539E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86539E; }
p { color: rgb(134,83,158); }
H1.HeaderClassName
{
color: #86539E;
}
.AnyTagClassName
{
color: #86539E;
}
</style>
background-color css
<style>
a { background-color: #86539E; }
a { background-color: rgb(134,83,158); }
div.DivClassName
{
background-color: #86539E;
}
.BgClassName
{
background-color: #86539E;
}
</style>
border-color css
<style>
span { border-color: #86539E; }
span { border-color: rgb(134,83,158); }
td.TdClassName
{
border-color: #86539E;
}
.TagClassName
{
border-color: #86539E;
}
</style>