Shades of Studio #8548AA
Tints of Studio #8548AA
RGB
CMYK
RGB Variations
Color information
#8548AA (or 0x8548AA) is known color: Studio. HEX triplet: 85, 48 and AA. RGB value is (133,72,170). Sum of RGB (Red+Green+Blue) = 133+72+170=375 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.47% from 375); Green value is 72 (28.52% from 255 or 19.2% from 375); Blue value is 170 (66.80% from 255 or 45.33% from 375); Max value from RGB is 170 - color contains mainly: blue. Hex color #8548AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8548AA is #7AB755. Grayscale: #656565. Windows color (decimal): -8042326 or 11159685. OLE color: 11159685.
HSL color Cylindrical-coordinate representation of color #8548AA: hue angle of 277.35º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8548AA is Cyan = 0.22, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 133 | 72 | 170 | - |
| CMYK | 0.22 | 0.58 | 0 | 0.33 |
| HSL | 277.35º | 0.4% | 0.47% | - |
| HSV(B) | 277.35º | 0.58% | 0.67% | - |
| XYZ | 19.25 | 12.52 | 39.43 | - |
| YUV | 101.41 | 166.71 | 150.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 72 | 170 | 0.22 | 0.58 | 0 | 0.33 | 277.35 | 0.4 | 0.47 |
| Hex | 85 | 48 | AA | 16 | 3A | 0 | 21 | 115 | 28 | 2F |
| Octal | 205 | 110 | 252 | 26 | 72 | 0 | 41 | 425 | 50 | 57 |
| Binary | 10000101 | 1001000 | 10101010 | 10110 | 111010 | 0 | 100001 | 100010101 | 101000 | 101111 |
Color Harmonies of #8548AA
Complementary color
Monochromatic Colors of #8548AA
Black with #8548AA
Text Example
Text Example
White with #8548AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8548AA; }
p { color: rgb(133,72,170); }
H1.HeaderClassName
{
color: #8548AA;
}
.AnyTagClassName
{
color: #8548AA;
}
</style>
background-color css
<style>
a { background-color: #8548AA; }
a { background-color: rgb(133,72,170); }
div.DivClassName
{
background-color: #8548AA;
}
.BgClassName
{
background-color: #8548AA;
}
</style>
border-color css
<style>
span { border-color: #8548AA; }
span { border-color: rgb(133,72,170); }
td.TdClassName
{
border-color: #8548AA;
}
.TagClassName
{
border-color: #8548AA;
}
</style>