Shades of Studio #853EAC
Tints of Studio #853EAC
RGB
CMYK
RGB Variations
Color information
#853EAC (or 0x853EAC) is known color: Studio. HEX triplet: 85, 3E and AC. RGB value is (133,62,172). Sum of RGB (Red+Green+Blue) = 133+62+172=367 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.24% from 367); Green value is 62 (24.61% from 255 or 16.89% from 367); Blue value is 172 (67.58% from 255 or 46.87% from 367); Max value from RGB is 172 - color contains mainly: blue. Hex color #853EAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #853EAC is #7AC153. Grayscale: #5F5F5F. Windows color (decimal): -8044884 or 11288197. OLE color: 11288197.
HSL color Cylindrical-coordinate representation of color #853EAC: hue angle of 278.73º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #853EAC is Cyan = 0.23, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 133 | 62 | 172 | - |
| CMYK | 0.23 | 0.64 | 0 | 0.33 |
| HSL | 278.73º | 0.47% | 0.46% | - |
| HSV(B) | 278.73º | 0.64% | 0.67% | - |
| XYZ | 18.84 | 11.41 | 40.24 | - |
| YUV | 95.77 | 171.02 | 154.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 62 | 172 | 0.23 | 0.64 | 0 | 0.33 | 278.73 | 0.47 | 0.46 |
| Hex | 85 | 3E | AC | 17 | 40 | 0 | 21 | 117 | 2F | 2E |
| Octal | 205 | 76 | 254 | 27 | 100 | 0 | 41 | 427 | 57 | 56 |
| Binary | 10000101 | 111110 | 10101100 | 10111 | 1000000 | 0 | 100001 | 100010111 | 101111 | 101110 |
Color Harmonies of #853EAC
Complementary color
Monochromatic Colors of #853EAC
Black with #853EAC
Text Example
Text Example
White with #853EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #853EAC; }
p { color: rgb(133,62,172); }
H1.HeaderClassName
{
color: #853EAC;
}
.AnyTagClassName
{
color: #853EAC;
}
</style>
background-color css
<style>
a { background-color: #853EAC; }
a { background-color: rgb(133,62,172); }
div.DivClassName
{
background-color: #853EAC;
}
.BgClassName
{
background-color: #853EAC;
}
</style>
border-color css
<style>
span { border-color: #853EAC; }
span { border-color: rgb(133,62,172); }
td.TdClassName
{
border-color: #853EAC;
}
.TagClassName
{
border-color: #853EAC;
}
</style>