Shades of Studio #835AAF
Tints of Studio #835AAF
RGB
CMYK
RGB Variations
Color information
#835AAF (or 0x835AAF) is known color: Studio. HEX triplet: 83, 5A and AF. RGB value is (131,90,175). Sum of RGB (Red+Green+Blue) = 131+90+175=396 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.08% from 396); Green value is 90 (35.55% from 255 or 22.73% from 396); Blue value is 175 (68.75% from 255 or 44.19% from 396); Max value from RGB is 175 - color contains mainly: blue. Hex color #835AAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #835AAF is #7CA550. Grayscale: #6F6F6F. Windows color (decimal): -8168785 or 11491971. OLE color: 11491971.
HSL color Cylindrical-coordinate representation of color #835AAF: hue angle of 268.94º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #835AAF is Cyan = 0.25, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 131 | 90 | 175 | - |
| CMYK | 0.25 | 0.49 | 0 | 0.31 |
| HSL | 268.94º | 0.35% | 0.52% | - |
| HSV(B) | 268.94º | 0.49% | 0.69% | - |
| XYZ | 20.75 | 15.23 | 42.4 | - |
| YUV | 111.95 | 163.58 | 141.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 90 | 175 | 0.25 | 0.49 | 0 | 0.31 | 268.94 | 0.35 | 0.52 |
| Hex | 83 | 5A | AF | 19 | 31 | 0 | 1F | 10D | 23 | 34 |
| Octal | 203 | 132 | 257 | 31 | 61 | 0 | 37 | 415 | 43 | 64 |
| Binary | 10000011 | 1011010 | 10101111 | 11001 | 110001 | 0 | 11111 | 100001101 | 100011 | 110100 |
Color Harmonies of #835AAF
Complementary color
Monochromatic Colors of #835AAF
Black with #835AAF
Text Example
Text Example
White with #835AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #835AAF; }
p { color: rgb(131,90,175); }
H1.HeaderClassName
{
color: #835AAF;
}
.AnyTagClassName
{
color: #835AAF;
}
</style>
background-color css
<style>
a { background-color: #835AAF; }
a { background-color: rgb(131,90,175); }
div.DivClassName
{
background-color: #835AAF;
}
.BgClassName
{
background-color: #835AAF;
}
</style>
border-color css
<style>
span { border-color: #835AAF; }
span { border-color: rgb(131,90,175); }
td.TdClassName
{
border-color: #835AAF;
}
.TagClassName
{
border-color: #835AAF;
}
</style>