Shades of Studio #8551AE
Tints of Studio #8551AE
RGB
CMYK
RGB Variations
Color information
#8551AE (or 0x8551AE) is known color: Studio. HEX triplet: 85, 51 and AE. RGB value is (133,81,174). Sum of RGB (Red+Green+Blue) = 133+81+174=388 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.28% from 388); Green value is 81 (32.03% from 255 or 20.88% from 388); Blue value is 174 (68.36% from 255 or 44.85% from 388); Max value from RGB is 174 - color contains mainly: blue. Hex color #8551AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8551AE is #7AAE51. Grayscale: #6A6A6A. Windows color (decimal): -8040018 or 11424133. OLE color: 11424133.
HSL color Cylindrical-coordinate representation of color #8551AE: hue angle of 273.55º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8551AE is Cyan = 0.24, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 133 | 81 | 174 | - |
| CMYK | 0.24 | 0.53 | 0 | 0.32 |
| HSL | 273.55º | 0.36% | 0.5% | - |
| HSV(B) | 273.55º | 0.53% | 0.68% | - |
| XYZ | 20.26 | 13.93 | 41.67 | - |
| YUV | 107.15 | 165.73 | 146.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 81 | 174 | 0.24 | 0.53 | 0 | 0.32 | 273.55 | 0.36 | 0.5 |
| Hex | 85 | 51 | AE | 18 | 35 | 0 | 20 | 112 | 24 | 32 |
| Octal | 205 | 121 | 256 | 30 | 65 | 0 | 40 | 422 | 44 | 62 |
| Binary | 10000101 | 1010001 | 10101110 | 11000 | 110101 | 0 | 100000 | 100010010 | 100100 | 110010 |
Color Harmonies of #8551AE
Complementary color
Monochromatic Colors of #8551AE
Black with #8551AE
Text Example
Text Example
White with #8551AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8551AE; }
p { color: rgb(133,81,174); }
H1.HeaderClassName
{
color: #8551AE;
}
.AnyTagClassName
{
color: #8551AE;
}
</style>
background-color css
<style>
a { background-color: #8551AE; }
a { background-color: rgb(133,81,174); }
div.DivClassName
{
background-color: #8551AE;
}
.BgClassName
{
background-color: #8551AE;
}
</style>
border-color css
<style>
span { border-color: #8551AE; }
span { border-color: rgb(133,81,174); }
td.TdClassName
{
border-color: #8551AE;
}
.TagClassName
{
border-color: #8551AE;
}
</style>