Shades of Studio #854DAD
Tints of Studio #854DAD
RGB
CMYK
RGB Variations
Color information
#854DAD (or 0x854DAD) is known color: Studio. HEX triplet: 85, 4D and AD. RGB value is (133,77,173). Sum of RGB (Red+Green+Blue) = 133+77+173=383 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.73% from 383); Green value is 77 (30.47% from 255 or 20.10% from 383); Blue value is 173 (67.97% from 255 or 45.17% from 383); Max value from RGB is 173 - color contains mainly: blue. Hex color #854DAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #854DAD is #7AB252. Grayscale: #686868. Windows color (decimal): -8041043 or 11357573. OLE color: 11357573.
HSL color Cylindrical-coordinate representation of color #854DAD: hue angle of 275º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #854DAD is Cyan = 0.23, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 133 | 77 | 173 | - |
| CMYK | 0.23 | 0.55 | 0 | 0.32 |
| HSL | 275º | 0.38% | 0.49% | - |
| HSV(B) | 275º | 0.55% | 0.68% | - |
| XYZ | 19.87 | 13.31 | 41.06 | - |
| YUV | 104.69 | 166.55 | 148.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 77 | 173 | 0.23 | 0.55 | 0 | 0.32 | 275 | 0.38 | 0.49 |
| Hex | 85 | 4D | AD | 17 | 37 | 0 | 20 | 113 | 26 | 31 |
| Octal | 205 | 115 | 255 | 27 | 67 | 0 | 40 | 423 | 46 | 61 |
| Binary | 10000101 | 1001101 | 10101101 | 10111 | 110111 | 0 | 100000 | 100010011 | 100110 | 110001 |
Color Harmonies of #854DAD
Complementary color
Monochromatic Colors of #854DAD
Black with #854DAD
Text Example
Text Example
White with #854DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #854DAD; }
p { color: rgb(133,77,173); }
H1.HeaderClassName
{
color: #854DAD;
}
.AnyTagClassName
{
color: #854DAD;
}
</style>
background-color css
<style>
a { background-color: #854DAD; }
a { background-color: rgb(133,77,173); }
div.DivClassName
{
background-color: #854DAD;
}
.BgClassName
{
background-color: #854DAD;
}
</style>
border-color css
<style>
span { border-color: #854DAD; }
span { border-color: rgb(133,77,173); }
td.TdClassName
{
border-color: #854DAD;
}
.TagClassName
{
border-color: #854DAD;
}
</style>