Shades of Studio #86519E
Tints of Studio #86519E
RGB
CMYK
RGB Variations
Color information
#86519E (or 0x86519E) is known color: Studio. HEX triplet: 86, 51 and 9E. RGB value is (134,81,158). Sum of RGB (Red+Green+Blue) = 134+81+158=373 (49% of max value = 765). Red value is 134 (52.73% from 255 or 35.92% from 373); Green value is 81 (32.03% from 255 or 21.72% from 373); Blue value is 158 (62.11% from 255 or 42.36% from 373); Max value from RGB is 158 - color contains mainly: blue. Hex color #86519E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #86519E is #79AE61. Grayscale: #696969. Windows color (decimal): -7974498 or 10375558. OLE color: 10375558.
HSL color Cylindrical-coordinate representation of color #86519E: hue angle of 281.3º 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 #86519E is Cyan = 0.15, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 134 | 81 | 158 | - |
| CMYK | 0.15 | 0.49 | 0 | 0.38 |
| HSL | 281.3º | 0.32% | 0.47% | - |
| HSV(B) | 281.3º | 0.49% | 0.62% | - |
| XYZ | 18.95 | 13.42 | 33.94 | - |
| YUV | 105.63 | 157.56 | 148.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 81 | 158 | 0.15 | 0.49 | 0 | 0.38 | 281.3 | 0.32 | 0.47 |
| Hex | 86 | 51 | 9E | F | 31 | 0 | 26 | 119 | 20 | 2F |
| Octal | 206 | 121 | 236 | 17 | 61 | 0 | 46 | 431 | 40 | 57 |
| Binary | 10000110 | 1010001 | 10011110 | 1111 | 110001 | 0 | 100110 | 100011001 | 100000 | 101111 |
Color Harmonies of #86519E
Complementary color
Monochromatic Colors of #86519E
Black with #86519E
Text Example
Text Example
White with #86519E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86519E; }
p { color: rgb(134,81,158); }
H1.HeaderClassName
{
color: #86519E;
}
.AnyTagClassName
{
color: #86519E;
}
</style>
background-color css
<style>
a { background-color: #86519E; }
a { background-color: rgb(134,81,158); }
div.DivClassName
{
background-color: #86519E;
}
.BgClassName
{
background-color: #86519E;
}
</style>
border-color css
<style>
span { border-color: #86519E; }
span { border-color: rgb(134,81,158); }
td.TdClassName
{
border-color: #86519E;
}
.TagClassName
{
border-color: #86519E;
}
</style>