Shades of Studio #844BAF
Tints of Studio #844BAF
RGB
CMYK
RGB Variations
Color information
#844BAF (or 0x844BAF) is known color: Studio. HEX triplet: 84, 4B and AF. RGB value is (132,75,175). Sum of RGB (Red+Green+Blue) = 132+75+175=382 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.55% from 382); Green value is 75 (29.69% from 255 or 19.63% from 382); Blue value is 175 (68.75% from 255 or 45.81% from 382); Max value from RGB is 175 - color contains mainly: blue. Hex color #844BAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #844BAF is #7BB450. Grayscale: #676767. Windows color (decimal): -8107089 or 11488132. OLE color: 11488132.
HSL color Cylindrical-coordinate representation of color #844BAF: hue angle of 274.2º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #844BAF is Cyan = 0.25, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 132 | 75 | 175 | - |
| CMYK | 0.25 | 0.57 | 0 | 0.31 |
| HSL | 274.2º | 0.4% | 0.49% | - |
| HSV(B) | 274.2º | 0.57% | 0.69% | - |
| XYZ | 19.77 | 13.03 | 42.03 | - |
| YUV | 103.44 | 168.38 | 148.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 75 | 175 | 0.25 | 0.57 | 0 | 0.31 | 274.2 | 0.4 | 0.49 |
| Hex | 84 | 4B | AF | 19 | 39 | 0 | 1F | 112 | 28 | 31 |
| Octal | 204 | 113 | 257 | 31 | 71 | 0 | 37 | 422 | 50 | 61 |
| Binary | 10000100 | 1001011 | 10101111 | 11001 | 111001 | 0 | 11111 | 100010010 | 101000 | 110001 |
Color Harmonies of #844BAF
Complementary color
Monochromatic Colors of #844BAF
Black with #844BAF
Text Example
Text Example
White with #844BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844BAF; }
p { color: rgb(132,75,175); }
H1.HeaderClassName
{
color: #844BAF;
}
.AnyTagClassName
{
color: #844BAF;
}
</style>
background-color css
<style>
a { background-color: #844BAF; }
a { background-color: rgb(132,75,175); }
div.DivClassName
{
background-color: #844BAF;
}
.BgClassName
{
background-color: #844BAF;
}
</style>
border-color css
<style>
span { border-color: #844BAF; }
span { border-color: rgb(132,75,175); }
td.TdClassName
{
border-color: #844BAF;
}
.TagClassName
{
border-color: #844BAF;
}
</style>