Shades of Studio #853DAD
Tints of Studio #853DAD
RGB
CMYK
RGB Variations
Color information
#853DAD (or 0x853DAD) is known color: Studio. HEX triplet: 85, 3D and AD. RGB value is (133,61,173). Sum of RGB (Red+Green+Blue) = 133+61+173=367 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.24% from 367); Green value is 61 (24.22% from 255 or 16.62% from 367); Blue value is 173 (67.97% from 255 or 47.14% from 367); Max value from RGB is 173 - color contains mainly: blue. Hex color #853DAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #853DAD is #7AC252. Grayscale: #5E5E5E. Windows color (decimal): -8045139 or 11353477. OLE color: 11353477.
HSL color Cylindrical-coordinate representation of color #853DAD: hue angle of 278.57º 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 #853DAD is Cyan = 0.23, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 133 | 61 | 173 | - |
| CMYK | 0.23 | 0.65 | 0 | 0.32 |
| HSL | 278.57º | 0.48% | 0.46% | - |
| HSV(B) | 278.57º | 0.65% | 0.68% | - |
| XYZ | 18.88 | 11.34 | 40.73 | - |
| YUV | 95.3 | 171.85 | 154.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 61 | 173 | 0.23 | 0.65 | 0 | 0.32 | 278.57 | 0.48 | 0.46 |
| Hex | 85 | 3D | AD | 17 | 41 | 0 | 20 | 117 | 30 | 2E |
| Octal | 205 | 75 | 255 | 27 | 101 | 0 | 40 | 427 | 60 | 56 |
| Binary | 10000101 | 111101 | 10101101 | 10111 | 1000001 | 0 | 100000 | 100010111 | 110000 | 101110 |
Color Harmonies of #853DAD
Complementary color
Monochromatic Colors of #853DAD
Black with #853DAD
Text Example
Text Example
White with #853DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #853DAD; }
p { color: rgb(133,61,173); }
H1.HeaderClassName
{
color: #853DAD;
}
.AnyTagClassName
{
color: #853DAD;
}
</style>
background-color css
<style>
a { background-color: #853DAD; }
a { background-color: rgb(133,61,173); }
div.DivClassName
{
background-color: #853DAD;
}
.BgClassName
{
background-color: #853DAD;
}
</style>
border-color css
<style>
span { border-color: #853DAD; }
span { border-color: rgb(133,61,173); }
td.TdClassName
{
border-color: #853DAD;
}
.TagClassName
{
border-color: #853DAD;
}
</style>