Shades of Studio #835AAE
Tints of Studio #835AAE
RGB
CMYK
RGB Variations
Color information
#835AAE (or 0x835AAE) is known color: Studio. HEX triplet: 83, 5A and AE. RGB value is (131,90,174). Sum of RGB (Red+Green+Blue) = 131+90+174=395 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.16% from 395); Green value is 90 (35.55% from 255 or 22.78% from 395); Blue value is 174 (68.36% from 255 or 44.05% from 395); Max value from RGB is 174 - color contains mainly: blue. Hex color #835AAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #835AAE is #7CA551. Grayscale: #6F6F6F. Windows color (decimal): -8168786 or 11426435. OLE color: 11426435.
HSL color Cylindrical-coordinate representation of color #835AAE: hue angle of 269.29º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #835AAE is Cyan = 0.25, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 131 | 90 | 174 | - |
| CMYK | 0.25 | 0.48 | 0 | 0.32 |
| HSL | 269.29º | 0.34% | 0.52% | - |
| HSV(B) | 269.29º | 0.48% | 0.68% | - |
| XYZ | 20.66 | 15.19 | 41.89 | - |
| YUV | 111.84 | 163.08 | 141.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 90 | 174 | 0.25 | 0.48 | 0 | 0.32 | 269.29 | 0.34 | 0.52 |
| Hex | 83 | 5A | AE | 19 | 30 | 0 | 20 | 10D | 22 | 34 |
| Octal | 203 | 132 | 256 | 31 | 60 | 0 | 40 | 415 | 42 | 64 |
| Binary | 10000011 | 1011010 | 10101110 | 11001 | 110000 | 0 | 100000 | 100001101 | 100010 | 110100 |
Color Harmonies of #835AAE
Complementary color
Monochromatic Colors of #835AAE
Black with #835AAE
Text Example
Text Example
White with #835AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #835AAE; }
p { color: rgb(131,90,174); }
H1.HeaderClassName
{
color: #835AAE;
}
.AnyTagClassName
{
color: #835AAE;
}
</style>
background-color css
<style>
a { background-color: #835AAE; }
a { background-color: rgb(131,90,174); }
div.DivClassName
{
background-color: #835AAE;
}
.BgClassName
{
background-color: #835AAE;
}
</style>
border-color css
<style>
span { border-color: #835AAE; }
span { border-color: rgb(131,90,174); }
td.TdClassName
{
border-color: #835AAE;
}
.TagClassName
{
border-color: #835AAE;
}
</style>