Shades of Studio #825AA0
Tints of Studio #825AA0
RGB
CMYK
RGB Variations
Color information
#825AA0 (or 0x825AA0) is known color: Studio. HEX triplet: 82, 5A and A0. RGB value is (130,90,160). Sum of RGB (Red+Green+Blue) = 130+90+160=380 (50% of max value = 765). Red value is 130 (51.17% from 255 or 34.21% from 380); Green value is 90 (35.55% from 255 or 23.68% from 380); Blue value is 160 (62.89% from 255 or 42.11% from 380); Max value from RGB is 160 - color contains mainly: blue. Hex color #825AA0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #825AA0 is #7DA55F. Grayscale: #6D6D6D. Windows color (decimal): -8234336 or 10508930. OLE color: 10508930.
HSL color Cylindrical-coordinate representation of color #825AA0: hue angle of 274.29º degrees, saturation: 0.28, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #825AA0 is Cyan = 0.19, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 130 | 90 | 160 | - |
| CMYK | 0.19 | 0.44 | 0 | 0.37 |
| HSL | 274.29º | 0.28% | 0.49% | - |
| HSV(B) | 274.29º | 0.44% | 0.63% | - |
| XYZ | 19.21 | 14.6 | 35.06 | - |
| YUV | 109.94 | 156.25 | 142.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 90 | 160 | 0.19 | 0.44 | 0 | 0.37 | 274.29 | 0.28 | 0.49 |
| Hex | 82 | 5A | A0 | 13 | 2C | 0 | 25 | 112 | 1C | 31 |
| Octal | 202 | 132 | 240 | 23 | 54 | 0 | 45 | 422 | 34 | 61 |
| Binary | 10000010 | 1011010 | 10100000 | 10011 | 101100 | 0 | 100101 | 100010010 | 11100 | 110001 |
Color Harmonies of #825AA0
Complementary color
Monochromatic Colors of #825AA0
Black with #825AA0
Text Example
Text Example
White with #825AA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #825AA0; }
p { color: rgb(130,90,160); }
H1.HeaderClassName
{
color: #825AA0;
}
.AnyTagClassName
{
color: #825AA0;
}
</style>
background-color css
<style>
a { background-color: #825AA0; }
a { background-color: rgb(130,90,160); }
div.DivClassName
{
background-color: #825AA0;
}
.BgClassName
{
background-color: #825AA0;
}
</style>
border-color css
<style>
span { border-color: #825AA0; }
span { border-color: rgb(130,90,160); }
td.TdClassName
{
border-color: #825AA0;
}
.TagClassName
{
border-color: #825AA0;
}
</style>