Shades of Studio #8556A2
Tints of Studio #8556A2
RGB
CMYK
RGB Variations
Color information
#8556A2 (or 0x8556A2) is known color: Studio. HEX triplet: 85, 56 and A2. RGB value is (133,86,162). Sum of RGB (Red+Green+Blue) = 133+86+162=381 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.91% from 381); Green value is 86 (33.98% from 255 or 22.57% from 381); Blue value is 162 (63.67% from 255 or 42.52% from 381); Max value from RGB is 162 - color contains mainly: blue. Hex color #8556A2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8556A2 is #7AA95D. Grayscale: #6C6C6C. Windows color (decimal): -8038750 or 10638981. OLE color: 10638981.
HSL color Cylindrical-coordinate representation of color #8556A2: hue angle of 277.11º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8556A2 is Cyan = 0.18, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 133 | 86 | 162 | - |
| CMYK | 0.18 | 0.47 | 0 | 0.36 |
| HSL | 277.11º | 0.31% | 0.49% | - |
| HSV(B) | 277.11º | 0.47% | 0.64% | - |
| XYZ | 19.52 | 14.25 | 35.9 | - |
| YUV | 108.72 | 158.07 | 145.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 86 | 162 | 0.18 | 0.47 | 0 | 0.36 | 277.11 | 0.31 | 0.49 |
| Hex | 85 | 56 | A2 | 12 | 2F | 0 | 24 | 115 | 1F | 31 |
| Octal | 205 | 126 | 242 | 22 | 57 | 0 | 44 | 425 | 37 | 61 |
| Binary | 10000101 | 1010110 | 10100010 | 10010 | 101111 | 0 | 100100 | 100010101 | 11111 | 110001 |
Color Harmonies of #8556A2
Complementary color
Monochromatic Colors of #8556A2
Black with #8556A2
Text Example
Text Example
White with #8556A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8556A2; }
p { color: rgb(133,86,162); }
H1.HeaderClassName
{
color: #8556A2;
}
.AnyTagClassName
{
color: #8556A2;
}
</style>
background-color css
<style>
a { background-color: #8556A2; }
a { background-color: rgb(133,86,162); }
div.DivClassName
{
background-color: #8556A2;
}
.BgClassName
{
background-color: #8556A2;
}
</style>
border-color css
<style>
span { border-color: #8556A2; }
span { border-color: rgb(133,86,162); }
td.TdClassName
{
border-color: #8556A2;
}
.TagClassName
{
border-color: #8556A2;
}
</style>