Shades of Studio #8540AB
Tints of Studio #8540AB
RGB
CMYK
RGB Variations
Color information
#8540AB (or 0x8540AB) is known color: Studio. HEX triplet: 85, 40 and AB. RGB value is (133,64,171). Sum of RGB (Red+Green+Blue) = 133+64+171=368 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.14% from 368); Green value is 64 (25.39% from 255 or 17.39% from 368); Blue value is 171 (67.19% from 255 or 46.47% from 368); Max value from RGB is 171 - color contains mainly: blue. Hex color #8540AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8540AB is #7ABF54. Grayscale: #606060. Windows color (decimal): -8044373 or 11223173. OLE color: 11223173.
HSL color Cylindrical-coordinate representation of color #8540AB: hue angle of 278.69º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8540AB is Cyan = 0.22, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 133 | 64 | 171 | - |
| CMYK | 0.22 | 0.63 | 0 | 0.33 |
| HSL | 278.69º | 0.46% | 0.46% | - |
| HSV(B) | 278.69º | 0.63% | 0.67% | - |
| XYZ | 18.86 | 11.59 | 39.77 | - |
| YUV | 96.83 | 169.86 | 153.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 64 | 171 | 0.22 | 0.63 | 0 | 0.33 | 278.69 | 0.46 | 0.46 |
| Hex | 85 | 40 | AB | 16 | 3F | 0 | 21 | 117 | 2E | 2E |
| Octal | 205 | 100 | 253 | 26 | 77 | 0 | 41 | 427 | 56 | 56 |
| Binary | 10000101 | 1000000 | 10101011 | 10110 | 111111 | 0 | 100001 | 100010111 | 101110 | 101110 |
Color Harmonies of #8540AB
Complementary color
Monochromatic Colors of #8540AB
Black with #8540AB
Text Example
Text Example
White with #8540AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8540AB; }
p { color: rgb(133,64,171); }
H1.HeaderClassName
{
color: #8540AB;
}
.AnyTagClassName
{
color: #8540AB;
}
</style>
background-color css
<style>
a { background-color: #8540AB; }
a { background-color: rgb(133,64,171); }
div.DivClassName
{
background-color: #8540AB;
}
.BgClassName
{
background-color: #8540AB;
}
</style>
border-color css
<style>
span { border-color: #8540AB; }
span { border-color: rgb(133,64,171); }
td.TdClassName
{
border-color: #8540AB;
}
.TagClassName
{
border-color: #8540AB;
}
</style>