Shades of Studio #835BA9
Tints of Studio #835BA9
RGB
CMYK
RGB Variations
Color information
#835BA9 (or 0x835BA9) is known color: Studio. HEX triplet: 83, 5B and A9. RGB value is (131,91,169). Sum of RGB (Red+Green+Blue) = 131+91+169=391 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.50% from 391); Green value is 91 (35.94% from 255 or 23.27% from 391); Blue value is 169 (66.41% from 255 or 43.22% from 391); Max value from RGB is 169 - color contains mainly: blue. Hex color #835BA9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #835BA9 is #7CA456. Grayscale: #6F6F6F. Windows color (decimal): -8168535 or 11099011. OLE color: 11099011.
HSL color Cylindrical-coordinate representation of color #835BA9: hue angle of 270.77º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #835BA9 is Cyan = 0.22, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 131 | 91 | 169 | - |
| CMYK | 0.22 | 0.46 | 0 | 0.34 |
| HSL | 270.77º | 0.31% | 0.51% | - |
| HSV(B) | 270.77º | 0.46% | 0.66% | - |
| XYZ | 20.26 | 15.17 | 39.4 | - |
| YUV | 111.85 | 160.25 | 141.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 91 | 169 | 0.22 | 0.46 | 0 | 0.34 | 270.77 | 0.31 | 0.51 |
| Hex | 83 | 5B | A9 | 16 | 2E | 0 | 22 | 10F | 1F | 33 |
| Octal | 203 | 133 | 251 | 26 | 56 | 0 | 42 | 417 | 37 | 63 |
| Binary | 10000011 | 1011011 | 10101001 | 10110 | 101110 | 0 | 100010 | 100001111 | 11111 | 110011 |
Color Harmonies of #835BA9
Complementary color
Monochromatic Colors of #835BA9
Black with #835BA9
Text Example
Text Example
White with #835BA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #835BA9; }
p { color: rgb(131,91,169); }
H1.HeaderClassName
{
color: #835BA9;
}
.AnyTagClassName
{
color: #835BA9;
}
</style>
background-color css
<style>
a { background-color: #835BA9; }
a { background-color: rgb(131,91,169); }
div.DivClassName
{
background-color: #835BA9;
}
.BgClassName
{
background-color: #835BA9;
}
</style>
border-color css
<style>
span { border-color: #835BA9; }
span { border-color: rgb(131,91,169); }
td.TdClassName
{
border-color: #835BA9;
}
.TagClassName
{
border-color: #835BA9;
}
</style>