Shades of Studio #844AA1
Tints of Studio #844AA1
RGB
CMYK
RGB Variations
Color information
#844AA1 (or 0x844AA1) is known color: Studio. HEX triplet: 84, 4A and A1. RGB value is (132,74,161). Sum of RGB (Red+Green+Blue) = 132+74+161=367 (48% of max value = 765). Red value is 132 (51.95% from 255 or 35.97% from 367); Green value is 74 (29.30% from 255 or 20.16% from 367); Blue value is 161 (63.28% from 255 or 43.87% from 367); Max value from RGB is 161 - color contains mainly: blue. Hex color #844AA1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #844AA1 is #7BB55E. Grayscale: #646464. Windows color (decimal): -8107359 or 10570372. OLE color: 10570372.
HSL color Cylindrical-coordinate representation of color #844AA1: hue angle of 280º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #844AA1 is Cyan = 0.18, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 132 | 74 | 161 | - |
| CMYK | 0.18 | 0.54 | 0 | 0.37 |
| HSL | 280º | 0.37% | 0.46% | - |
| HSV(B) | 280º | 0.54% | 0.63% | - |
| XYZ | 18.4 | 12.38 | 35.14 | - |
| YUV | 101.26 | 161.72 | 149.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 74 | 161 | 0.18 | 0.54 | 0 | 0.37 | 280 | 0.37 | 0.46 |
| Hex | 84 | 4A | A1 | 12 | 36 | 0 | 25 | 118 | 25 | 2E |
| Octal | 204 | 112 | 241 | 22 | 66 | 0 | 45 | 430 | 45 | 56 |
| Binary | 10000100 | 1001010 | 10100001 | 10010 | 110110 | 0 | 100101 | 100011000 | 100101 | 101110 |
Color Harmonies of #844AA1
Complementary color
Monochromatic Colors of #844AA1
Black with #844AA1
Text Example
Text Example
White with #844AA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844AA1; }
p { color: rgb(132,74,161); }
H1.HeaderClassName
{
color: #844AA1;
}
.AnyTagClassName
{
color: #844AA1;
}
</style>
background-color css
<style>
a { background-color: #844AA1; }
a { background-color: rgb(132,74,161); }
div.DivClassName
{
background-color: #844AA1;
}
.BgClassName
{
background-color: #844AA1;
}
</style>
border-color css
<style>
span { border-color: #844AA1; }
span { border-color: rgb(132,74,161); }
td.TdClassName
{
border-color: #844AA1;
}
.TagClassName
{
border-color: #844AA1;
}
</style>