Shades of Studio #86539D
Tints of Studio #86539D
RGB
CMYK
RGB Variations
Color information
#86539D (or 0x86539D) is known color: Studio. HEX triplet: 86, 53 and 9D. RGB value is (134,83,157). Sum of RGB (Red+Green+Blue) = 134+83+157=374 (49% of max value = 765). Red value is 134 (52.73% from 255 or 35.83% from 374); Green value is 83 (32.81% from 255 or 22.19% from 374); Blue value is 157 (61.72% from 255 or 41.98% from 374); Max value from RGB is 157 - color contains mainly: blue. Hex color #86539D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #86539D is #79AC62. Grayscale: #6A6A6A. Windows color (decimal): -7973987 or 10310534. OLE color: 10310534.
HSL color Cylindrical-coordinate representation of color #86539D: hue angle of 281.35º 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 #86539D is Cyan = 0.15, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 134 | 83 | 157 | - |
| CMYK | 0.15 | 0.47 | 0 | 0.38 |
| HSL | 281.35º | 0.31% | 0.47% | - |
| HSV(B) | 281.35º | 0.47% | 0.62% | - |
| XYZ | 19.01 | 13.69 | 33.54 | - |
| YUV | 106.69 | 156.4 | 147.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 83 | 157 | 0.15 | 0.47 | 0 | 0.38 | 281.35 | 0.31 | 0.47 |
| Hex | 86 | 53 | 9D | F | 2F | 0 | 26 | 119 | 1F | 2F |
| Octal | 206 | 123 | 235 | 17 | 57 | 0 | 46 | 431 | 37 | 57 |
| Binary | 10000110 | 1010011 | 10011101 | 1111 | 101111 | 0 | 100110 | 100011001 | 11111 | 101111 |
Color Harmonies of #86539D
Complementary color
Monochromatic Colors of #86539D
Black with #86539D
Text Example
Text Example
White with #86539D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86539D; }
p { color: rgb(134,83,157); }
H1.HeaderClassName
{
color: #86539D;
}
.AnyTagClassName
{
color: #86539D;
}
</style>
background-color css
<style>
a { background-color: #86539D; }
a { background-color: rgb(134,83,157); }
div.DivClassName
{
background-color: #86539D;
}
.BgClassName
{
background-color: #86539D;
}
</style>
border-color css
<style>
span { border-color: #86539D; }
span { border-color: rgb(134,83,157); }
td.TdClassName
{
border-color: #86539D;
}
.TagClassName
{
border-color: #86539D;
}
</style>