Shades of Studio #844DB1
Tints of Studio #844DB1
RGB
CMYK
RGB Variations
Color information
#844DB1 (or 0x844DB1) is known color: Studio. HEX triplet: 84, 4D and B1. RGB value is (132,77,177). Sum of RGB (Red+Green+Blue) = 132+77+177=386 (51% of max value = 765). Red value is 132 (51.95% from 255 or 34.20% from 386); Green value is 77 (30.47% from 255 or 19.95% from 386); Blue value is 177 (69.53% from 255 or 45.85% from 386); Max value from RGB is 177 - color contains mainly: blue. Hex color #844DB1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #844DB1 is #7BB24E. Grayscale: #686868. Windows color (decimal): -8106575 or 11619716. OLE color: 11619716.
HSL color Cylindrical-coordinate representation of color #844DB1: hue angle of 273º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #844DB1 is Cyan = 0.25, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 132 | 77 | 177 | - |
| CMYK | 0.25 | 0.56 | 0 | 0.31 |
| HSL | 273º | 0.39% | 0.5% | - |
| HSV(B) | 273º | 0.56% | 0.69% | - |
| XYZ | 20.11 | 13.39 | 43.12 | - |
| YUV | 104.85 | 168.72 | 147.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 77 | 177 | 0.25 | 0.56 | 0 | 0.31 | 273 | 0.39 | 0.5 |
| Hex | 84 | 4D | B1 | 19 | 38 | 0 | 1F | 111 | 27 | 32 |
| Octal | 204 | 115 | 261 | 31 | 70 | 0 | 37 | 421 | 47 | 62 |
| Binary | 10000100 | 1001101 | 10110001 | 11001 | 111000 | 0 | 11111 | 100010001 | 100111 | 110010 |
Color Harmonies of #844DB1
Complementary color
Monochromatic Colors of #844DB1
Black with #844DB1
Text Example
Text Example
White with #844DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844DB1; }
p { color: rgb(132,77,177); }
H1.HeaderClassName
{
color: #844DB1;
}
.AnyTagClassName
{
color: #844DB1;
}
</style>
background-color css
<style>
a { background-color: #844DB1; }
a { background-color: rgb(132,77,177); }
div.DivClassName
{
background-color: #844DB1;
}
.BgClassName
{
background-color: #844DB1;
}
</style>
border-color css
<style>
span { border-color: #844DB1; }
span { border-color: rgb(132,77,177); }
td.TdClassName
{
border-color: #844DB1;
}
.TagClassName
{
border-color: #844DB1;
}
</style>