Shades of Studio #84529D
Tints of Studio #84529D
RGB
CMYK
RGB Variations
Color information
#84529D (or 0x84529D) is known color: Studio. HEX triplet: 84, 52 and 9D. RGB value is (132,82,157). Sum of RGB (Red+Green+Blue) = 132+82+157=371 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.58% from 371); Green value is 82 (32.42% from 255 or 22.10% from 371); Blue value is 157 (61.72% from 255 or 42.32% from 371); Max value from RGB is 157 - color contains mainly: blue. Hex color #84529D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #84529D is #7BAD62. Grayscale: #696969. Windows color (decimal): -8105315 or 10310276. OLE color: 10310276.
HSL color Cylindrical-coordinate representation of color #84529D: hue angle of 280º degrees, saturation: 0.31, 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 #84529D is Cyan = 0.16, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 132 | 82 | 157 | - |
| CMYK | 0.16 | 0.48 | 0 | 0.38 |
| HSL | 280º | 0.31% | 0.47% | - |
| HSV(B) | 280º | 0.48% | 0.62% | - |
| XYZ | 18.62 | 13.37 | 33.5 | - |
| YUV | 105.5 | 157.07 | 146.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 82 | 157 | 0.16 | 0.48 | 0 | 0.38 | 280 | 0.31 | 0.47 |
| Hex | 84 | 52 | 9D | 10 | 30 | 0 | 26 | 118 | 1F | 2F |
| Octal | 204 | 122 | 235 | 20 | 60 | 0 | 46 | 430 | 37 | 57 |
| Binary | 10000100 | 1010010 | 10011101 | 10000 | 110000 | 0 | 100110 | 100011000 | 11111 | 101111 |
Color Harmonies of #84529D
Complementary color
Monochromatic Colors of #84529D
Black with #84529D
Text Example
Text Example
White with #84529D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84529D; }
p { color: rgb(132,82,157); }
H1.HeaderClassName
{
color: #84529D;
}
.AnyTagClassName
{
color: #84529D;
}
</style>
background-color css
<style>
a { background-color: #84529D; }
a { background-color: rgb(132,82,157); }
div.DivClassName
{
background-color: #84529D;
}
.BgClassName
{
background-color: #84529D;
}
</style>
border-color css
<style>
span { border-color: #84529D; }
span { border-color: rgb(132,82,157); }
td.TdClassName
{
border-color: #84529D;
}
.TagClassName
{
border-color: #84529D;
}
</style>