Shades of Studio #81529F
Tints of Studio #81529F
RGB
CMYK
RGB Variations
Color information
#81529F (or 0x81529F) is known color: Studio. HEX triplet: 81, 52 and 9F. RGB value is (129,82,159). Sum of RGB (Red+Green+Blue) = 129+82+159=370 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.86% from 370); Green value is 82 (32.42% from 255 or 22.16% from 370); Blue value is 159 (62.5% from 255 or 42.97% from 370); Max value from RGB is 159 - color contains mainly: blue. Hex color #81529F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #81529F is #7EAD60. Grayscale: #686868. Windows color (decimal): -8301921 or 10441345. OLE color: 10441345.
HSL color Cylindrical-coordinate representation of color #81529F: hue angle of 276.62º 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 #81529F is Cyan = 0.19, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 129 | 82 | 159 | - |
| CMYK | 0.19 | 0.48 | 0 | 0.38 |
| HSL | 276.62º | 0.32% | 0.47% | - |
| HSV(B) | 276.62º | 0.48% | 0.62% | - |
| XYZ | 18.33 | 13.2 | 34.38 | - |
| YUV | 104.83 | 158.57 | 145.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 82 | 159 | 0.19 | 0.48 | 0 | 0.38 | 276.62 | 0.32 | 0.47 |
| Hex | 81 | 52 | 9F | 13 | 30 | 0 | 26 | 115 | 20 | 2F |
| Octal | 201 | 122 | 237 | 23 | 60 | 0 | 46 | 425 | 40 | 57 |
| Binary | 10000001 | 1010010 | 10011111 | 10011 | 110000 | 0 | 100110 | 100010101 | 100000 | 101111 |
Color Harmonies of #81529F
Complementary color
Monochromatic Colors of #81529F
Black with #81529F
Text Example
Text Example
White with #81529F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81529F; }
p { color: rgb(129,82,159); }
H1.HeaderClassName
{
color: #81529F;
}
.AnyTagClassName
{
color: #81529F;
}
</style>
background-color css
<style>
a { background-color: #81529F; }
a { background-color: rgb(129,82,159); }
div.DivClassName
{
background-color: #81529F;
}
.BgClassName
{
background-color: #81529F;
}
</style>
border-color css
<style>
span { border-color: #81529F; }
span { border-color: rgb(129,82,159); }
td.TdClassName
{
border-color: #81529F;
}
.TagClassName
{
border-color: #81529F;
}
</style>