Shades of Studio #82529F
Tints of Studio #82529F
RGB
CMYK
RGB Variations
Color information
#82529F (or 0x82529F) is known color: Studio. HEX triplet: 82, 52 and 9F. RGB value is (130,82,159). Sum of RGB (Red+Green+Blue) = 130+82+159=371 (49% of max value = 765). Red value is 130 (51.17% from 255 or 35.04% from 371); Green value is 82 (32.42% from 255 or 22.10% from 371); Blue value is 159 (62.5% from 255 or 42.86% from 371); Max value from RGB is 159 - color contains mainly: blue. Hex color #82529F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #82529F is #7DAD60. Grayscale: #686868. Windows color (decimal): -8236385 or 10441346. OLE color: 10441346.
HSL color Cylindrical-coordinate representation of color #82529F: hue angle of 277.4º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #82529F is Cyan = 0.18, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 130 | 82 | 159 | - |
| CMYK | 0.18 | 0.48 | 0 | 0.38 |
| HSL | 277.4º | 0.32% | 0.47% | - |
| HSV(B) | 277.4º | 0.48% | 0.62% | - |
| XYZ | 18.48 | 13.28 | 34.39 | - |
| YUV | 105.13 | 158.4 | 145.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 82 | 159 | 0.18 | 0.48 | 0 | 0.38 | 277.4 | 0.32 | 0.47 |
| Hex | 82 | 52 | 9F | 12 | 30 | 0 | 26 | 115 | 20 | 2F |
| Octal | 202 | 122 | 237 | 22 | 60 | 0 | 46 | 425 | 40 | 57 |
| Binary | 10000010 | 1010010 | 10011111 | 10010 | 110000 | 0 | 100110 | 100010101 | 100000 | 101111 |
Color Harmonies of #82529F
Complementary color
Monochromatic Colors of #82529F
Black with #82529F
Text Example
Text Example
White with #82529F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82529F; }
p { color: rgb(130,82,159); }
H1.HeaderClassName
{
color: #82529F;
}
.AnyTagClassName
{
color: #82529F;
}
</style>
background-color css
<style>
a { background-color: #82529F; }
a { background-color: rgb(130,82,159); }
div.DivClassName
{
background-color: #82529F;
}
.BgClassName
{
background-color: #82529F;
}
</style>
border-color css
<style>
span { border-color: #82529F; }
span { border-color: rgb(130,82,159); }
td.TdClassName
{
border-color: #82529F;
}
.TagClassName
{
border-color: #82529F;
}
</style>