Shades of Studio #8541A9
Tints of Studio #8541A9
RGB
CMYK
RGB Variations
Color information
#8541A9 (or 0x8541A9) is known color: Studio. HEX triplet: 85, 41 and A9. RGB value is (133,65,169). Sum of RGB (Red+Green+Blue) = 133+65+169=367 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.24% from 367); Green value is 65 (25.78% from 255 or 17.71% from 367); Blue value is 169 (66.41% from 255 or 46.05% from 367); Max value from RGB is 169 - color contains mainly: blue. Hex color #8541A9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8541A9 is #7ABE56. Grayscale: #606060. Windows color (decimal): -8044119 or 11092357. OLE color: 11092357.
HSL color Cylindrical-coordinate representation of color #8541A9: hue angle of 279.23º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8541A9 is Cyan = 0.21, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 133 | 65 | 169 | - |
| CMYK | 0.21 | 0.62 | 0 | 0.34 |
| HSL | 279.23º | 0.44% | 0.46% | - |
| HSV(B) | 279.23º | 0.62% | 0.66% | - |
| XYZ | 18.72 | 11.63 | 38.79 | - |
| YUV | 97.19 | 168.53 | 153.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 65 | 169 | 0.21 | 0.62 | 0 | 0.34 | 279.23 | 0.44 | 0.46 |
| Hex | 85 | 41 | A9 | 15 | 3E | 0 | 22 | 117 | 2C | 2E |
| Octal | 205 | 101 | 251 | 25 | 76 | 0 | 42 | 427 | 54 | 56 |
| Binary | 10000101 | 1000001 | 10101001 | 10101 | 111110 | 0 | 100010 | 100010111 | 101100 | 101110 |
Color Harmonies of #8541A9
Complementary color
Monochromatic Colors of #8541A9
Black with #8541A9
Text Example
Text Example
White with #8541A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8541A9; }
p { color: rgb(133,65,169); }
H1.HeaderClassName
{
color: #8541A9;
}
.AnyTagClassName
{
color: #8541A9;
}
</style>
background-color css
<style>
a { background-color: #8541A9; }
a { background-color: rgb(133,65,169); }
div.DivClassName
{
background-color: #8541A9;
}
.BgClassName
{
background-color: #8541A9;
}
</style>
border-color css
<style>
span { border-color: #8541A9; }
span { border-color: rgb(133,65,169); }
td.TdClassName
{
border-color: #8541A9;
}
.TagClassName
{
border-color: #8541A9;
}
</style>