Shades of Studio #884CA5
Tints of Studio #884CA5
RGB
CMYK
RGB Variations
Color information
#884CA5 (or 0x884CA5) is known color: Studio. HEX triplet: 88, 4C and A5. RGB value is (136,76,165). Sum of RGB (Red+Green+Blue) = 136+76+165=377 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.07% from 377); Green value is 76 (30.08% from 255 or 20.16% from 377); Blue value is 165 (64.84% from 255 or 43.77% from 377); Max value from RGB is 165 - color contains mainly: blue. Hex color #884CA5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #884CA5 is #77B35A. Grayscale: #676767. Windows color (decimal): -7844699 or 10833032. OLE color: 10833032.
HSL color Cylindrical-coordinate representation of color #884CA5: hue angle of 280.45º degrees, saturation: 0.37, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #884CA5 is Cyan = 0.18, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 136 | 76 | 165 | - |
| CMYK | 0.18 | 0.54 | 0 | 0.35 |
| HSL | 280.45º | 0.37% | 0.47% | - |
| HSV(B) | 280.45º | 0.54% | 0.65% | - |
| XYZ | 19.53 | 13.12 | 37.1 | - |
| YUV | 104.09 | 162.38 | 150.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 76 | 165 | 0.18 | 0.54 | 0 | 0.35 | 280.45 | 0.37 | 0.47 |
| Hex | 88 | 4C | A5 | 12 | 36 | 0 | 23 | 118 | 25 | 2F |
| Octal | 210 | 114 | 245 | 22 | 66 | 0 | 43 | 430 | 45 | 57 |
| Binary | 10001000 | 1001100 | 10100101 | 10010 | 110110 | 0 | 100011 | 100011000 | 100101 | 101111 |
Color Harmonies of #884CA5
Complementary color
Monochromatic Colors of #884CA5
Black with #884CA5
Text Example
Text Example
White with #884CA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884CA5; }
p { color: rgb(136,76,165); }
H1.HeaderClassName
{
color: #884CA5;
}
.AnyTagClassName
{
color: #884CA5;
}
</style>
background-color css
<style>
a { background-color: #884CA5; }
a { background-color: rgb(136,76,165); }
div.DivClassName
{
background-color: #884CA5;
}
.BgClassName
{
background-color: #884CA5;
}
</style>
border-color css
<style>
span { border-color: #884CA5; }
span { border-color: rgb(136,76,165); }
td.TdClassName
{
border-color: #884CA5;
}
.TagClassName
{
border-color: #884CA5;
}
</style>