Shades of Studio #853CAB
Tints of Studio #853CAB
RGB
CMYK
RGB Variations
Color information
#853CAB (or 0x853CAB) is known color: Studio. HEX triplet: 85, 3C and AB. RGB value is (133,60,171). Sum of RGB (Red+Green+Blue) = 133+60+171=364 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.54% from 364); Green value is 60 (23.83% from 255 or 16.48% from 364); Blue value is 171 (67.19% from 255 or 46.98% from 364); Max value from RGB is 171 - color contains mainly: blue. Hex color #853CAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #853CAB is #7AC354. Grayscale: #5E5E5E. Windows color (decimal): -8045397 or 11222149. OLE color: 11222149.
HSL color Cylindrical-coordinate representation of color #853CAB: hue angle of 279.46º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #853CAB is Cyan = 0.22, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 133 | 60 | 171 | - |
| CMYK | 0.22 | 0.65 | 0 | 0.33 |
| HSL | 279.46º | 0.48% | 0.45% | - |
| HSV(B) | 279.46º | 0.65% | 0.67% | - |
| XYZ | 18.64 | 11.16 | 39.7 | - |
| YUV | 94.48 | 171.18 | 155.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 60 | 171 | 0.22 | 0.65 | 0 | 0.33 | 279.46 | 0.48 | 0.45 |
| Hex | 85 | 3C | AB | 16 | 41 | 0 | 21 | 117 | 30 | 2D |
| Octal | 205 | 74 | 253 | 26 | 101 | 0 | 41 | 427 | 60 | 55 |
| Binary | 10000101 | 111100 | 10101011 | 10110 | 1000001 | 0 | 100001 | 100010111 | 110000 | 101101 |
Color Harmonies of #853CAB
Complementary color
Monochromatic Colors of #853CAB
Black with #853CAB
Text Example
Text Example
White with #853CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #853CAB; }
p { color: rgb(133,60,171); }
H1.HeaderClassName
{
color: #853CAB;
}
.AnyTagClassName
{
color: #853CAB;
}
</style>
background-color css
<style>
a { background-color: #853CAB; }
a { background-color: rgb(133,60,171); }
div.DivClassName
{
background-color: #853CAB;
}
.BgClassName
{
background-color: #853CAB;
}
</style>
border-color css
<style>
span { border-color: #853CAB; }
span { border-color: rgb(133,60,171); }
td.TdClassName
{
border-color: #853CAB;
}
.TagClassName
{
border-color: #853CAB;
}
</style>