Shades of Studio #844EAC
Tints of Studio #844EAC
RGB
CMYK
RGB Variations
Color information
#844EAC (or 0x844EAC) is known color: Studio. HEX triplet: 84, 4E and AC. RGB value is (132,78,172). Sum of RGB (Red+Green+Blue) = 132+78+172=382 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.55% from 382); Green value is 78 (30.86% from 255 or 20.42% from 382); Blue value is 172 (67.58% from 255 or 45.03% from 382); Max value from RGB is 172 - color contains mainly: blue. Hex color #844EAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #844EAC is #7BB153. Grayscale: #686868. Windows color (decimal): -8106324 or 11292292. OLE color: 11292292.
HSL color Cylindrical-coordinate representation of color #844EAC: hue angle of 274.47º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #844EAC is Cyan = 0.23, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 132 | 78 | 172 | - |
| CMYK | 0.23 | 0.55 | 0 | 0.33 |
| HSL | 274.47º | 0.38% | 0.49% | - |
| HSV(B) | 274.47º | 0.55% | 0.67% | - |
| XYZ | 19.69 | 13.33 | 40.57 | - |
| YUV | 104.86 | 165.89 | 147.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 78 | 172 | 0.23 | 0.55 | 0 | 0.33 | 274.47 | 0.38 | 0.49 |
| Hex | 84 | 4E | AC | 17 | 37 | 0 | 21 | 112 | 26 | 31 |
| Octal | 204 | 116 | 254 | 27 | 67 | 0 | 41 | 422 | 46 | 61 |
| Binary | 10000100 | 1001110 | 10101100 | 10111 | 110111 | 0 | 100001 | 100010010 | 100110 | 110001 |
Color Harmonies of #844EAC
Complementary color
Monochromatic Colors of #844EAC
Black with #844EAC
Text Example
Text Example
White with #844EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844EAC; }
p { color: rgb(132,78,172); }
H1.HeaderClassName
{
color: #844EAC;
}
.AnyTagClassName
{
color: #844EAC;
}
</style>
background-color css
<style>
a { background-color: #844EAC; }
a { background-color: rgb(132,78,172); }
div.DivClassName
{
background-color: #844EAC;
}
.BgClassName
{
background-color: #844EAC;
}
</style>
border-color css
<style>
span { border-color: #844EAC; }
span { border-color: rgb(132,78,172); }
td.TdClassName
{
border-color: #844EAC;
}
.TagClassName
{
border-color: #844EAC;
}
</style>