Shades of Studio #8552AA
Tints of Studio #8552AA
RGB
CMYK
RGB Variations
Color information
#8552AA (or 0x8552AA) is known color: Studio. HEX triplet: 85, 52 and AA. RGB value is (133,82,170). Sum of RGB (Red+Green+Blue) = 133+82+170=385 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.55% from 385); Green value is 82 (32.42% from 255 or 21.30% from 385); Blue value is 170 (66.80% from 255 or 44.16% from 385); Max value from RGB is 170 - color contains mainly: blue. Hex color #8552AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8552AA is #7AAD55. Grayscale: #6A6A6A. Windows color (decimal): -8039766 or 11162245. OLE color: 11162245.
HSL color Cylindrical-coordinate representation of color #8552AA: hue angle of 274.77º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8552AA is Cyan = 0.22, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 133 | 82 | 170 | - |
| CMYK | 0.22 | 0.52 | 0 | 0.33 |
| HSL | 274.77º | 0.35% | 0.49% | - |
| HSV(B) | 274.77º | 0.52% | 0.67% | - |
| XYZ | 19.95 | 13.92 | 39.67 | - |
| YUV | 107.28 | 163.4 | 146.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 82 | 170 | 0.22 | 0.52 | 0 | 0.33 | 274.77 | 0.35 | 0.49 |
| Hex | 85 | 52 | AA | 16 | 34 | 0 | 21 | 113 | 23 | 31 |
| Octal | 205 | 122 | 252 | 26 | 64 | 0 | 41 | 423 | 43 | 61 |
| Binary | 10000101 | 1010010 | 10101010 | 10110 | 110100 | 0 | 100001 | 100010011 | 100011 | 110001 |
Color Harmonies of #8552AA
Complementary color
Monochromatic Colors of #8552AA
Black with #8552AA
Text Example
Text Example
White with #8552AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8552AA; }
p { color: rgb(133,82,170); }
H1.HeaderClassName
{
color: #8552AA;
}
.AnyTagClassName
{
color: #8552AA;
}
</style>
background-color css
<style>
a { background-color: #8552AA; }
a { background-color: rgb(133,82,170); }
div.DivClassName
{
background-color: #8552AA;
}
.BgClassName
{
background-color: #8552AA;
}
</style>
border-color css
<style>
span { border-color: #8552AA; }
span { border-color: rgb(133,82,170); }
td.TdClassName
{
border-color: #8552AA;
}
.TagClassName
{
border-color: #8552AA;
}
</style>