Shades of Studio #854DA1
Tints of Studio #854DA1
RGB
CMYK
RGB Variations
Color information
#854DA1 (or 0x854DA1) is known color: Studio. HEX triplet: 85, 4D and A1. RGB value is (133,77,161). Sum of RGB (Red+Green+Blue) = 133+77+161=371 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.85% from 371); Green value is 77 (30.47% from 255 or 20.75% from 371); Blue value is 161 (63.28% from 255 or 43.40% from 371); Max value from RGB is 161 - color contains mainly: blue. Hex color #854DA1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #854DA1 is #7AB25E. Grayscale: #676767. Windows color (decimal): -8041055 or 10571141. OLE color: 10571141.
HSL color Cylindrical-coordinate representation of color #854DA1: hue angle of 280º degrees, saturation: 0.35, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #854DA1 is Cyan = 0.17, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 133 | 77 | 161 | - |
| CMYK | 0.17 | 0.52 | 0 | 0.37 |
| HSL | 280º | 0.35% | 0.47% | - |
| HSV(B) | 280º | 0.52% | 0.63% | - |
| XYZ | 18.76 | 12.87 | 35.21 | - |
| YUV | 103.32 | 160.55 | 149.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 77 | 161 | 0.17 | 0.52 | 0 | 0.37 | 280 | 0.35 | 0.47 |
| Hex | 85 | 4D | A1 | 11 | 34 | 0 | 25 | 118 | 23 | 2F |
| Octal | 205 | 115 | 241 | 21 | 64 | 0 | 45 | 430 | 43 | 57 |
| Binary | 10000101 | 1001101 | 10100001 | 10001 | 110100 | 0 | 100101 | 100011000 | 100011 | 101111 |
Color Harmonies of #854DA1
Complementary color
Monochromatic Colors of #854DA1
Black with #854DA1
Text Example
Text Example
White with #854DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #854DA1; }
p { color: rgb(133,77,161); }
H1.HeaderClassName
{
color: #854DA1;
}
.AnyTagClassName
{
color: #854DA1;
}
</style>
background-color css
<style>
a { background-color: #854DA1; }
a { background-color: rgb(133,77,161); }
div.DivClassName
{
background-color: #854DA1;
}
.BgClassName
{
background-color: #854DA1;
}
</style>
border-color css
<style>
span { border-color: #854DA1; }
span { border-color: rgb(133,77,161); }
td.TdClassName
{
border-color: #854DA1;
}
.TagClassName
{
border-color: #854DA1;
}
</style>