Shades of Studio #854DAE
Tints of Studio #854DAE
RGB
CMYK
RGB Variations
Color information
#854DAE (or 0x854DAE) is known color: Studio. HEX triplet: 85, 4D and AE. RGB value is (133,77,174). Sum of RGB (Red+Green+Blue) = 133+77+174=384 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.64% from 384); Green value is 77 (30.47% from 255 or 20.05% from 384); Blue value is 174 (68.36% from 255 or 45.31% from 384); Max value from RGB is 174 - color contains mainly: blue. Hex color #854DAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #854DAE is #7AB251. Grayscale: #686868. Windows color (decimal): -8041042 or 11423109. OLE color: 11423109.
HSL color Cylindrical-coordinate representation of color #854DAE: hue angle of 274.64º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #854DAE is Cyan = 0.24, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 133 | 77 | 174 | - |
| CMYK | 0.24 | 0.56 | 0 | 0.32 |
| HSL | 274.64º | 0.39% | 0.49% | - |
| HSV(B) | 274.64º | 0.56% | 0.68% | - |
| XYZ | 19.97 | 13.35 | 41.57 | - |
| YUV | 104.8 | 167.05 | 148.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 77 | 174 | 0.24 | 0.56 | 0 | 0.32 | 274.64 | 0.39 | 0.49 |
| Hex | 85 | 4D | AE | 18 | 38 | 0 | 20 | 113 | 27 | 31 |
| Octal | 205 | 115 | 256 | 30 | 70 | 0 | 40 | 423 | 47 | 61 |
| Binary | 10000101 | 1001101 | 10101110 | 11000 | 111000 | 0 | 100000 | 100010011 | 100111 | 110001 |
Color Harmonies of #854DAE
Complementary color
Monochromatic Colors of #854DAE
Black with #854DAE
Text Example
Text Example
White with #854DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #854DAE; }
p { color: rgb(133,77,174); }
H1.HeaderClassName
{
color: #854DAE;
}
.AnyTagClassName
{
color: #854DAE;
}
</style>
background-color css
<style>
a { background-color: #854DAE; }
a { background-color: rgb(133,77,174); }
div.DivClassName
{
background-color: #854DAE;
}
.BgClassName
{
background-color: #854DAE;
}
</style>
border-color css
<style>
span { border-color: #854DAE; }
span { border-color: rgb(133,77,174); }
td.TdClassName
{
border-color: #854DAE;
}
.TagClassName
{
border-color: #854DAE;
}
</style>