Shades of Studio #8549AF
Tints of Studio #8549AF
RGB
CMYK
RGB Variations
Color information
#8549AF (or 0x8549AF) is known color: Studio. HEX triplet: 85, 49 and AF. RGB value is (133,73,175). Sum of RGB (Red+Green+Blue) = 133+73+175=381 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.91% from 381); Green value is 73 (28.91% from 255 or 19.16% from 381); Blue value is 175 (68.75% from 255 or 45.93% from 381); Max value from RGB is 175 - color contains mainly: blue. Hex color #8549AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8549AF is #7AB650. Grayscale: #666666. Windows color (decimal): -8042065 or 11487621. OLE color: 11487621.
HSL color Cylindrical-coordinate representation of color #8549AF: hue angle of 275.29º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8549AF is Cyan = 0.24, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 133 | 73 | 175 | - |
| CMYK | 0.24 | 0.58 | 0 | 0.31 |
| HSL | 275.29º | 0.41% | 0.49% | - |
| HSV(B) | 275.29º | 0.58% | 0.69% | - |
| XYZ | 19.79 | 12.85 | 41.99 | - |
| YUV | 102.57 | 168.88 | 149.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 73 | 175 | 0.24 | 0.58 | 0 | 0.31 | 275.29 | 0.41 | 0.49 |
| Hex | 85 | 49 | AF | 18 | 3A | 0 | 1F | 113 | 29 | 31 |
| Octal | 205 | 111 | 257 | 30 | 72 | 0 | 37 | 423 | 51 | 61 |
| Binary | 10000101 | 1001001 | 10101111 | 11000 | 111010 | 0 | 11111 | 100010011 | 101001 | 110001 |
Color Harmonies of #8549AF
Complementary color
Monochromatic Colors of #8549AF
Black with #8549AF
Text Example
Text Example
White with #8549AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8549AF; }
p { color: rgb(133,73,175); }
H1.HeaderClassName
{
color: #8549AF;
}
.AnyTagClassName
{
color: #8549AF;
}
</style>
background-color css
<style>
a { background-color: #8549AF; }
a { background-color: rgb(133,73,175); }
div.DivClassName
{
background-color: #8549AF;
}
.BgClassName
{
background-color: #8549AF;
}
</style>
border-color css
<style>
span { border-color: #8549AF; }
span { border-color: rgb(133,73,175); }
td.TdClassName
{
border-color: #8549AF;
}
.TagClassName
{
border-color: #8549AF;
}
</style>