Shades of Studio #835BAF
Tints of Studio #835BAF
RGB
CMYK
RGB Variations
Color information
#835BAF (or 0x835BAF) is known color: Studio. HEX triplet: 83, 5B and AF. RGB value is (131,91,175). Sum of RGB (Red+Green+Blue) = 131+91+175=397 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.00% from 397); Green value is 91 (35.94% from 255 or 22.92% from 397); Blue value is 175 (68.75% from 255 or 44.08% from 397); Max value from RGB is 175 - color contains mainly: blue. Hex color #835BAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #835BAF is #7CA450. Grayscale: #707070. Windows color (decimal): -8168529 or 11492227. OLE color: 11492227.
HSL color Cylindrical-coordinate representation of color #835BAF: hue angle of 268.57º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #835BAF is Cyan = 0.25, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 131 | 91 | 175 | - |
| CMYK | 0.25 | 0.48 | 0 | 0.31 |
| HSL | 268.57º | 0.34% | 0.52% | - |
| HSV(B) | 268.57º | 0.48% | 0.69% | - |
| XYZ | 20.84 | 15.4 | 42.43 | - |
| YUV | 112.54 | 163.25 | 141.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 91 | 175 | 0.25 | 0.48 | 0 | 0.31 | 268.57 | 0.34 | 0.52 |
| Hex | 83 | 5B | AF | 19 | 30 | 0 | 1F | 10D | 22 | 34 |
| Octal | 203 | 133 | 257 | 31 | 60 | 0 | 37 | 415 | 42 | 64 |
| Binary | 10000011 | 1011011 | 10101111 | 11001 | 110000 | 0 | 11111 | 100001101 | 100010 | 110100 |
Color Harmonies of #835BAF
Complementary color
Monochromatic Colors of #835BAF
Black with #835BAF
Text Example
Text Example
White with #835BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #835BAF; }
p { color: rgb(131,91,175); }
H1.HeaderClassName
{
color: #835BAF;
}
.AnyTagClassName
{
color: #835BAF;
}
</style>
background-color css
<style>
a { background-color: #835BAF; }
a { background-color: rgb(131,91,175); }
div.DivClassName
{
background-color: #835BAF;
}
.BgClassName
{
background-color: #835BAF;
}
</style>
border-color css
<style>
span { border-color: #835BAF; }
span { border-color: rgb(131,91,175); }
td.TdClassName
{
border-color: #835BAF;
}
.TagClassName
{
border-color: #835BAF;
}
</style>