Shades of Studio #8546AA
Tints of Studio #8546AA
RGB
CMYK
RGB Variations
Color information
#8546AA (or 0x8546AA) is known color: Studio. HEX triplet: 85, 46 and AA. RGB value is (133,70,170). Sum of RGB (Red+Green+Blue) = 133+70+170=373 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.66% from 373); Green value is 70 (27.73% from 255 or 18.77% from 373); Blue value is 170 (66.80% from 255 or 45.58% from 373); Max value from RGB is 170 - color contains mainly: blue. Hex color #8546AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8546AA is #7AB955. Grayscale: #636363. Windows color (decimal): -8042838 or 11159173. OLE color: 11159173.
HSL color Cylindrical-coordinate representation of color #8546AA: hue angle of 277.8º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8546AA is Cyan = 0.22, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 133 | 70 | 170 | - |
| CMYK | 0.22 | 0.59 | 0 | 0.33 |
| HSL | 277.8º | 0.42% | 0.47% | - |
| HSV(B) | 277.8º | 0.59% | 0.67% | - |
| XYZ | 19.12 | 12.27 | 39.39 | - |
| YUV | 100.24 | 167.37 | 151.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 70 | 170 | 0.22 | 0.59 | 0 | 0.33 | 277.8 | 0.42 | 0.47 |
| Hex | 85 | 46 | AA | 16 | 3B | 0 | 21 | 116 | 2A | 2F |
| Octal | 205 | 106 | 252 | 26 | 73 | 0 | 41 | 426 | 52 | 57 |
| Binary | 10000101 | 1000110 | 10101010 | 10110 | 111011 | 0 | 100001 | 100010110 | 101010 | 101111 |
Color Harmonies of #8546AA
Complementary color
Monochromatic Colors of #8546AA
Black with #8546AA
Text Example
Text Example
White with #8546AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8546AA; }
p { color: rgb(133,70,170); }
H1.HeaderClassName
{
color: #8546AA;
}
.AnyTagClassName
{
color: #8546AA;
}
</style>
background-color css
<style>
a { background-color: #8546AA; }
a { background-color: rgb(133,70,170); }
div.DivClassName
{
background-color: #8546AA;
}
.BgClassName
{
background-color: #8546AA;
}
</style>
border-color css
<style>
span { border-color: #8546AA; }
span { border-color: rgb(133,70,170); }
td.TdClassName
{
border-color: #8546AA;
}
.TagClassName
{
border-color: #8546AA;
}
</style>