Shades of Studio #853BAF
Tints of Studio #853BAF
RGB
CMYK
RGB Variations
Color information
#853BAF (or 0x853BAF) is known color: Studio. HEX triplet: 85, 3B and AF. RGB value is (133,59,175). Sum of RGB (Red+Green+Blue) = 133+59+175=367 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.24% from 367); Green value is 59 (23.44% from 255 or 16.08% from 367); Blue value is 175 (68.75% from 255 or 47.68% from 367); Max value from RGB is 175 - color contains mainly: blue. Hex color #853BAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #853BAF is #7AC450. Grayscale: #5D5D5D. Windows color (decimal): -8045649 or 11484037. OLE color: 11484037.
HSL color Cylindrical-coordinate representation of color #853BAF: hue angle of 278.28º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #853BAF is Cyan = 0.24, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 133 | 59 | 175 | - |
| CMYK | 0.24 | 0.66 | 0 | 0.31 |
| HSL | 278.28º | 0.5% | 0.46% | - |
| HSV(B) | 278.28º | 0.66% | 0.69% | - |
| XYZ | 18.97 | 11.21 | 41.72 | - |
| YUV | 94.35 | 173.52 | 155.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 59 | 175 | 0.24 | 0.66 | 0 | 0.31 | 278.28 | 0.5 | 0.46 |
| Hex | 85 | 3B | AF | 18 | 42 | 0 | 1F | 116 | 32 | 2E |
| Octal | 205 | 73 | 257 | 30 | 102 | 0 | 37 | 426 | 62 | 56 |
| Binary | 10000101 | 111011 | 10101111 | 11000 | 1000010 | 0 | 11111 | 100010110 | 110010 | 101110 |
Color Harmonies of #853BAF
Complementary color
Monochromatic Colors of #853BAF
Black with #853BAF
Text Example
Text Example
White with #853BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #853BAF; }
p { color: rgb(133,59,175); }
H1.HeaderClassName
{
color: #853BAF;
}
.AnyTagClassName
{
color: #853BAF;
}
</style>
background-color css
<style>
a { background-color: #853BAF; }
a { background-color: rgb(133,59,175); }
div.DivClassName
{
background-color: #853BAF;
}
.BgClassName
{
background-color: #853BAF;
}
</style>
border-color css
<style>
span { border-color: #853BAF; }
span { border-color: rgb(133,59,175); }
td.TdClassName
{
border-color: #853BAF;
}
.TagClassName
{
border-color: #853BAF;
}
</style>