Shades of Studio #844DAF
Tints of Studio #844DAF
RGB
CMYK
RGB Variations
Color information
#844DAF (or 0x844DAF) is known color: Studio. HEX triplet: 84, 4D and AF. RGB value is (132,77,175). Sum of RGB (Red+Green+Blue) = 132+77+175=384 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.38% from 384); Green value is 77 (30.47% from 255 or 20.05% from 384); Blue value is 175 (68.75% from 255 or 45.57% from 384); Max value from RGB is 175 - color contains mainly: blue. Hex color #844DAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #844DAF is #7BB250. Grayscale: #686868. Windows color (decimal): -8106577 or 11488644. OLE color: 11488644.
HSL color Cylindrical-coordinate representation of color #844DAF: hue angle of 273.67º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #844DAF is Cyan = 0.25, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 132 | 77 | 175 | - |
| CMYK | 0.25 | 0.56 | 0 | 0.31 |
| HSL | 273.67º | 0.39% | 0.49% | - |
| HSV(B) | 273.67º | 0.56% | 0.69% | - |
| XYZ | 19.91 | 13.31 | 42.08 | - |
| YUV | 104.62 | 167.72 | 147.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 77 | 175 | 0.25 | 0.56 | 0 | 0.31 | 273.67 | 0.39 | 0.49 |
| Hex | 84 | 4D | AF | 19 | 38 | 0 | 1F | 112 | 27 | 31 |
| Octal | 204 | 115 | 257 | 31 | 70 | 0 | 37 | 422 | 47 | 61 |
| Binary | 10000100 | 1001101 | 10101111 | 11001 | 111000 | 0 | 11111 | 100010010 | 100111 | 110001 |
Color Harmonies of #844DAF
Complementary color
Monochromatic Colors of #844DAF
Black with #844DAF
Text Example
Text Example
White with #844DAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844DAF; }
p { color: rgb(132,77,175); }
H1.HeaderClassName
{
color: #844DAF;
}
.AnyTagClassName
{
color: #844DAF;
}
</style>
background-color css
<style>
a { background-color: #844DAF; }
a { background-color: rgb(132,77,175); }
div.DivClassName
{
background-color: #844DAF;
}
.BgClassName
{
background-color: #844DAF;
}
</style>
border-color css
<style>
span { border-color: #844DAF; }
span { border-color: rgb(132,77,175); }
td.TdClassName
{
border-color: #844DAF;
}
.TagClassName
{
border-color: #844DAF;
}
</style>