Shades of Studio #853FAB
Tints of Studio #853FAB
RGB
CMYK
RGB Variations
Color information
#853FAB (or 0x853FAB) is known color: Studio. HEX triplet: 85, 3F and AB. RGB value is (133,63,171). Sum of RGB (Red+Green+Blue) = 133+63+171=367 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.24% from 367); Green value is 63 (25% from 255 or 17.17% from 367); Blue value is 171 (67.19% from 255 or 46.59% from 367); Max value from RGB is 171 - color contains mainly: blue. Hex color #853FAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #853FAB is #7AC054. Grayscale: #5F5F5F. Windows color (decimal): -8044629 or 11222917. OLE color: 11222917.
HSL color Cylindrical-coordinate representation of color #853FAB: hue angle of 278.89º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #853FAB is Cyan = 0.22, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 133 | 63 | 171 | - |
| CMYK | 0.22 | 0.63 | 0 | 0.33 |
| HSL | 278.89º | 0.46% | 0.46% | - |
| HSV(B) | 278.89º | 0.63% | 0.67% | - |
| XYZ | 18.8 | 11.48 | 39.75 | - |
| YUV | 96.24 | 170.19 | 154.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 63 | 171 | 0.22 | 0.63 | 0 | 0.33 | 278.89 | 0.46 | 0.46 |
| Hex | 85 | 3F | AB | 16 | 3F | 0 | 21 | 117 | 2E | 2E |
| Octal | 205 | 77 | 253 | 26 | 77 | 0 | 41 | 427 | 56 | 56 |
| Binary | 10000101 | 111111 | 10101011 | 10110 | 111111 | 0 | 100001 | 100010111 | 101110 | 101110 |
Color Harmonies of #853FAB
Complementary color
Monochromatic Colors of #853FAB
Black with #853FAB
Text Example
Text Example
White with #853FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #853FAB; }
p { color: rgb(133,63,171); }
H1.HeaderClassName
{
color: #853FAB;
}
.AnyTagClassName
{
color: #853FAB;
}
</style>
background-color css
<style>
a { background-color: #853FAB; }
a { background-color: rgb(133,63,171); }
div.DivClassName
{
background-color: #853FAB;
}
.BgClassName
{
background-color: #853FAB;
}
</style>
border-color css
<style>
span { border-color: #853FAB; }
span { border-color: rgb(133,63,171); }
td.TdClassName
{
border-color: #853FAB;
}
.TagClassName
{
border-color: #853FAB;
}
</style>