Shades of Studio #84519C
Tints of Studio #84519C
RGB
CMYK
RGB Variations
Color information
#84519C (or 0x84519C) is known color: Studio. HEX triplet: 84, 51 and 9C. RGB value is (132,81,156). Sum of RGB (Red+Green+Blue) = 132+81+156=369 (48% of max value = 765). Red value is 132 (51.95% from 255 or 35.77% from 369); Green value is 81 (32.03% from 255 or 21.95% from 369); Blue value is 156 (61.33% from 255 or 42.28% from 369); Max value from RGB is 156 - color contains mainly: blue. Hex color #84519C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #84519C is #7BAE63. Grayscale: #686868. Windows color (decimal): -8105572 or 10244484. OLE color: 10244484.
HSL color Cylindrical-coordinate representation of color #84519C: hue angle of 280.8º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #84519C is Cyan = 0.15, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 132 | 81 | 156 | - |
| CMYK | 0.15 | 0.48 | 0 | 0.39 |
| HSL | 280.8º | 0.32% | 0.46% | - |
| HSV(B) | 280.8º | 0.48% | 0.61% | - |
| XYZ | 18.46 | 13.19 | 33.03 | - |
| YUV | 104.8 | 156.9 | 147.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 81 | 156 | 0.15 | 0.48 | 0 | 0.39 | 280.8 | 0.32 | 0.46 |
| Hex | 84 | 51 | 9C | F | 30 | 0 | 27 | 119 | 20 | 2E |
| Octal | 204 | 121 | 234 | 17 | 60 | 0 | 47 | 431 | 40 | 56 |
| Binary | 10000100 | 1010001 | 10011100 | 1111 | 110000 | 0 | 100111 | 100011001 | 100000 | 101110 |
Color Harmonies of #84519C
Complementary color
Monochromatic Colors of #84519C
Black with #84519C
Text Example
Text Example
White with #84519C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84519C; }
p { color: rgb(132,81,156); }
H1.HeaderClassName
{
color: #84519C;
}
.AnyTagClassName
{
color: #84519C;
}
</style>
background-color css
<style>
a { background-color: #84519C; }
a { background-color: rgb(132,81,156); }
div.DivClassName
{
background-color: #84519C;
}
.BgClassName
{
background-color: #84519C;
}
</style>
border-color css
<style>
span { border-color: #84519C; }
span { border-color: rgb(132,81,156); }
td.TdClassName
{
border-color: #84519C;
}
.TagClassName
{
border-color: #84519C;
}
</style>