Shades of Studio #82529B
Tints of Studio #82529B
RGB
CMYK
RGB Variations
Color information
#82529B (or 0x82529B) is known color: Studio. HEX triplet: 82, 52 and 9B. RGB value is (130,82,155). Sum of RGB (Red+Green+Blue) = 130+82+155=367 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.42% from 367); Green value is 82 (32.42% from 255 or 22.34% from 367); Blue value is 155 (60.94% from 255 or 42.23% from 367); Max value from RGB is 155 - color contains mainly: blue. Hex color #82529B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #82529B is #7DAD64. Grayscale: #686868. Windows color (decimal): -8236389 or 10179202. OLE color: 10179202.
HSL color Cylindrical-coordinate representation of color #82529B: hue angle of 279.45º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #82529B is Cyan = 0.16, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 130 | 82 | 155 | - |
| CMYK | 0.16 | 0.47 | 0 | 0.39 |
| HSL | 279.45º | 0.31% | 0.46% | - |
| HSV(B) | 279.45º | 0.47% | 0.61% | - |
| XYZ | 18.14 | 13.15 | 32.59 | - |
| YUV | 104.67 | 156.4 | 146.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 82 | 155 | 0.16 | 0.47 | 0 | 0.39 | 279.45 | 0.31 | 0.46 |
| Hex | 82 | 52 | 9B | 10 | 2F | 0 | 27 | 117 | 1F | 2E |
| Octal | 202 | 122 | 233 | 20 | 57 | 0 | 47 | 427 | 37 | 56 |
| Binary | 10000010 | 1010010 | 10011011 | 10000 | 101111 | 0 | 100111 | 100010111 | 11111 | 101110 |
Color Harmonies of #82529B
Complementary color
Monochromatic Colors of #82529B
Black with #82529B
Text Example
Text Example
White with #82529B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82529B; }
p { color: rgb(130,82,155); }
H1.HeaderClassName
{
color: #82529B;
}
.AnyTagClassName
{
color: #82529B;
}
</style>
background-color css
<style>
a { background-color: #82529B; }
a { background-color: rgb(130,82,155); }
div.DivClassName
{
background-color: #82529B;
}
.BgClassName
{
background-color: #82529B;
}
</style>
border-color css
<style>
span { border-color: #82529B; }
span { border-color: rgb(130,82,155); }
td.TdClassName
{
border-color: #82529B;
}
.TagClassName
{
border-color: #82529B;
}
</style>