Shades of Studio #8548AB
Tints of Studio #8548AB
RGB
CMYK
RGB Variations
Color information
#8548AB (or 0x8548AB) is known color: Studio. HEX triplet: 85, 48 and AB. RGB value is (133,72,171). Sum of RGB (Red+Green+Blue) = 133+72+171=376 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.37% from 376); Green value is 72 (28.52% from 255 or 19.15% from 376); Blue value is 171 (67.19% from 255 or 45.48% from 376); Max value from RGB is 171 - color contains mainly: blue. Hex color #8548AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8548AB is #7AB754. Grayscale: #656565. Windows color (decimal): -8042325 or 11225221. OLE color: 11225221.
HSL color Cylindrical-coordinate representation of color #8548AB: hue angle of 276.97º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8548AB is Cyan = 0.22, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 133 | 72 | 171 | - |
| CMYK | 0.22 | 0.58 | 0 | 0.33 |
| HSL | 276.97º | 0.41% | 0.48% | - |
| HSV(B) | 276.97º | 0.58% | 0.67% | - |
| XYZ | 19.34 | 12.56 | 39.93 | - |
| YUV | 101.53 | 167.21 | 150.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 72 | 171 | 0.22 | 0.58 | 0 | 0.33 | 276.97 | 0.41 | 0.48 |
| Hex | 85 | 48 | AB | 16 | 3A | 0 | 21 | 115 | 29 | 30 |
| Octal | 205 | 110 | 253 | 26 | 72 | 0 | 41 | 425 | 51 | 60 |
| Binary | 10000101 | 1001000 | 10101011 | 10110 | 111010 | 0 | 100001 | 100010101 | 101001 | 110000 |
Color Harmonies of #8548AB
Complementary color
Monochromatic Colors of #8548AB
Black with #8548AB
Text Example
Text Example
White with #8548AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8548AB; }
p { color: rgb(133,72,171); }
H1.HeaderClassName
{
color: #8548AB;
}
.AnyTagClassName
{
color: #8548AB;
}
</style>
background-color css
<style>
a { background-color: #8548AB; }
a { background-color: rgb(133,72,171); }
div.DivClassName
{
background-color: #8548AB;
}
.BgClassName
{
background-color: #8548AB;
}
</style>
border-color css
<style>
span { border-color: #8548AB; }
span { border-color: rgb(133,72,171); }
td.TdClassName
{
border-color: #8548AB;
}
.TagClassName
{
border-color: #8548AB;
}
</style>