Shades of Studio #8546AF
Tints of Studio #8546AF
RGB
CMYK
RGB Variations
Color information
#8546AF (or 0x8546AF) is known color: Studio. HEX triplet: 85, 46 and AF. RGB value is (133,70,175). Sum of RGB (Red+Green+Blue) = 133+70+175=378 (50% of max value = 765). Red value is 133 (52.34% from 255 or 35.19% from 378); Green value is 70 (27.73% from 255 or 18.52% from 378); Blue value is 175 (68.75% from 255 or 46.30% from 378); Max value from RGB is 175 - color contains mainly: blue. Hex color #8546AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8546AF is #7AB950. Grayscale: #646464. Windows color (decimal): -8042833 or 11486853. OLE color: 11486853.
HSL color Cylindrical-coordinate representation of color #8546AF: hue angle of 276º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8546AF is Cyan = 0.24, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 133 | 70 | 175 | - |
| CMYK | 0.24 | 0.60 | 0 | 0.31 |
| HSL | 276º | 0.43% | 0.48% | - |
| HSV(B) | 276º | 0.6% | 0.69% | - |
| XYZ | 19.6 | 12.46 | 41.93 | - |
| YUV | 100.81 | 169.87 | 150.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 70 | 175 | 0.24 | 0.60 | 0 | 0.31 | 276 | 0.43 | 0.48 |
| Hex | 85 | 46 | AF | 18 | 3C | 0 | 1F | 114 | 2B | 30 |
| Octal | 205 | 106 | 257 | 30 | 74 | 0 | 37 | 424 | 53 | 60 |
| Binary | 10000101 | 1000110 | 10101111 | 11000 | 111100 | 0 | 11111 | 100010100 | 101011 | 110000 |
Color Harmonies of #8546AF
Complementary color
Monochromatic Colors of #8546AF
Black with #8546AF
Text Example
Text Example
White with #8546AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8546AF; }
p { color: rgb(133,70,175); }
H1.HeaderClassName
{
color: #8546AF;
}
.AnyTagClassName
{
color: #8546AF;
}
</style>
background-color css
<style>
a { background-color: #8546AF; }
a { background-color: rgb(133,70,175); }
div.DivClassName
{
background-color: #8546AF;
}
.BgClassName
{
background-color: #8546AF;
}
</style>
border-color css
<style>
span { border-color: #8546AF; }
span { border-color: rgb(133,70,175); }
td.TdClassName
{
border-color: #8546AF;
}
.TagClassName
{
border-color: #8546AF;
}
</style>