Shades of Studio #83539E
Tints of Studio #83539E
RGB
CMYK
RGB Variations
Color information
#83539E (or 0x83539E) is known color: Studio. HEX triplet: 83, 53 and 9E. RGB value is (131,83,158). Sum of RGB (Red+Green+Blue) = 131+83+158=372 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.22% from 372); Green value is 83 (32.81% from 255 or 22.31% 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 #83539E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #83539E is #7CAC61. Grayscale: #696969. Windows color (decimal): -8170594 or 10376067. OLE color: 10376067.
HSL color Cylindrical-coordinate representation of color #83539E: hue angle of 278.4º 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 #83539E is Cyan = 0.17, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 131 | 83 | 158 | - |
| CMYK | 0.17 | 0.47 | 0 | 0.38 |
| HSL | 278.4º | 0.31% | 0.47% | - |
| HSV(B) | 278.4º | 0.47% | 0.62% | - |
| XYZ | 18.62 | 13.48 | 33.97 | - |
| YUV | 105.9 | 157.4 | 145.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 83 | 158 | 0.17 | 0.47 | 0 | 0.38 | 278.4 | 0.31 | 0.47 |
| Hex | 83 | 53 | 9E | 11 | 2F | 0 | 26 | 116 | 1F | 2F |
| Octal | 203 | 123 | 236 | 21 | 57 | 0 | 46 | 426 | 37 | 57 |
| Binary | 10000011 | 1010011 | 10011110 | 10001 | 101111 | 0 | 100110 | 100010110 | 11111 | 101111 |
Color Harmonies of #83539E
Complementary color
Monochromatic Colors of #83539E
Black with #83539E
Text Example
Text Example
White with #83539E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83539E; }
p { color: rgb(131,83,158); }
H1.HeaderClassName
{
color: #83539E;
}
.AnyTagClassName
{
color: #83539E;
}
</style>
background-color css
<style>
a { background-color: #83539E; }
a { background-color: rgb(131,83,158); }
div.DivClassName
{
background-color: #83539E;
}
.BgClassName
{
background-color: #83539E;
}
</style>
border-color css
<style>
span { border-color: #83539E; }
span { border-color: rgb(131,83,158); }
td.TdClassName
{
border-color: #83539E;
}
.TagClassName
{
border-color: #83539E;
}
</style>