Shades of Studio #84509F
Tints of Studio #84509F
RGB
CMYK
RGB Variations
Color information
#84509F (or 0x84509F) is known color: Studio. HEX triplet: 84, 50 and 9F. RGB value is (132,80,159). Sum of RGB (Red+Green+Blue) = 132+80+159=371 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.58% from 371); Green value is 80 (31.64% from 255 or 21.56% from 371); Blue value is 159 (62.5% from 255 or 42.86% from 371); Max value from RGB is 159 - color contains mainly: blue. Hex color #84509F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #84509F is #7BAF60. Grayscale: #686868. Windows color (decimal): -8105825 or 10440836. OLE color: 10440836.
HSL color Cylindrical-coordinate representation of color #84509F: hue angle of 279.49º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #84509F is Cyan = 0.17, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 132 | 80 | 159 | - |
| CMYK | 0.17 | 0.50 | 0 | 0.38 |
| HSL | 279.49º | 0.33% | 0.47% | - |
| HSV(B) | 279.49º | 0.5% | 0.62% | - |
| XYZ | 18.64 | 13.15 | 34.36 | - |
| YUV | 104.55 | 158.73 | 147.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 80 | 159 | 0.17 | 0.50 | 0 | 0.38 | 279.49 | 0.33 | 0.47 |
| Hex | 84 | 50 | 9F | 11 | 32 | 0 | 26 | 117 | 21 | 2F |
| Octal | 204 | 120 | 237 | 21 | 62 | 0 | 46 | 427 | 41 | 57 |
| Binary | 10000100 | 1010000 | 10011111 | 10001 | 110010 | 0 | 100110 | 100010111 | 100001 | 101111 |
Color Harmonies of #84509F
Complementary color
Monochromatic Colors of #84509F
Black with #84509F
Text Example
Text Example
White with #84509F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84509F; }
p { color: rgb(132,80,159); }
H1.HeaderClassName
{
color: #84509F;
}
.AnyTagClassName
{
color: #84509F;
}
</style>
background-color css
<style>
a { background-color: #84509F; }
a { background-color: rgb(132,80,159); }
div.DivClassName
{
background-color: #84509F;
}
.BgClassName
{
background-color: #84509F;
}
</style>
border-color css
<style>
span { border-color: #84509F; }
span { border-color: rgb(132,80,159); }
td.TdClassName
{
border-color: #84509F;
}
.TagClassName
{
border-color: #84509F;
}
</style>