Shades of Studio #844EAB
Tints of Studio #844EAB
RGB
CMYK
RGB Variations
Color information
#844EAB (or 0x844EAB) is known color: Studio. HEX triplet: 84, 4E and AB. RGB value is (132,78,171). Sum of RGB (Red+Green+Blue) = 132+78+171=381 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.65% from 381); Green value is 78 (30.86% from 255 or 20.47% from 381); Blue value is 171 (67.19% from 255 or 44.88% from 381); Max value from RGB is 171 - color contains mainly: blue. Hex color #844EAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #844EAB is #7BB154. Grayscale: #686868. Windows color (decimal): -8106325 or 11226756. OLE color: 11226756.
HSL color Cylindrical-coordinate representation of color #844EAB: hue angle of 274.84º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #844EAB is Cyan = 0.23, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 132 | 78 | 171 | - |
| CMYK | 0.23 | 0.54 | 0 | 0.33 |
| HSL | 274.84º | 0.37% | 0.49% | - |
| HSV(B) | 274.84º | 0.54% | 0.67% | - |
| XYZ | 19.59 | 13.29 | 40.06 | - |
| YUV | 104.75 | 165.39 | 147.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 78 | 171 | 0.23 | 0.54 | 0 | 0.33 | 274.84 | 0.37 | 0.49 |
| Hex | 84 | 4E | AB | 17 | 36 | 0 | 21 | 113 | 25 | 31 |
| Octal | 204 | 116 | 253 | 27 | 66 | 0 | 41 | 423 | 45 | 61 |
| Binary | 10000100 | 1001110 | 10101011 | 10111 | 110110 | 0 | 100001 | 100010011 | 100101 | 110001 |
Color Harmonies of #844EAB
Complementary color
Monochromatic Colors of #844EAB
Black with #844EAB
Text Example
Text Example
White with #844EAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844EAB; }
p { color: rgb(132,78,171); }
H1.HeaderClassName
{
color: #844EAB;
}
.AnyTagClassName
{
color: #844EAB;
}
</style>
background-color css
<style>
a { background-color: #844EAB; }
a { background-color: rgb(132,78,171); }
div.DivClassName
{
background-color: #844EAB;
}
.BgClassName
{
background-color: #844EAB;
}
</style>
border-color css
<style>
span { border-color: #844EAB; }
span { border-color: rgb(132,78,171); }
td.TdClassName
{
border-color: #844EAB;
}
.TagClassName
{
border-color: #844EAB;
}
</style>