Shades of Studio #8540AF
Tints of Studio #8540AF
RGB
CMYK
RGB Variations
Color information
#8540AF (or 0x8540AF) is known color: Studio. HEX triplet: 85, 40 and AF. RGB value is (133,64,175). Sum of RGB (Red+Green+Blue) = 133+64+175=372 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.75% from 372); Green value is 64 (25.39% from 255 or 17.20% from 372); Blue value is 175 (68.75% from 255 or 47.04% from 372); Max value from RGB is 175 - color contains mainly: blue. Hex color #8540AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8540AF is #7ABF50. Grayscale: #606060. Windows color (decimal): -8044369 or 11485317. OLE color: 11485317.
HSL color Cylindrical-coordinate representation of color #8540AF: hue angle of 277.3º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8540AF is Cyan = 0.24, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 133 | 64 | 175 | - |
| CMYK | 0.24 | 0.63 | 0 | 0.31 |
| HSL | 277.3º | 0.46% | 0.47% | - |
| HSV(B) | 277.3º | 0.63% | 0.69% | - |
| XYZ | 19.24 | 11.75 | 41.81 | - |
| YUV | 97.29 | 171.86 | 153.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 64 | 175 | 0.24 | 0.63 | 0 | 0.31 | 277.3 | 0.46 | 0.47 |
| Hex | 85 | 40 | AF | 18 | 3F | 0 | 1F | 115 | 2E | 2F |
| Octal | 205 | 100 | 257 | 30 | 77 | 0 | 37 | 425 | 56 | 57 |
| Binary | 10000101 | 1000000 | 10101111 | 11000 | 111111 | 0 | 11111 | 100010101 | 101110 | 101111 |
Color Harmonies of #8540AF
Complementary color
Monochromatic Colors of #8540AF
Black with #8540AF
Text Example
Text Example
White with #8540AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8540AF; }
p { color: rgb(133,64,175); }
H1.HeaderClassName
{
color: #8540AF;
}
.AnyTagClassName
{
color: #8540AF;
}
</style>
background-color css
<style>
a { background-color: #8540AF; }
a { background-color: rgb(133,64,175); }
div.DivClassName
{
background-color: #8540AF;
}
.BgClassName
{
background-color: #8540AF;
}
</style>
border-color css
<style>
span { border-color: #8540AF; }
span { border-color: rgb(133,64,175); }
td.TdClassName
{
border-color: #8540AF;
}
.TagClassName
{
border-color: #8540AF;
}
</style>