Shades of Studio #8541AD
Tints of Studio #8541AD
RGB
CMYK
RGB Variations
Color information
#8541AD (or 0x8541AD) is known color: Studio. HEX triplet: 85, 41 and AD. RGB value is (133,65,173). Sum of RGB (Red+Green+Blue) = 133+65+173=371 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.85% from 371); Green value is 65 (25.78% from 255 or 17.52% from 371); Blue value is 173 (67.97% from 255 or 46.63% from 371); Max value from RGB is 173 - color contains mainly: blue. Hex color #8541AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8541AD is #7ABE52. Grayscale: #616161. Windows color (decimal): -8044115 or 11354501. OLE color: 11354501.
HSL color Cylindrical-coordinate representation of color #8541AD: hue angle of 277.78º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8541AD is Cyan = 0.23, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 133 | 65 | 173 | - |
| CMYK | 0.23 | 0.62 | 0 | 0.32 |
| HSL | 277.78º | 0.45% | 0.47% | - |
| HSV(B) | 277.78º | 0.62% | 0.68% | - |
| XYZ | 19.11 | 11.78 | 40.8 | - |
| YUV | 97.64 | 170.53 | 153.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 65 | 173 | 0.23 | 0.62 | 0 | 0.32 | 277.78 | 0.45 | 0.47 |
| Hex | 85 | 41 | AD | 17 | 3E | 0 | 20 | 116 | 2D | 2F |
| Octal | 205 | 101 | 255 | 27 | 76 | 0 | 40 | 426 | 55 | 57 |
| Binary | 10000101 | 1000001 | 10101101 | 10111 | 111110 | 0 | 100000 | 100010110 | 101101 | 101111 |
Color Harmonies of #8541AD
Complementary color
Monochromatic Colors of #8541AD
Black with #8541AD
Text Example
Text Example
White with #8541AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8541AD; }
p { color: rgb(133,65,173); }
H1.HeaderClassName
{
color: #8541AD;
}
.AnyTagClassName
{
color: #8541AD;
}
</style>
background-color css
<style>
a { background-color: #8541AD; }
a { background-color: rgb(133,65,173); }
div.DivClassName
{
background-color: #8541AD;
}
.BgClassName
{
background-color: #8541AD;
}
</style>
border-color css
<style>
span { border-color: #8541AD; }
span { border-color: rgb(133,65,173); }
td.TdClassName
{
border-color: #8541AD;
}
.TagClassName
{
border-color: #8541AD;
}
</style>