Shades of Studio #84549D
Tints of Studio #84549D
RGB
CMYK
RGB Variations
Color information
#84549D (or 0x84549D) is known color: Studio. HEX triplet: 84, 54 and 9D. RGB value is (132,84,157). Sum of RGB (Red+Green+Blue) = 132+84+157=373 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.39% from 373); Green value is 84 (33.20% from 255 or 22.52% from 373); Blue value is 157 (61.72% from 255 or 42.09% from 373); Max value from RGB is 157 - color contains mainly: blue. Hex color #84549D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #84549D is #7BAB62. Grayscale: #6A6A6A. Windows color (decimal): -8104803 or 10310788. OLE color: 10310788.
HSL color Cylindrical-coordinate representation of color #84549D: hue angle of 279.45º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #84549D is Cyan = 0.16, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 132 | 84 | 157 | - |
| CMYK | 0.16 | 0.46 | 0 | 0.38 |
| HSL | 279.45º | 0.3% | 0.47% | - |
| HSV(B) | 279.45º | 0.46% | 0.62% | - |
| XYZ | 18.77 | 13.68 | 33.55 | - |
| YUV | 106.67 | 156.4 | 146.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 84 | 157 | 0.16 | 0.46 | 0 | 0.38 | 279.45 | 0.3 | 0.47 |
| Hex | 84 | 54 | 9D | 10 | 2E | 0 | 26 | 117 | 1E | 2F |
| Octal | 204 | 124 | 235 | 20 | 56 | 0 | 46 | 427 | 36 | 57 |
| Binary | 10000100 | 1010100 | 10011101 | 10000 | 101110 | 0 | 100110 | 100010111 | 11110 | 101111 |
Color Harmonies of #84549D
Complementary color
Monochromatic Colors of #84549D
Black with #84549D
Text Example
Text Example
White with #84549D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84549D; }
p { color: rgb(132,84,157); }
H1.HeaderClassName
{
color: #84549D;
}
.AnyTagClassName
{
color: #84549D;
}
</style>
background-color css
<style>
a { background-color: #84549D; }
a { background-color: rgb(132,84,157); }
div.DivClassName
{
background-color: #84549D;
}
.BgClassName
{
background-color: #84549D;
}
</style>
border-color css
<style>
span { border-color: #84549D; }
span { border-color: rgb(132,84,157); }
td.TdClassName
{
border-color: #84549D;
}
.TagClassName
{
border-color: #84549D;
}
</style>