Shades of Studio #84539E
Tints of Studio #84539E
RGB
CMYK
RGB Variations
Color information
#84539E (or 0x84539E) is known color: Studio. HEX triplet: 84, 53 and 9E. RGB value is (132,83,158). Sum of RGB (Red+Green+Blue) = 132+83+158=373 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.39% from 373); Green value is 83 (32.81% from 255 or 22.25% from 373); Blue value is 158 (62.11% from 255 or 42.36% from 373); Max value from RGB is 158 - color contains mainly: blue. Hex color #84539E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #84539E is #7BAC61. Grayscale: #696969. Windows color (decimal): -8105058 or 10376068. OLE color: 10376068.
HSL color Cylindrical-coordinate representation of color #84539E: hue angle of 279.2º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #84539E is Cyan = 0.16, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 132 | 83 | 158 | - |
| CMYK | 0.16 | 0.47 | 0 | 0.38 |
| HSL | 279.2º | 0.31% | 0.47% | - |
| HSV(B) | 279.2º | 0.47% | 0.62% | - |
| XYZ | 18.78 | 13.56 | 33.98 | - |
| YUV | 106.2 | 157.23 | 146.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 83 | 158 | 0.16 | 0.47 | 0 | 0.38 | 279.2 | 0.31 | 0.47 |
| Hex | 84 | 53 | 9E | 10 | 2F | 0 | 26 | 117 | 1F | 2F |
| Octal | 204 | 123 | 236 | 20 | 57 | 0 | 46 | 427 | 37 | 57 |
| Binary | 10000100 | 1010011 | 10011110 | 10000 | 101111 | 0 | 100110 | 100010111 | 11111 | 101111 |
Color Harmonies of #84539E
Complementary color
Monochromatic Colors of #84539E
Black with #84539E
Text Example
Text Example
White with #84539E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84539E; }
p { color: rgb(132,83,158); }
H1.HeaderClassName
{
color: #84539E;
}
.AnyTagClassName
{
color: #84539E;
}
</style>
background-color css
<style>
a { background-color: #84539E; }
a { background-color: rgb(132,83,158); }
div.DivClassName
{
background-color: #84539E;
}
.BgClassName
{
background-color: #84539E;
}
</style>
border-color css
<style>
span { border-color: #84539E; }
span { border-color: rgb(132,83,158); }
td.TdClassName
{
border-color: #84539E;
}
.TagClassName
{
border-color: #84539E;
}
</style>