Shades of Studio #844DAB
Tints of Studio #844DAB
RGB
CMYK
RGB Variations
Color information
#844DAB (or 0x844DAB) is known color: Studio. HEX triplet: 84, 4D and AB. RGB value is (132,77,171). Sum of RGB (Red+Green+Blue) = 132+77+171=380 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.74% from 380); Green value is 77 (30.47% from 255 or 20.26% from 380); Blue value is 171 (67.19% from 255 or 45% from 380); Max value from RGB is 171 - color contains mainly: blue. Hex color #844DAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #844DAB is #7BB254. Grayscale: #676767. Windows color (decimal): -8106581 or 11226500. OLE color: 11226500.
HSL color Cylindrical-coordinate representation of color #844DAB: hue angle of 275.11º 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 #844DAB is Cyan = 0.23, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 132 | 77 | 171 | - |
| CMYK | 0.23 | 0.55 | 0 | 0.33 |
| HSL | 275.11º | 0.38% | 0.49% | - |
| HSV(B) | 275.11º | 0.55% | 0.67% | - |
| XYZ | 19.52 | 13.15 | 40.04 | - |
| YUV | 104.16 | 165.72 | 147.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 77 | 171 | 0.23 | 0.55 | 0 | 0.33 | 275.11 | 0.38 | 0.49 |
| Hex | 84 | 4D | AB | 17 | 37 | 0 | 21 | 113 | 26 | 31 |
| Octal | 204 | 115 | 253 | 27 | 67 | 0 | 41 | 423 | 46 | 61 |
| Binary | 10000100 | 1001101 | 10101011 | 10111 | 110111 | 0 | 100001 | 100010011 | 100110 | 110001 |
Color Harmonies of #844DAB
Complementary color
Monochromatic Colors of #844DAB
Black with #844DAB
Text Example
Text Example
White with #844DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844DAB; }
p { color: rgb(132,77,171); }
H1.HeaderClassName
{
color: #844DAB;
}
.AnyTagClassName
{
color: #844DAB;
}
</style>
background-color css
<style>
a { background-color: #844DAB; }
a { background-color: rgb(132,77,171); }
div.DivClassName
{
background-color: #844DAB;
}
.BgClassName
{
background-color: #844DAB;
}
</style>
border-color css
<style>
span { border-color: #844DAB; }
span { border-color: rgb(132,77,171); }
td.TdClassName
{
border-color: #844DAB;
}
.TagClassName
{
border-color: #844DAB;
}
</style>