Shades of Studio #854C9F
Tints of Studio #854C9F
RGB
CMYK
RGB Variations
Color information
#854C9F (or 0x854C9F) is known color: Studio. HEX triplet: 85, 4C and 9F. RGB value is (133,76,159). Sum of RGB (Red+Green+Blue) = 133+76+159=368 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.14% from 368); Green value is 76 (30.08% from 255 or 20.65% from 368); Blue value is 159 (62.5% from 255 or 43.21% from 368); Max value from RGB is 159 - color contains mainly: blue. Hex color #854C9F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #854C9F is #7AB360. Grayscale: #666666. Windows color (decimal): -8041313 or 10439813. OLE color: 10439813.
HSL color Cylindrical-coordinate representation of color #854C9F: hue angle of 281.2º degrees, saturation: 0.35, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #854C9F is Cyan = 0.16, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 133 | 76 | 159 | - |
| CMYK | 0.16 | 0.52 | 0 | 0.38 |
| HSL | 281.2º | 0.35% | 0.46% | - |
| HSV(B) | 281.2º | 0.52% | 0.62% | - |
| XYZ | 18.52 | 12.66 | 34.27 | - |
| YUV | 102.51 | 159.88 | 149.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 76 | 159 | 0.16 | 0.52 | 0 | 0.38 | 281.2 | 0.35 | 0.46 |
| Hex | 85 | 4C | 9F | 10 | 34 | 0 | 26 | 119 | 23 | 2E |
| Octal | 205 | 114 | 237 | 20 | 64 | 0 | 46 | 431 | 43 | 56 |
| Binary | 10000101 | 1001100 | 10011111 | 10000 | 110100 | 0 | 100110 | 100011001 | 100011 | 101110 |
Color Harmonies of #854C9F
Complementary color
Monochromatic Colors of #854C9F
Black with #854C9F
Text Example
Text Example
White with #854C9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #854C9F; }
p { color: rgb(133,76,159); }
H1.HeaderClassName
{
color: #854C9F;
}
.AnyTagClassName
{
color: #854C9F;
}
</style>
background-color css
<style>
a { background-color: #854C9F; }
a { background-color: rgb(133,76,159); }
div.DivClassName
{
background-color: #854C9F;
}
.BgClassName
{
background-color: #854C9F;
}
</style>
border-color css
<style>
span { border-color: #854C9F; }
span { border-color: rgb(133,76,159); }
td.TdClassName
{
border-color: #854C9F;
}
.TagClassName
{
border-color: #854C9F;
}
</style>