Shades of Studio #853BAD
Tints of Studio #853BAD
RGB
CMYK
RGB Variations
Color information
#853BAD (or 0x853BAD) is known color: Studio. HEX triplet: 85, 3B and AD. RGB value is (133,59,173). Sum of RGB (Red+Green+Blue) = 133+59+173=365 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.44% from 365); Green value is 59 (23.44% from 255 or 16.16% from 365); Blue value is 173 (67.97% from 255 or 47.40% from 365); Max value from RGB is 173 - color contains mainly: blue. Hex color #853BAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #853BAD is #7AC452. Grayscale: #5D5D5D. Windows color (decimal): -8045651 or 11352965. OLE color: 11352965.
HSL color Cylindrical-coordinate representation of color #853BAD: hue angle of 278.95º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #853BAD is Cyan = 0.23, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 133 | 59 | 173 | - |
| CMYK | 0.23 | 0.66 | 0 | 0.32 |
| HSL | 278.95º | 0.49% | 0.45% | - |
| HSV(B) | 278.95º | 0.66% | 0.68% | - |
| XYZ | 18.78 | 11.13 | 40.69 | - |
| YUV | 94.12 | 172.52 | 155.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 59 | 173 | 0.23 | 0.66 | 0 | 0.32 | 278.95 | 0.49 | 0.45 |
| Hex | 85 | 3B | AD | 17 | 42 | 0 | 20 | 117 | 31 | 2D |
| Octal | 205 | 73 | 255 | 27 | 102 | 0 | 40 | 427 | 61 | 55 |
| Binary | 10000101 | 111011 | 10101101 | 10111 | 1000010 | 0 | 100000 | 100010111 | 110001 | 101101 |
Color Harmonies of #853BAD
Complementary color
Monochromatic Colors of #853BAD
Black with #853BAD
Text Example
Text Example
White with #853BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #853BAD; }
p { color: rgb(133,59,173); }
H1.HeaderClassName
{
color: #853BAD;
}
.AnyTagClassName
{
color: #853BAD;
}
</style>
background-color css
<style>
a { background-color: #853BAD; }
a { background-color: rgb(133,59,173); }
div.DivClassName
{
background-color: #853BAD;
}
.BgClassName
{
background-color: #853BAD;
}
</style>
border-color css
<style>
span { border-color: #853BAD; }
span { border-color: rgb(133,59,173); }
td.TdClassName
{
border-color: #853BAD;
}
.TagClassName
{
border-color: #853BAD;
}
</style>