Shades of Studio #8552AC
Tints of Studio #8552AC
RGB
CMYK
RGB Variations
Color information
#8552AC (or 0x8552AC) is known color: Studio. HEX triplet: 85, 52 and AC. RGB value is (133,82,172). Sum of RGB (Red+Green+Blue) = 133+82+172=387 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.37% from 387); Green value is 82 (32.42% from 255 or 21.19% from 387); Blue value is 172 (67.58% from 255 or 44.44% from 387); Max value from RGB is 172 - color contains mainly: blue. Hex color #8552AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8552AC is #7AAD53. Grayscale: #6B6B6B. Windows color (decimal): -8039764 or 11293317. OLE color: 11293317.
HSL color Cylindrical-coordinate representation of color #8552AC: hue angle of 274º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8552AC is Cyan = 0.23, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 133 | 82 | 172 | - |
| CMYK | 0.23 | 0.52 | 0 | 0.33 |
| HSL | 274º | 0.35% | 0.5% | - |
| HSV(B) | 274º | 0.52% | 0.67% | - |
| XYZ | 20.14 | 14 | 40.67 | - |
| YUV | 107.51 | 164.4 | 146.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 82 | 172 | 0.23 | 0.52 | 0 | 0.33 | 274 | 0.35 | 0.5 |
| Hex | 85 | 52 | AC | 17 | 34 | 0 | 21 | 112 | 23 | 32 |
| Octal | 205 | 122 | 254 | 27 | 64 | 0 | 41 | 422 | 43 | 62 |
| Binary | 10000101 | 1010010 | 10101100 | 10111 | 110100 | 0 | 100001 | 100010010 | 100011 | 110010 |
Color Harmonies of #8552AC
Complementary color
Monochromatic Colors of #8552AC
Black with #8552AC
Text Example
Text Example
White with #8552AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8552AC; }
p { color: rgb(133,82,172); }
H1.HeaderClassName
{
color: #8552AC;
}
.AnyTagClassName
{
color: #8552AC;
}
</style>
background-color css
<style>
a { background-color: #8552AC; }
a { background-color: rgb(133,82,172); }
div.DivClassName
{
background-color: #8552AC;
}
.BgClassName
{
background-color: #8552AC;
}
</style>
border-color css
<style>
span { border-color: #8552AC; }
span { border-color: rgb(133,82,172); }
td.TdClassName
{
border-color: #8552AC;
}
.TagClassName
{
border-color: #8552AC;
}
</style>