Shades of Studio #825AAD
Tints of Studio #825AAD
RGB
CMYK
RGB Variations
Color information
#825AAD (or 0x825AAD) is known color: Studio. HEX triplet: 82, 5A and AD. RGB value is (130,90,173). Sum of RGB (Red+Green+Blue) = 130+90+173=393 (52% of max value = 765). Red value is 130 (51.17% from 255 or 33.08% from 393); Green value is 90 (35.55% from 255 or 22.90% from 393); Blue value is 173 (67.97% from 255 or 44.02% from 393); Max value from RGB is 173 - color contains mainly: blue. Hex color #825AAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #825AAD is #7DA552. Grayscale: #6F6F6F. Windows color (decimal): -8234323 or 11360898. OLE color: 11360898.
HSL color Cylindrical-coordinate representation of color #825AAD: hue angle of 268.92º 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 #825AAD is Cyan = 0.25, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 130 | 90 | 173 | - |
| CMYK | 0.25 | 0.48 | 0 | 0.32 |
| HSL | 268.92º | 0.34% | 0.52% | - |
| HSV(B) | 268.92º | 0.48% | 0.68% | - |
| XYZ | 20.4 | 15.08 | 41.37 | - |
| YUV | 111.42 | 162.75 | 141.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 90 | 173 | 0.25 | 0.48 | 0 | 0.32 | 268.92 | 0.34 | 0.52 |
| Hex | 82 | 5A | AD | 19 | 30 | 0 | 20 | 10D | 22 | 34 |
| Octal | 202 | 132 | 255 | 31 | 60 | 0 | 40 | 415 | 42 | 64 |
| Binary | 10000010 | 1011010 | 10101101 | 11001 | 110000 | 0 | 100000 | 100001101 | 100010 | 110100 |
Color Harmonies of #825AAD
Complementary color
Monochromatic Colors of #825AAD
Black with #825AAD
Text Example
Text Example
White with #825AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #825AAD; }
p { color: rgb(130,90,173); }
H1.HeaderClassName
{
color: #825AAD;
}
.AnyTagClassName
{
color: #825AAD;
}
</style>
background-color css
<style>
a { background-color: #825AAD; }
a { background-color: rgb(130,90,173); }
div.DivClassName
{
background-color: #825AAD;
}
.BgClassName
{
background-color: #825AAD;
}
</style>
border-color css
<style>
span { border-color: #825AAD; }
span { border-color: rgb(130,90,173); }
td.TdClassName
{
border-color: #825AAD;
}
.TagClassName
{
border-color: #825AAD;
}
</style>