Shades of Studio #853DAC
Tints of Studio #853DAC
RGB
CMYK
RGB Variations
Color information
#853DAC (or 0x853DAC) is known color: Studio. HEX triplet: 85, 3D and AC. RGB value is (133,61,172). Sum of RGB (Red+Green+Blue) = 133+61+172=366 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.34% from 366); Green value is 61 (24.22% from 255 or 16.67% from 366); Blue value is 172 (67.58% from 255 or 46.99% from 366); Max value from RGB is 172 - color contains mainly: blue. Hex color #853DAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #853DAC is #7AC253. Grayscale: #5E5E5E. Windows color (decimal): -8045140 or 11287941. OLE color: 11287941.
HSL color Cylindrical-coordinate representation of color #853DAC: hue angle of 278.92º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #853DAC is Cyan = 0.23, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 133 | 61 | 172 | - |
| CMYK | 0.23 | 0.65 | 0 | 0.33 |
| HSL | 278.92º | 0.48% | 0.46% | - |
| HSV(B) | 278.92º | 0.65% | 0.67% | - |
| XYZ | 18.79 | 11.3 | 40.22 | - |
| YUV | 95.18 | 171.35 | 154.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 61 | 172 | 0.23 | 0.65 | 0 | 0.33 | 278.92 | 0.48 | 0.46 |
| Hex | 85 | 3D | AC | 17 | 41 | 0 | 21 | 117 | 30 | 2E |
| Octal | 205 | 75 | 254 | 27 | 101 | 0 | 41 | 427 | 60 | 56 |
| Binary | 10000101 | 111101 | 10101100 | 10111 | 1000001 | 0 | 100001 | 100010111 | 110000 | 101110 |
Color Harmonies of #853DAC
Complementary color
Monochromatic Colors of #853DAC
Black with #853DAC
Text Example
Text Example
White with #853DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #853DAC; }
p { color: rgb(133,61,172); }
H1.HeaderClassName
{
color: #853DAC;
}
.AnyTagClassName
{
color: #853DAC;
}
</style>
background-color css
<style>
a { background-color: #853DAC; }
a { background-color: rgb(133,61,172); }
div.DivClassName
{
background-color: #853DAC;
}
.BgClassName
{
background-color: #853DAC;
}
</style>
border-color css
<style>
span { border-color: #853DAC; }
span { border-color: rgb(133,61,172); }
td.TdClassName
{
border-color: #853DAC;
}
.TagClassName
{
border-color: #853DAC;
}
</style>