Shades of Studio #8546AB
Tints of Studio #8546AB
RGB
CMYK
RGB Variations
Color information
#8546AB (or 0x8546AB) is known color: Studio. HEX triplet: 85, 46 and AB. RGB value is (133,70,171). Sum of RGB (Red+Green+Blue) = 133+70+171=374 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.56% from 374); Green value is 70 (27.73% from 255 or 18.72% from 374); Blue value is 171 (67.19% from 255 or 45.72% from 374); Max value from RGB is 171 - color contains mainly: blue. Hex color #8546AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8546AB is #7AB954. Grayscale: #646464. Windows color (decimal): -8042837 or 11224709. OLE color: 11224709.
HSL color Cylindrical-coordinate representation of color #8546AB: hue angle of 277.43º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8546AB is Cyan = 0.22, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 133 | 70 | 171 | - |
| CMYK | 0.22 | 0.59 | 0 | 0.33 |
| HSL | 277.43º | 0.42% | 0.47% | - |
| HSV(B) | 277.43º | 0.59% | 0.67% | - |
| XYZ | 19.21 | 12.31 | 39.89 | - |
| YUV | 100.35 | 167.87 | 151.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 70 | 171 | 0.22 | 0.59 | 0 | 0.33 | 277.43 | 0.42 | 0.47 |
| Hex | 85 | 46 | AB | 16 | 3B | 0 | 21 | 115 | 2A | 2F |
| Octal | 205 | 106 | 253 | 26 | 73 | 0 | 41 | 425 | 52 | 57 |
| Binary | 10000101 | 1000110 | 10101011 | 10110 | 111011 | 0 | 100001 | 100010101 | 101010 | 101111 |
Color Harmonies of #8546AB
Complementary color
Monochromatic Colors of #8546AB
Black with #8546AB
Text Example
Text Example
White with #8546AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8546AB; }
p { color: rgb(133,70,171); }
H1.HeaderClassName
{
color: #8546AB;
}
.AnyTagClassName
{
color: #8546AB;
}
</style>
background-color css
<style>
a { background-color: #8546AB; }
a { background-color: rgb(133,70,171); }
div.DivClassName
{
background-color: #8546AB;
}
.BgClassName
{
background-color: #8546AB;
}
</style>
border-color css
<style>
span { border-color: #8546AB; }
span { border-color: rgb(133,70,171); }
td.TdClassName
{
border-color: #8546AB;
}
.TagClassName
{
border-color: #8546AB;
}
</style>