Shades of Studio #8542AA
Tints of Studio #8542AA
RGB
CMYK
RGB Variations
Color information
#8542AA (or 0x8542AA) is known color: Studio. HEX triplet: 85, 42 and AA. RGB value is (133,66,170). Sum of RGB (Red+Green+Blue) = 133+66+170=369 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.04% from 369); Green value is 66 (26.17% from 255 or 17.89% from 369); Blue value is 170 (66.80% from 255 or 46.07% from 369); Max value from RGB is 170 - color contains mainly: blue. Hex color #8542AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8542AA is #7ABD55. Grayscale: #616161. Windows color (decimal): -8043862 or 11158149. OLE color: 11158149.
HSL color Cylindrical-coordinate representation of color #8542AA: hue angle of 278.65º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8542AA is Cyan = 0.22, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 133 | 66 | 170 | - |
| CMYK | 0.22 | 0.61 | 0 | 0.33 |
| HSL | 278.65º | 0.44% | 0.46% | - |
| HSV(B) | 278.65º | 0.61% | 0.67% | - |
| XYZ | 18.88 | 11.79 | 39.31 | - |
| YUV | 97.89 | 168.7 | 153.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 66 | 170 | 0.22 | 0.61 | 0 | 0.33 | 278.65 | 0.44 | 0.46 |
| Hex | 85 | 42 | AA | 16 | 3D | 0 | 21 | 117 | 2C | 2E |
| Octal | 205 | 102 | 252 | 26 | 75 | 0 | 41 | 427 | 54 | 56 |
| Binary | 10000101 | 1000010 | 10101010 | 10110 | 111101 | 0 | 100001 | 100010111 | 101100 | 101110 |
Color Harmonies of #8542AA
Complementary color
Monochromatic Colors of #8542AA
Black with #8542AA
Text Example
Text Example
White with #8542AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8542AA; }
p { color: rgb(133,66,170); }
H1.HeaderClassName
{
color: #8542AA;
}
.AnyTagClassName
{
color: #8542AA;
}
</style>
background-color css
<style>
a { background-color: #8542AA; }
a { background-color: rgb(133,66,170); }
div.DivClassName
{
background-color: #8542AA;
}
.BgClassName
{
background-color: #8542AA;
}
</style>
border-color css
<style>
span { border-color: #8542AA; }
span { border-color: rgb(133,66,170); }
td.TdClassName
{
border-color: #8542AA;
}
.TagClassName
{
border-color: #8542AA;
}
</style>