Shades of Studio #844D9D
Tints of Studio #844D9D
RGB
CMYK
RGB Variations
Color information
#844D9D (or 0x844D9D) is known color: Studio. HEX triplet: 84, 4D and 9D. RGB value is (132,77,157). Sum of RGB (Red+Green+Blue) = 132+77+157=366 (48% of max value = 765). Red value is 132 (51.95% from 255 or 36.07% from 366); Green value is 77 (30.47% from 255 or 21.04% from 366); Blue value is 157 (61.72% from 255 or 42.90% from 366); Max value from RGB is 157 - color contains mainly: blue. Hex color #844D9D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #844D9D is #7BB262. Grayscale: #666666. Windows color (decimal): -8106595 or 10308996. OLE color: 10308996.
HSL color Cylindrical-coordinate representation of color #844D9D: hue angle of 281.25º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #844D9D is Cyan = 0.16, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 132 | 77 | 157 | - |
| CMYK | 0.16 | 0.51 | 0 | 0.38 |
| HSL | 281.25º | 0.34% | 0.46% | - |
| HSV(B) | 281.25º | 0.51% | 0.62% | - |
| XYZ | 18.26 | 12.65 | 33.38 | - |
| YUV | 102.57 | 158.72 | 149 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 77 | 157 | 0.16 | 0.51 | 0 | 0.38 | 281.25 | 0.34 | 0.46 |
| Hex | 84 | 4D | 9D | 10 | 33 | 0 | 26 | 119 | 22 | 2E |
| Octal | 204 | 115 | 235 | 20 | 63 | 0 | 46 | 431 | 42 | 56 |
| Binary | 10000100 | 1001101 | 10011101 | 10000 | 110011 | 0 | 100110 | 100011001 | 100010 | 101110 |
Color Harmonies of #844D9D
Complementary color
Monochromatic Colors of #844D9D
Black with #844D9D
Text Example
Text Example
White with #844D9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844D9D; }
p { color: rgb(132,77,157); }
H1.HeaderClassName
{
color: #844D9D;
}
.AnyTagClassName
{
color: #844D9D;
}
</style>
background-color css
<style>
a { background-color: #844D9D; }
a { background-color: rgb(132,77,157); }
div.DivClassName
{
background-color: #844D9D;
}
.BgClassName
{
background-color: #844D9D;
}
</style>
border-color css
<style>
span { border-color: #844D9D; }
span { border-color: rgb(132,77,157); }
td.TdClassName
{
border-color: #844D9D;
}
.TagClassName
{
border-color: #844D9D;
}
</style>