Shades of Studio #884FA0
Tints of Studio #884FA0
RGB
CMYK
RGB Variations
Color information
#884FA0 (or 0x884FA0) is known color: Studio. HEX triplet: 88, 4F and A0. RGB value is (136,79,160). Sum of RGB (Red+Green+Blue) = 136+79+160=375 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.27% from 375); Green value is 79 (31.25% from 255 or 21.07% from 375); Blue value is 160 (62.89% from 255 or 42.67% from 375); Max value from RGB is 160 - color contains mainly: blue. Hex color #884FA0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #884FA0 is #77B05F. Grayscale: #696969. Windows color (decimal): -7843936 or 10506120. OLE color: 10506120.
HSL color Cylindrical-coordinate representation of color #884FA0: hue angle of 282.22º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #884FA0 is Cyan = 0.15, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 136 | 79 | 160 | - |
| CMYK | 0.15 | 0.51 | 0 | 0.37 |
| HSL | 282.22º | 0.34% | 0.47% | - |
| HSV(B) | 282.22º | 0.51% | 0.63% | - |
| XYZ | 19.29 | 13.36 | 34.82 | - |
| YUV | 105.28 | 158.88 | 149.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 79 | 160 | 0.15 | 0.51 | 0 | 0.37 | 282.22 | 0.34 | 0.47 |
| Hex | 88 | 4F | A0 | F | 33 | 0 | 25 | 11A | 22 | 2F |
| Octal | 210 | 117 | 240 | 17 | 63 | 0 | 45 | 432 | 42 | 57 |
| Binary | 10001000 | 1001111 | 10100000 | 1111 | 110011 | 0 | 100101 | 100011010 | 100010 | 101111 |
Color Harmonies of #884FA0
Complementary color
Monochromatic Colors of #884FA0
Black with #884FA0
Text Example
Text Example
White with #884FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884FA0; }
p { color: rgb(136,79,160); }
H1.HeaderClassName
{
color: #884FA0;
}
.AnyTagClassName
{
color: #884FA0;
}
</style>
background-color css
<style>
a { background-color: #884FA0; }
a { background-color: rgb(136,79,160); }
div.DivClassName
{
background-color: #884FA0;
}
.BgClassName
{
background-color: #884FA0;
}
</style>
border-color css
<style>
span { border-color: #884FA0; }
span { border-color: rgb(136,79,160); }
td.TdClassName
{
border-color: #884FA0;
}
.TagClassName
{
border-color: #884FA0;
}
</style>