Shades of Studio #844CAC
Tints of Studio #844CAC
RGB
CMYK
RGB Variations
Color information
#844CAC (or 0x844CAC) is known color: Studio. HEX triplet: 84, 4C and AC. RGB value is (132,76,172). Sum of RGB (Red+Green+Blue) = 132+76+172=380 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.74% from 380); Green value is 76 (30.08% from 255 or 20% from 380); Blue value is 172 (67.58% from 255 or 45.26% from 380); Max value from RGB is 172 - color contains mainly: blue. Hex color #844CAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #844CAC is #7BB353. Grayscale: #676767. Windows color (decimal): -8106836 or 11291780. OLE color: 11291780.
HSL color Cylindrical-coordinate representation of color #844CAC: hue angle of 275º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #844CAC is Cyan = 0.23, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 132 | 76 | 172 | - |
| CMYK | 0.23 | 0.56 | 0 | 0.33 |
| HSL | 275º | 0.39% | 0.49% | - |
| HSV(B) | 275º | 0.56% | 0.67% | - |
| XYZ | 19.55 | 13.05 | 40.52 | - |
| YUV | 103.69 | 166.55 | 148.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 76 | 172 | 0.23 | 0.56 | 0 | 0.33 | 275 | 0.39 | 0.49 |
| Hex | 84 | 4C | AC | 17 | 38 | 0 | 21 | 113 | 27 | 31 |
| Octal | 204 | 114 | 254 | 27 | 70 | 0 | 41 | 423 | 47 | 61 |
| Binary | 10000100 | 1001100 | 10101100 | 10111 | 111000 | 0 | 100001 | 100010011 | 100111 | 110001 |
Color Harmonies of #844CAC
Complementary color
Monochromatic Colors of #844CAC
Black with #844CAC
Text Example
Text Example
White with #844CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844CAC; }
p { color: rgb(132,76,172); }
H1.HeaderClassName
{
color: #844CAC;
}
.AnyTagClassName
{
color: #844CAC;
}
</style>
background-color css
<style>
a { background-color: #844CAC; }
a { background-color: rgb(132,76,172); }
div.DivClassName
{
background-color: #844CAC;
}
.BgClassName
{
background-color: #844CAC;
}
</style>
border-color css
<style>
span { border-color: #844CAC; }
span { border-color: rgb(132,76,172); }
td.TdClassName
{
border-color: #844CAC;
}
.TagClassName
{
border-color: #844CAC;
}
</style>