Shades of Studio #844EA1
Tints of Studio #844EA1
RGB
CMYK
RGB Variations
Color information
#844EA1 (or 0x844EA1) is known color: Studio. HEX triplet: 84, 4E and A1. RGB value is (132,78,161). Sum of RGB (Red+Green+Blue) = 132+78+161=371 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.58% from 371); Green value is 78 (30.86% from 255 or 21.02% from 371); Blue value is 161 (63.28% from 255 or 43.40% from 371); Max value from RGB is 161 - color contains mainly: blue. Hex color #844EA1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #844EA1 is #7BB15E. Grayscale: #676767. Windows color (decimal): -8106335 or 10571396. OLE color: 10571396.
HSL color Cylindrical-coordinate representation of color #844EA1: hue angle of 279.04º degrees, saturation: 0.35, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #844EA1 is Cyan = 0.18, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 132 | 78 | 161 | - |
| CMYK | 0.18 | 0.52 | 0 | 0.37 |
| HSL | 279.04º | 0.35% | 0.47% | - |
| HSV(B) | 279.04º | 0.52% | 0.63% | - |
| XYZ | 18.67 | 12.93 | 35.23 | - |
| YUV | 103.61 | 160.39 | 148.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 78 | 161 | 0.18 | 0.52 | 0 | 0.37 | 279.04 | 0.35 | 0.47 |
| Hex | 84 | 4E | A1 | 12 | 34 | 0 | 25 | 117 | 23 | 2F |
| Octal | 204 | 116 | 241 | 22 | 64 | 0 | 45 | 427 | 43 | 57 |
| Binary | 10000100 | 1001110 | 10100001 | 10010 | 110100 | 0 | 100101 | 100010111 | 100011 | 101111 |
Color Harmonies of #844EA1
Complementary color
Monochromatic Colors of #844EA1
Black with #844EA1
Text Example
Text Example
White with #844EA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844EA1; }
p { color: rgb(132,78,161); }
H1.HeaderClassName
{
color: #844EA1;
}
.AnyTagClassName
{
color: #844EA1;
}
</style>
background-color css
<style>
a { background-color: #844EA1; }
a { background-color: rgb(132,78,161); }
div.DivClassName
{
background-color: #844EA1;
}
.BgClassName
{
background-color: #844EA1;
}
</style>
border-color css
<style>
span { border-color: #844EA1; }
span { border-color: rgb(132,78,161); }
td.TdClassName
{
border-color: #844EA1;
}
.TagClassName
{
border-color: #844EA1;
}
</style>