Shades of Studio #844CA0
Tints of Studio #844CA0
RGB
CMYK
RGB Variations
Color information
#844CA0 (or 0x844CA0) is known color: Studio. HEX triplet: 84, 4C and A0. RGB value is (132,76,160). Sum of RGB (Red+Green+Blue) = 132+76+160=368 (48% of max value = 765). Red value is 132 (51.95% from 255 or 35.87% from 368); Green value is 76 (30.08% from 255 or 20.65% from 368); Blue value is 160 (62.89% from 255 or 43.48% from 368); Max value from RGB is 160 - color contains mainly: blue. Hex color #844CA0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #844CA0 is #7BB35F. Grayscale: #666666. Windows color (decimal): -8106848 or 10505348. OLE color: 10505348.
HSL color Cylindrical-coordinate representation of color #844CA0: hue angle of 280º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #844CA0 is Cyan = 0.17, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 132 | 76 | 160 | - |
| CMYK | 0.17 | 0.52 | 0 | 0.37 |
| HSL | 280º | 0.36% | 0.46% | - |
| HSV(B) | 280º | 0.53% | 0.63% | - |
| XYZ | 18.45 | 12.61 | 34.72 | - |
| YUV | 102.32 | 160.55 | 149.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 76 | 160 | 0.17 | 0.52 | 0 | 0.37 | 280 | 0.36 | 0.46 |
| Hex | 84 | 4C | A0 | 11 | 34 | 0 | 25 | 118 | 24 | 2E |
| Octal | 204 | 114 | 240 | 21 | 64 | 0 | 45 | 430 | 44 | 56 |
| Binary | 10000100 | 1001100 | 10100000 | 10001 | 110100 | 0 | 100101 | 100011000 | 100100 | 101110 |
Color Harmonies of #844CA0
Complementary color
Monochromatic Colors of #844CA0
Black with #844CA0
Text Example
Text Example
White with #844CA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844CA0; }
p { color: rgb(132,76,160); }
H1.HeaderClassName
{
color: #844CA0;
}
.AnyTagClassName
{
color: #844CA0;
}
</style>
background-color css
<style>
a { background-color: #844CA0; }
a { background-color: rgb(132,76,160); }
div.DivClassName
{
background-color: #844CA0;
}
.BgClassName
{
background-color: #844CA0;
}
</style>
border-color css
<style>
span { border-color: #844CA0; }
span { border-color: rgb(132,76,160); }
td.TdClassName
{
border-color: #844CA0;
}
.TagClassName
{
border-color: #844CA0;
}
</style>