Shades of Studio #8554AD
Tints of Studio #8554AD
RGB
CMYK
RGB Variations
Color information
#8554AD (or 0x8554AD) is known color: Studio. HEX triplet: 85, 54 and AD. RGB value is (133,84,173). Sum of RGB (Red+Green+Blue) = 133+84+173=390 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.10% from 390); Green value is 84 (33.20% from 255 or 21.54% from 390); Blue value is 173 (67.97% from 255 or 44.36% from 390); Max value from RGB is 173 - color contains mainly: blue. Hex color #8554AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8554AD is #7AAB52. Grayscale: #6C6C6C. Windows color (decimal): -8039251 or 11359365. OLE color: 11359365.
HSL color Cylindrical-coordinate representation of color #8554AD: hue angle of 273.03º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8554AD is Cyan = 0.23, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 133 | 84 | 173 | - |
| CMYK | 0.23 | 0.51 | 0 | 0.32 |
| HSL | 273.03º | 0.35% | 0.5% | - |
| HSV(B) | 273.03º | 0.51% | 0.68% | - |
| XYZ | 20.39 | 14.34 | 41.23 | - |
| YUV | 108.8 | 164.23 | 145.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 84 | 173 | 0.23 | 0.51 | 0 | 0.32 | 273.03 | 0.35 | 0.5 |
| Hex | 85 | 54 | AD | 17 | 33 | 0 | 20 | 111 | 23 | 32 |
| Octal | 205 | 124 | 255 | 27 | 63 | 0 | 40 | 421 | 43 | 62 |
| Binary | 10000101 | 1010100 | 10101101 | 10111 | 110011 | 0 | 100000 | 100010001 | 100011 | 110010 |
Color Harmonies of #8554AD
Complementary color
Monochromatic Colors of #8554AD
Black with #8554AD
Text Example
Text Example
White with #8554AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8554AD; }
p { color: rgb(133,84,173); }
H1.HeaderClassName
{
color: #8554AD;
}
.AnyTagClassName
{
color: #8554AD;
}
</style>
background-color css
<style>
a { background-color: #8554AD; }
a { background-color: rgb(133,84,173); }
div.DivClassName
{
background-color: #8554AD;
}
.BgClassName
{
background-color: #8554AD;
}
</style>
border-color css
<style>
span { border-color: #8554AD; }
span { border-color: rgb(133,84,173); }
td.TdClassName
{
border-color: #8554AD;
}
.TagClassName
{
border-color: #8554AD;
}
</style>