Shades of Studio #884AA3
Tints of Studio #884AA3
RGB
CMYK
RGB Variations
Color information
#884AA3 (or 0x884AA3) is known color: Studio. HEX triplet: 88, 4A and A3. RGB value is (136,74,163). Sum of RGB (Red+Green+Blue) = 136+74+163=373 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.46% from 373); Green value is 74 (29.30% from 255 or 19.84% from 373); Blue value is 163 (64.06% from 255 or 43.70% from 373); Max value from RGB is 163 - color contains mainly: blue. Hex color #884AA3 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #884AA3 is #77B55C. Grayscale: #666666. Windows color (decimal): -7845213 or 10701448. OLE color: 10701448.
HSL color Cylindrical-coordinate representation of color #884AA3: hue angle of 281.8º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #884AA3 is Cyan = 0.17, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 136 | 74 | 163 | - |
| CMYK | 0.17 | 0.55 | 0 | 0.36 |
| HSL | 281.8º | 0.38% | 0.46% | - |
| HSV(B) | 281.8º | 0.55% | 0.64% | - |
| XYZ | 19.21 | 12.78 | 36.1 | - |
| YUV | 102.68 | 162.04 | 151.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 74 | 163 | 0.17 | 0.55 | 0 | 0.36 | 281.8 | 0.38 | 0.46 |
| Hex | 88 | 4A | A3 | 11 | 37 | 0 | 24 | 11A | 26 | 2E |
| Octal | 210 | 112 | 243 | 21 | 67 | 0 | 44 | 432 | 46 | 56 |
| Binary | 10001000 | 1001010 | 10100011 | 10001 | 110111 | 0 | 100100 | 100011010 | 100110 | 101110 |
Color Harmonies of #884AA3
Complementary color
Monochromatic Colors of #884AA3
Black with #884AA3
Text Example
Text Example
White with #884AA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884AA3; }
p { color: rgb(136,74,163); }
H1.HeaderClassName
{
color: #884AA3;
}
.AnyTagClassName
{
color: #884AA3;
}
</style>
background-color css
<style>
a { background-color: #884AA3; }
a { background-color: rgb(136,74,163); }
div.DivClassName
{
background-color: #884AA3;
}
.BgClassName
{
background-color: #884AA3;
}
</style>
border-color css
<style>
span { border-color: #884AA3; }
span { border-color: rgb(136,74,163); }
td.TdClassName
{
border-color: #884AA3;
}
.TagClassName
{
border-color: #884AA3;
}
</style>