Shades of Studio #8540AA
Tints of Studio #8540AA
RGB
CMYK
RGB Variations
Color information
#8540AA (or 0x8540AA) is known color: Studio. HEX triplet: 85, 40 and AA. RGB value is (133,64,170). Sum of RGB (Red+Green+Blue) = 133+64+170=367 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.24% from 367); Green value is 64 (25.39% from 255 or 17.44% from 367); Blue value is 170 (66.80% from 255 or 46.32% from 367); Max value from RGB is 170 - color contains mainly: blue. Hex color #8540AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8540AA is #7ABF55. Grayscale: #606060. Windows color (decimal): -8044374 or 11157637. OLE color: 11157637.
HSL color Cylindrical-coordinate representation of color #8540AA: hue angle of 279.06º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8540AA is Cyan = 0.22, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 133 | 64 | 170 | - |
| CMYK | 0.22 | 0.62 | 0 | 0.33 |
| HSL | 279.06º | 0.45% | 0.46% | - |
| HSV(B) | 279.06º | 0.62% | 0.67% | - |
| XYZ | 18.76 | 11.56 | 39.27 | - |
| YUV | 96.72 | 169.36 | 153.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 64 | 170 | 0.22 | 0.62 | 0 | 0.33 | 279.06 | 0.45 | 0.46 |
| Hex | 85 | 40 | AA | 16 | 3E | 0 | 21 | 117 | 2D | 2E |
| Octal | 205 | 100 | 252 | 26 | 76 | 0 | 41 | 427 | 55 | 56 |
| Binary | 10000101 | 1000000 | 10101010 | 10110 | 111110 | 0 | 100001 | 100010111 | 101101 | 101110 |
Color Harmonies of #8540AA
Complementary color
Monochromatic Colors of #8540AA
Black with #8540AA
Text Example
Text Example
White with #8540AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8540AA; }
p { color: rgb(133,64,170); }
H1.HeaderClassName
{
color: #8540AA;
}
.AnyTagClassName
{
color: #8540AA;
}
</style>
background-color css
<style>
a { background-color: #8540AA; }
a { background-color: rgb(133,64,170); }
div.DivClassName
{
background-color: #8540AA;
}
.BgClassName
{
background-color: #8540AA;
}
</style>
border-color css
<style>
span { border-color: #8540AA; }
span { border-color: rgb(133,64,170); }
td.TdClassName
{
border-color: #8540AA;
}
.TagClassName
{
border-color: #8540AA;
}
</style>