Shades of Studio #835BA2
Tints of Studio #835BA2
RGB
CMYK
RGB Variations
Color information
#835BA2 (or 0x835BA2) is known color: Studio. HEX triplet: 83, 5B and A2. RGB value is (131,91,162). Sum of RGB (Red+Green+Blue) = 131+91+162=384 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.11% from 384); Green value is 91 (35.94% from 255 or 23.70% from 384); Blue value is 162 (63.67% from 255 or 42.19% from 384); Max value from RGB is 162 - color contains mainly: blue. Hex color #835BA2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #835BA2 is #7CA45D. Grayscale: #6E6E6E. Windows color (decimal): -8168542 or 10640259. OLE color: 10640259.
HSL color Cylindrical-coordinate representation of color #835BA2: hue angle of 273.8º degrees, saturation: 0.28, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #835BA2 is Cyan = 0.19, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 131 | 91 | 162 | - |
| CMYK | 0.19 | 0.44 | 0 | 0.36 |
| HSL | 273.8º | 0.28% | 0.5% | - |
| HSV(B) | 273.8º | 0.44% | 0.64% | - |
| XYZ | 19.62 | 14.92 | 36.03 | - |
| YUV | 111.05 | 156.75 | 142.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 91 | 162 | 0.19 | 0.44 | 0 | 0.36 | 273.8 | 0.28 | 0.5 |
| Hex | 83 | 5B | A2 | 13 | 2C | 0 | 24 | 112 | 1C | 32 |
| Octal | 203 | 133 | 242 | 23 | 54 | 0 | 44 | 422 | 34 | 62 |
| Binary | 10000011 | 1011011 | 10100010 | 10011 | 101100 | 0 | 100100 | 100010010 | 11100 | 110010 |
Color Harmonies of #835BA2
Complementary color
Monochromatic Colors of #835BA2
Black with #835BA2
Text Example
Text Example
White with #835BA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #835BA2; }
p { color: rgb(131,91,162); }
H1.HeaderClassName
{
color: #835BA2;
}
.AnyTagClassName
{
color: #835BA2;
}
</style>
background-color css
<style>
a { background-color: #835BA2; }
a { background-color: rgb(131,91,162); }
div.DivClassName
{
background-color: #835BA2;
}
.BgClassName
{
background-color: #835BA2;
}
</style>
border-color css
<style>
span { border-color: #835BA2; }
span { border-color: rgb(131,91,162); }
td.TdClassName
{
border-color: #835BA2;
}
.TagClassName
{
border-color: #835BA2;
}
</style>