Shades of Studio #8546B1
Tints of Studio #8546B1
RGB
CMYK
RGB Variations
Color information
#8546B1 (or 0x8546B1) is known color: Studio. HEX triplet: 85, 46 and B1. RGB value is (133,70,177). Sum of RGB (Red+Green+Blue) = 133+70+177=380 (50% of max value = 765). Red value is 133 (52.34% from 255 or 35% from 380); Green value is 70 (27.73% from 255 or 18.42% from 380); Blue value is 177 (69.53% from 255 or 46.58% from 380); Max value from RGB is 177 - color contains mainly: blue. Hex color #8546B1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8546B1 is #7AB94E. Grayscale: #646464. Windows color (decimal): -8042831 or 11617925. OLE color: 11617925.
HSL color Cylindrical-coordinate representation of color #8546B1: hue angle of 275.33º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8546B1 is Cyan = 0.25, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 133 | 70 | 177 | - |
| CMYK | 0.25 | 0.60 | 0 | 0.31 |
| HSL | 275.33º | 0.43% | 0.48% | - |
| HSV(B) | 275.33º | 0.6% | 0.69% | - |
| XYZ | 19.8 | 12.54 | 42.97 | - |
| YUV | 101.04 | 170.87 | 150.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 70 | 177 | 0.25 | 0.60 | 0 | 0.31 | 275.33 | 0.43 | 0.48 |
| Hex | 85 | 46 | B1 | 19 | 3C | 0 | 1F | 113 | 2B | 30 |
| Octal | 205 | 106 | 261 | 31 | 74 | 0 | 37 | 423 | 53 | 60 |
| Binary | 10000101 | 1000110 | 10110001 | 11001 | 111100 | 0 | 11111 | 100010011 | 101011 | 110000 |
Color Harmonies of #8546B1
Complementary color
Monochromatic Colors of #8546B1
Black with #8546B1
Text Example
Text Example
White with #8546B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8546B1; }
p { color: rgb(133,70,177); }
H1.HeaderClassName
{
color: #8546B1;
}
.AnyTagClassName
{
color: #8546B1;
}
</style>
background-color css
<style>
a { background-color: #8546B1; }
a { background-color: rgb(133,70,177); }
div.DivClassName
{
background-color: #8546B1;
}
.BgClassName
{
background-color: #8546B1;
}
</style>
border-color css
<style>
span { border-color: #8546B1; }
span { border-color: rgb(133,70,177); }
td.TdClassName
{
border-color: #8546B1;
}
.TagClassName
{
border-color: #8546B1;
}
</style>