Shades of Studio #844DA0
Tints of Studio #844DA0
RGB
CMYK
RGB Variations
Color information
#844DA0 (or 0x844DA0) is known color: Studio. HEX triplet: 84, 4D and A0. RGB value is (132,77,160). Sum of RGB (Red+Green+Blue) = 132+77+160=369 (48% of max value = 765). Red value is 132 (51.95% from 255 or 35.77% from 369); Green value is 77 (30.47% from 255 or 20.87% from 369); Blue value is 160 (62.89% from 255 or 43.36% from 369); Max value from RGB is 160 - color contains mainly: blue. Hex color #844DA0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #844DA0 is #7BB25F. Grayscale: #666666. Windows color (decimal): -8106592 or 10505604. OLE color: 10505604.
HSL color Cylindrical-coordinate representation of color #844DA0: hue angle of 279.76º degrees, saturation: 0.35, 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 #844DA0 is Cyan = 0.17, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 132 | 77 | 160 | - |
| CMYK | 0.17 | 0.52 | 0 | 0.37 |
| HSL | 279.76º | 0.35% | 0.46% | - |
| HSV(B) | 279.76º | 0.52% | 0.63% | - |
| XYZ | 18.51 | 12.75 | 34.74 | - |
| YUV | 102.91 | 160.22 | 148.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 77 | 160 | 0.17 | 0.52 | 0 | 0.37 | 279.76 | 0.35 | 0.46 |
| Hex | 84 | 4D | A0 | 11 | 34 | 0 | 25 | 118 | 23 | 2E |
| Octal | 204 | 115 | 240 | 21 | 64 | 0 | 45 | 430 | 43 | 56 |
| Binary | 10000100 | 1001101 | 10100000 | 10001 | 110100 | 0 | 100101 | 100011000 | 100011 | 101110 |
Color Harmonies of #844DA0
Complementary color
Monochromatic Colors of #844DA0
Black with #844DA0
Text Example
Text Example
White with #844DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844DA0; }
p { color: rgb(132,77,160); }
H1.HeaderClassName
{
color: #844DA0;
}
.AnyTagClassName
{
color: #844DA0;
}
</style>
background-color css
<style>
a { background-color: #844DA0; }
a { background-color: rgb(132,77,160); }
div.DivClassName
{
background-color: #844DA0;
}
.BgClassName
{
background-color: #844DA0;
}
</style>
border-color css
<style>
span { border-color: #844DA0; }
span { border-color: rgb(132,77,160); }
td.TdClassName
{
border-color: #844DA0;
}
.TagClassName
{
border-color: #844DA0;
}
</style>