Shades of Studio #853CAD
Tints of Studio #853CAD
RGB
CMYK
RGB Variations
Color information
#853CAD (or 0x853CAD) is known color: Studio. HEX triplet: 85, 3C and AD. RGB value is (133,60,173). Sum of RGB (Red+Green+Blue) = 133+60+173=366 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.34% from 366); Green value is 60 (23.83% from 255 or 16.39% from 366); Blue value is 173 (67.97% from 255 or 47.27% from 366); Max value from RGB is 173 - color contains mainly: blue. Hex color #853CAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #853CAD is #7AC352. Grayscale: #5E5E5E. Windows color (decimal): -8045395 or 11353221. OLE color: 11353221.
HSL color Cylindrical-coordinate representation of color #853CAD: hue angle of 278.76º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #853CAD is Cyan = 0.23, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 133 | 60 | 173 | - |
| CMYK | 0.23 | 0.65 | 0 | 0.32 |
| HSL | 278.76º | 0.48% | 0.46% | - |
| HSV(B) | 278.76º | 0.65% | 0.68% | - |
| XYZ | 18.83 | 11.24 | 40.71 | - |
| YUV | 94.71 | 172.18 | 155.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 60 | 173 | 0.23 | 0.65 | 0 | 0.32 | 278.76 | 0.48 | 0.46 |
| Hex | 85 | 3C | AD | 17 | 41 | 0 | 20 | 117 | 30 | 2E |
| Octal | 205 | 74 | 255 | 27 | 101 | 0 | 40 | 427 | 60 | 56 |
| Binary | 10000101 | 111100 | 10101101 | 10111 | 1000001 | 0 | 100000 | 100010111 | 110000 | 101110 |
Color Harmonies of #853CAD
Complementary color
Monochromatic Colors of #853CAD
Black with #853CAD
Text Example
Text Example
White with #853CAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #853CAD; }
p { color: rgb(133,60,173); }
H1.HeaderClassName
{
color: #853CAD;
}
.AnyTagClassName
{
color: #853CAD;
}
</style>
background-color css
<style>
a { background-color: #853CAD; }
a { background-color: rgb(133,60,173); }
div.DivClassName
{
background-color: #853CAD;
}
.BgClassName
{
background-color: #853CAD;
}
</style>
border-color css
<style>
span { border-color: #853CAD; }
span { border-color: rgb(133,60,173); }
td.TdClassName
{
border-color: #853CAD;
}
.TagClassName
{
border-color: #853CAD;
}
</style>