Shades of Studio #8545AD
Tints of Studio #8545AD
RGB
CMYK
RGB Variations
Color information
#8545AD (or 0x8545AD) is known color: Studio. HEX triplet: 85, 45 and AD. RGB value is (133,69,173). Sum of RGB (Red+Green+Blue) = 133+69+173=375 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.47% from 375); Green value is 69 (27.34% from 255 or 18.4% from 375); Blue value is 173 (67.97% from 255 or 46.13% from 375); Max value from RGB is 173 - color contains mainly: blue. Hex color #8545AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8545AD is #7ABA52. Grayscale: #636363. Windows color (decimal): -8043091 or 11355525. OLE color: 11355525.
HSL color Cylindrical-coordinate representation of color #8545AD: hue angle of 276.92º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8545AD is Cyan = 0.23, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 133 | 69 | 173 | - |
| CMYK | 0.23 | 0.60 | 0 | 0.32 |
| HSL | 276.92º | 0.43% | 0.47% | - |
| HSV(B) | 276.92º | 0.6% | 0.68% | - |
| XYZ | 19.34 | 12.26 | 40.88 | - |
| YUV | 99.99 | 169.2 | 151.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 69 | 173 | 0.23 | 0.60 | 0 | 0.32 | 276.92 | 0.43 | 0.47 |
| Hex | 85 | 45 | AD | 17 | 3C | 0 | 20 | 115 | 2B | 2F |
| Octal | 205 | 105 | 255 | 27 | 74 | 0 | 40 | 425 | 53 | 57 |
| Binary | 10000101 | 1000101 | 10101101 | 10111 | 111100 | 0 | 100000 | 100010101 | 101011 | 101111 |
Color Harmonies of #8545AD
Complementary color
Monochromatic Colors of #8545AD
Black with #8545AD
Text Example
Text Example
White with #8545AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8545AD; }
p { color: rgb(133,69,173); }
H1.HeaderClassName
{
color: #8545AD;
}
.AnyTagClassName
{
color: #8545AD;
}
</style>
background-color css
<style>
a { background-color: #8545AD; }
a { background-color: rgb(133,69,173); }
div.DivClassName
{
background-color: #8545AD;
}
.BgClassName
{
background-color: #8545AD;
}
</style>
border-color css
<style>
span { border-color: #8545AD; }
span { border-color: rgb(133,69,173); }
td.TdClassName
{
border-color: #8545AD;
}
.TagClassName
{
border-color: #8545AD;
}
</style>