Shades of Studio #88529F
Tints of Studio #88529F
RGB
CMYK
RGB Variations
Color information
#88529F (or 0x88529F) is known color: Studio. HEX triplet: 88, 52 and 9F. RGB value is (136,82,159). Sum of RGB (Red+Green+Blue) = 136+82+159=377 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.07% from 377); Green value is 82 (32.42% from 255 or 21.75% from 377); Blue value is 159 (62.5% from 255 or 42.18% from 377); Max value from RGB is 159 - color contains mainly: blue. Hex color #88529F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #88529F is #77AD60. Grayscale: #6A6A6A. Windows color (decimal): -7843169 or 10441352. OLE color: 10441352.
HSL color Cylindrical-coordinate representation of color #88529F: hue angle of 282.08º 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 #88529F is Cyan = 0.14, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 136 | 82 | 159 | - |
| CMYK | 0.14 | 0.48 | 0 | 0.38 |
| HSL | 282.08º | 0.32% | 0.47% | - |
| HSV(B) | 282.08º | 0.48% | 0.62% | - |
| XYZ | 19.43 | 13.77 | 34.44 | - |
| YUV | 106.92 | 157.39 | 148.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 82 | 159 | 0.14 | 0.48 | 0 | 0.38 | 282.08 | 0.32 | 0.47 |
| Hex | 88 | 52 | 9F | E | 30 | 0 | 26 | 11A | 20 | 2F |
| Octal | 210 | 122 | 237 | 16 | 60 | 0 | 46 | 432 | 40 | 57 |
| Binary | 10001000 | 1010010 | 10011111 | 1110 | 110000 | 0 | 100110 | 100011010 | 100000 | 101111 |
Color Harmonies of #88529F
Complementary color
Monochromatic Colors of #88529F
Black with #88529F
Text Example
Text Example
White with #88529F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88529F; }
p { color: rgb(136,82,159); }
H1.HeaderClassName
{
color: #88529F;
}
.AnyTagClassName
{
color: #88529F;
}
</style>
background-color css
<style>
a { background-color: #88529F; }
a { background-color: rgb(136,82,159); }
div.DivClassName
{
background-color: #88529F;
}
.BgClassName
{
background-color: #88529F;
}
</style>
border-color css
<style>
span { border-color: #88529F; }
span { border-color: rgb(136,82,159); }
td.TdClassName
{
border-color: #88529F;
}
.TagClassName
{
border-color: #88529F;
}
</style>