Shades of Studio #8558AA
Tints of Studio #8558AA
RGB
CMYK
RGB Variations
Color information
#8558AA (or 0x8558AA) is known color: Studio. HEX triplet: 85, 58 and AA. RGB value is (133,88,170). Sum of RGB (Red+Green+Blue) = 133+88+170=391 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.02% from 391); Green value is 88 (34.77% from 255 or 22.51% from 391); Blue value is 170 (66.80% from 255 or 43.48% from 391); Max value from RGB is 170 - color contains mainly: blue. Hex color #8558AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8558AA is #7AA755. Grayscale: #6E6E6E. Windows color (decimal): -8038230 or 11163781. OLE color: 11163781.
HSL color Cylindrical-coordinate representation of color #8558AA: hue angle of 272.93º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8558AA is Cyan = 0.22, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 133 | 88 | 170 | - |
| CMYK | 0.22 | 0.48 | 0 | 0.33 |
| HSL | 272.93º | 0.33% | 0.51% | - |
| HSV(B) | 272.93º | 0.48% | 0.67% | - |
| XYZ | 20.42 | 14.87 | 39.82 | - |
| YUV | 110.8 | 161.41 | 143.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 88 | 170 | 0.22 | 0.48 | 0 | 0.33 | 272.93 | 0.33 | 0.51 |
| Hex | 85 | 58 | AA | 16 | 30 | 0 | 21 | 111 | 21 | 33 |
| Octal | 205 | 130 | 252 | 26 | 60 | 0 | 41 | 421 | 41 | 63 |
| Binary | 10000101 | 1011000 | 10101010 | 10110 | 110000 | 0 | 100001 | 100010001 | 100001 | 110011 |
Color Harmonies of #8558AA
Complementary color
Monochromatic Colors of #8558AA
Black with #8558AA
Text Example
Text Example
White with #8558AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8558AA; }
p { color: rgb(133,88,170); }
H1.HeaderClassName
{
color: #8558AA;
}
.AnyTagClassName
{
color: #8558AA;
}
</style>
background-color css
<style>
a { background-color: #8558AA; }
a { background-color: rgb(133,88,170); }
div.DivClassName
{
background-color: #8558AA;
}
.BgClassName
{
background-color: #8558AA;
}
</style>
border-color css
<style>
span { border-color: #8558AA; }
span { border-color: rgb(133,88,170); }
td.TdClassName
{
border-color: #8558AA;
}
.TagClassName
{
border-color: #8558AA;
}
</style>