Shades of Studio #8547A3
Tints of Studio #8547A3
RGB
CMYK
RGB Variations
Color information
#8547A3 (or 0x8547A3) is known color: Studio. HEX triplet: 85, 47 and A3. RGB value is (133,71,163). Sum of RGB (Red+Green+Blue) = 133+71+163=367 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.24% from 367); Green value is 71 (28.12% from 255 or 19.35% from 367); Blue value is 163 (64.06% from 255 or 44.41% from 367); Max value from RGB is 163 - color contains mainly: blue. Hex color #8547A3 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8547A3 is #7AB85C. Grayscale: #636363. Windows color (decimal): -8042589 or 10700677. OLE color: 10700677.
HSL color Cylindrical-coordinate representation of color #8547A3: hue angle of 280.43º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8547A3 is Cyan = 0.18, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 133 | 71 | 163 | - |
| CMYK | 0.18 | 0.56 | 0 | 0.36 |
| HSL | 280.43º | 0.39% | 0.46% | - |
| HSV(B) | 280.43º | 0.56% | 0.64% | - |
| XYZ | 18.54 | 12.14 | 36.02 | - |
| YUV | 100.03 | 163.54 | 151.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 71 | 163 | 0.18 | 0.56 | 0 | 0.36 | 280.43 | 0.39 | 0.46 |
| Hex | 85 | 47 | A3 | 12 | 38 | 0 | 24 | 118 | 27 | 2E |
| Octal | 205 | 107 | 243 | 22 | 70 | 0 | 44 | 430 | 47 | 56 |
| Binary | 10000101 | 1000111 | 10100011 | 10010 | 111000 | 0 | 100100 | 100011000 | 100111 | 101110 |
Color Harmonies of #8547A3
Complementary color
Monochromatic Colors of #8547A3
Black with #8547A3
Text Example
Text Example
White with #8547A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8547A3; }
p { color: rgb(133,71,163); }
H1.HeaderClassName
{
color: #8547A3;
}
.AnyTagClassName
{
color: #8547A3;
}
</style>
background-color css
<style>
a { background-color: #8547A3; }
a { background-color: rgb(133,71,163); }
div.DivClassName
{
background-color: #8547A3;
}
.BgClassName
{
background-color: #8547A3;
}
</style>
border-color css
<style>
span { border-color: #8547A3; }
span { border-color: rgb(133,71,163); }
td.TdClassName
{
border-color: #8547A3;
}
.TagClassName
{
border-color: #8547A3;
}
</style>