Shades of Studio #854FAD
Tints of Studio #854FAD
RGB
CMYK
RGB Variations
Color information
#854FAD (or 0x854FAD) is known color: Studio. HEX triplet: 85, 4F and AD. RGB value is (133,79,173). Sum of RGB (Red+Green+Blue) = 133+79+173=385 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.55% from 385); Green value is 79 (31.25% from 255 or 20.52% from 385); Blue value is 173 (67.97% from 255 or 44.94% from 385); Max value from RGB is 173 - color contains mainly: blue. Hex color #854FAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #854FAD is #7AB052. Grayscale: #696969. Windows color (decimal): -8040531 or 11358085. OLE color: 11358085.
HSL color Cylindrical-coordinate representation of color #854FAD: hue angle of 274.47º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #854FAD is Cyan = 0.23, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 133 | 79 | 173 | - |
| CMYK | 0.23 | 0.54 | 0 | 0.32 |
| HSL | 274.47º | 0.37% | 0.49% | - |
| HSV(B) | 274.47º | 0.54% | 0.68% | - |
| XYZ | 20.01 | 13.6 | 41.1 | - |
| YUV | 105.86 | 165.89 | 147.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 79 | 173 | 0.23 | 0.54 | 0 | 0.32 | 274.47 | 0.37 | 0.49 |
| Hex | 85 | 4F | AD | 17 | 36 | 0 | 20 | 112 | 25 | 31 |
| Octal | 205 | 117 | 255 | 27 | 66 | 0 | 40 | 422 | 45 | 61 |
| Binary | 10000101 | 1001111 | 10101101 | 10111 | 110110 | 0 | 100000 | 100010010 | 100101 | 110001 |
Color Harmonies of #854FAD
Complementary color
Monochromatic Colors of #854FAD
Black with #854FAD
Text Example
Text Example
White with #854FAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #854FAD; }
p { color: rgb(133,79,173); }
H1.HeaderClassName
{
color: #854FAD;
}
.AnyTagClassName
{
color: #854FAD;
}
</style>
background-color css
<style>
a { background-color: #854FAD; }
a { background-color: rgb(133,79,173); }
div.DivClassName
{
background-color: #854FAD;
}
.BgClassName
{
background-color: #854FAD;
}
</style>
border-color css
<style>
span { border-color: #854FAD; }
span { border-color: rgb(133,79,173); }
td.TdClassName
{
border-color: #854FAD;
}
.TagClassName
{
border-color: #854FAD;
}
</style>