Shades of Studio #825DA2
Tints of Studio #825DA2
RGB
CMYK
RGB Variations
Color information
#825DA2 (or 0x825DA2) is known color: Studio. HEX triplet: 82, 5D and A2. RGB value is (130,93,162). Sum of RGB (Red+Green+Blue) = 130+93+162=385 (50% of max value = 765). Red value is 130 (51.17% from 255 or 33.77% from 385); Green value is 93 (36.72% from 255 or 24.16% from 385); Blue value is 162 (63.67% from 255 or 42.08% from 385); Max value from RGB is 162 - color contains mainly: blue. Hex color #825DA2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #825DA2 is #7DA25D. Grayscale: #6F6F6F. Windows color (decimal): -8233566 or 10640770. OLE color: 10640770.
HSL color Cylindrical-coordinate representation of color #825DA2: hue angle of 272.17º degrees, saturation: 0.27, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #825DA2 is Cyan = 0.20, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 130 | 93 | 162 | - |
| CMYK | 0.20 | 0.43 | 0 | 0.36 |
| HSL | 272.17º | 0.27% | 0.5% | - |
| HSV(B) | 272.17º | 0.43% | 0.64% | - |
| XYZ | 19.64 | 15.18 | 36.08 | - |
| YUV | 111.93 | 156.26 | 140.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 93 | 162 | 0.20 | 0.43 | 0 | 0.36 | 272.17 | 0.27 | 0.5 |
| Hex | 82 | 5D | A2 | 14 | 2B | 0 | 24 | 110 | 1B | 32 |
| Octal | 202 | 135 | 242 | 24 | 53 | 0 | 44 | 420 | 33 | 62 |
| Binary | 10000010 | 1011101 | 10100010 | 10100 | 101011 | 0 | 100100 | 100010000 | 11011 | 110010 |
Color Harmonies of #825DA2
Complementary color
Monochromatic Colors of #825DA2
Black with #825DA2
Text Example
Text Example
White with #825DA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #825DA2; }
p { color: rgb(130,93,162); }
H1.HeaderClassName
{
color: #825DA2;
}
.AnyTagClassName
{
color: #825DA2;
}
</style>
background-color css
<style>
a { background-color: #825DA2; }
a { background-color: rgb(130,93,162); }
div.DivClassName
{
background-color: #825DA2;
}
.BgClassName
{
background-color: #825DA2;
}
</style>
border-color css
<style>
span { border-color: #825DA2; }
span { border-color: rgb(130,93,162); }
td.TdClassName
{
border-color: #825DA2;
}
.TagClassName
{
border-color: #825DA2;
}
</style>