Shades of Studio #84599D
Tints of Studio #84599D
RGB
CMYK
RGB Variations
Color information
#84599D (or 0x84599D) is known color: Studio. HEX triplet: 84, 59 and 9D. RGB value is (132,89,157). Sum of RGB (Red+Green+Blue) = 132+89+157=378 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.92% from 378); Green value is 89 (35.16% from 255 or 23.54% from 378); Blue value is 157 (61.72% from 255 or 41.53% from 378); Max value from RGB is 157 - color contains mainly: blue. Hex color #84599D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #84599D is #7BA662. Grayscale: #6D6D6D. Windows color (decimal): -8103523 or 10312068. OLE color: 10312068.
HSL color Cylindrical-coordinate representation of color #84599D: hue angle of 277.94º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #84599D is Cyan = 0.16, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 132 | 89 | 157 | - |
| CMYK | 0.16 | 0.43 | 0 | 0.38 |
| HSL | 277.94º | 0.28% | 0.48% | - |
| HSV(B) | 277.94º | 0.43% | 0.62% | - |
| XYZ | 19.17 | 14.48 | 33.68 | - |
| YUV | 109.61 | 154.75 | 143.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 89 | 157 | 0.16 | 0.43 | 0 | 0.38 | 277.94 | 0.28 | 0.48 |
| Hex | 84 | 59 | 9D | 10 | 2B | 0 | 26 | 116 | 1C | 30 |
| Octal | 204 | 131 | 235 | 20 | 53 | 0 | 46 | 426 | 34 | 60 |
| Binary | 10000100 | 1011001 | 10011101 | 10000 | 101011 | 0 | 100110 | 100010110 | 11100 | 110000 |
Color Harmonies of #84599D
Complementary color
Monochromatic Colors of #84599D
Black with #84599D
Text Example
Text Example
White with #84599D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84599D; }
p { color: rgb(132,89,157); }
H1.HeaderClassName
{
color: #84599D;
}
.AnyTagClassName
{
color: #84599D;
}
</style>
background-color css
<style>
a { background-color: #84599D; }
a { background-color: rgb(132,89,157); }
div.DivClassName
{
background-color: #84599D;
}
.BgClassName
{
background-color: #84599D;
}
</style>
border-color css
<style>
span { border-color: #84599D; }
span { border-color: rgb(132,89,157); }
td.TdClassName
{
border-color: #84599D;
}
.TagClassName
{
border-color: #84599D;
}
</style>