Shades of Studio #853DAF
Tints of Studio #853DAF
RGB
CMYK
RGB Variations
Color information
#853DAF (or 0x853DAF) is known color: Studio. HEX triplet: 85, 3D and AF. RGB value is (133,61,175). Sum of RGB (Red+Green+Blue) = 133+61+175=369 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.04% from 369); Green value is 61 (24.22% from 255 or 16.53% from 369); Blue value is 175 (68.75% from 255 or 47.43% from 369); Max value from RGB is 175 - color contains mainly: blue. Hex color #853DAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #853DAF is #7AC250. Grayscale: #5F5F5F. Windows color (decimal): -8045137 or 11484549. OLE color: 11484549.
HSL color Cylindrical-coordinate representation of color #853DAF: hue angle of 277.89º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #853DAF is Cyan = 0.24, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 133 | 61 | 175 | - |
| CMYK | 0.24 | 0.65 | 0 | 0.31 |
| HSL | 277.89º | 0.48% | 0.46% | - |
| HSV(B) | 277.89º | 0.65% | 0.69% | - |
| XYZ | 19.08 | 11.42 | 41.76 | - |
| YUV | 95.52 | 172.85 | 154.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 61 | 175 | 0.24 | 0.65 | 0 | 0.31 | 277.89 | 0.48 | 0.46 |
| Hex | 85 | 3D | AF | 18 | 41 | 0 | 1F | 116 | 30 | 2E |
| Octal | 205 | 75 | 257 | 30 | 101 | 0 | 37 | 426 | 60 | 56 |
| Binary | 10000101 | 111101 | 10101111 | 11000 | 1000001 | 0 | 11111 | 100010110 | 110000 | 101110 |
Color Harmonies of #853DAF
Complementary color
Monochromatic Colors of #853DAF
Black with #853DAF
Text Example
Text Example
White with #853DAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #853DAF; }
p { color: rgb(133,61,175); }
H1.HeaderClassName
{
color: #853DAF;
}
.AnyTagClassName
{
color: #853DAF;
}
</style>
background-color css
<style>
a { background-color: #853DAF; }
a { background-color: rgb(133,61,175); }
div.DivClassName
{
background-color: #853DAF;
}
.BgClassName
{
background-color: #853DAF;
}
</style>
border-color css
<style>
span { border-color: #853DAF; }
span { border-color: rgb(133,61,175); }
td.TdClassName
{
border-color: #853DAF;
}
.TagClassName
{
border-color: #853DAF;
}
</style>