Shades of Studio #8547AF
Tints of Studio #8547AF
RGB
CMYK
RGB Variations
Color information
#8547AF (or 0x8547AF) is known color: Studio. HEX triplet: 85, 47 and AF. RGB value is (133,71,175). Sum of RGB (Red+Green+Blue) = 133+71+175=379 (50% of max value = 765). Red value is 133 (52.34% from 255 or 35.09% from 379); Green value is 71 (28.12% from 255 or 18.73% from 379); Blue value is 175 (68.75% from 255 or 46.17% from 379); Max value from RGB is 175 - color contains mainly: blue. Hex color #8547AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8547AF is #7AB850. Grayscale: #656565. Windows color (decimal): -8042577 or 11487109. OLE color: 11487109.
HSL color Cylindrical-coordinate representation of color #8547AF: hue angle of 275.77º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8547AF is Cyan = 0.24, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 133 | 71 | 175 | - |
| CMYK | 0.24 | 0.59 | 0 | 0.31 |
| HSL | 275.77º | 0.42% | 0.48% | - |
| HSV(B) | 275.77º | 0.59% | 0.69% | - |
| XYZ | 19.66 | 12.59 | 41.95 | - |
| YUV | 101.39 | 169.54 | 150.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 71 | 175 | 0.24 | 0.59 | 0 | 0.31 | 275.77 | 0.42 | 0.48 |
| Hex | 85 | 47 | AF | 18 | 3B | 0 | 1F | 114 | 2A | 30 |
| Octal | 205 | 107 | 257 | 30 | 73 | 0 | 37 | 424 | 52 | 60 |
| Binary | 10000101 | 1000111 | 10101111 | 11000 | 111011 | 0 | 11111 | 100010100 | 101010 | 110000 |
Color Harmonies of #8547AF
Complementary color
Monochromatic Colors of #8547AF
Black with #8547AF
Text Example
Text Example
White with #8547AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8547AF; }
p { color: rgb(133,71,175); }
H1.HeaderClassName
{
color: #8547AF;
}
.AnyTagClassName
{
color: #8547AF;
}
</style>
background-color css
<style>
a { background-color: #8547AF; }
a { background-color: rgb(133,71,175); }
div.DivClassName
{
background-color: #8547AF;
}
.BgClassName
{
background-color: #8547AF;
}
</style>
border-color css
<style>
span { border-color: #8547AF; }
span { border-color: rgb(133,71,175); }
td.TdClassName
{
border-color: #8547AF;
}
.TagClassName
{
border-color: #8547AF;
}
</style>