Shades of Dark Violet #850BAE
Tints of Dark Violet #850BAE
RGB
CMYK
RGB Variations
Color information
#850BAE (or 0x850BAE) is known color: Dark Violet. HEX triplet: 85, 0B and AE. RGB value is (133,11,174). Sum of RGB (Red+Green+Blue) = 133+11+174=318 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.82% from 318); Green value is 11 (4.69% from 255 or 3.46% from 318); Blue value is 174 (68.36% from 255 or 54.72% from 318); Max value from RGB is 174 - color contains mainly: blue. Hex color #850BAE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #850BAE is #7AF451. Grayscale: #414141. Windows color (decimal): -8057938 or 11406213. OLE color: 11406213.
HSL color Cylindrical-coordinate representation of color #850BAE: hue angle of 284.91º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #850BAE is Cyan = 0.24, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 133 | 11 | 174 | - |
| CMYK | 0.24 | 0.94 | 0 | 0.32 |
| HSL | 284.91º | 0.88% | 0.36% | - |
| HSV(B) | 284.91º | 0.94% | 0.68% | - |
| XYZ | 17.43 | 8.28 | 40.72 | - |
| YUV | 66.06 | 188.92 | 175.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 11 | 174 | 0.24 | 0.94 | 0 | 0.32 | 284.91 | 0.88 | 0.36 |
| Hex | 85 | B | AE | 18 | 5E | 0 | 20 | 11D | 58 | 24 |
| Octal | 205 | 13 | 256 | 30 | 136 | 0 | 40 | 435 | 130 | 44 |
| Binary | 10000101 | 1011 | 10101110 | 11000 | 1011110 | 0 | 100000 | 100011101 | 1011000 | 100100 |
Color Harmonies of #850BAE
Complementary color
Monochromatic Colors of #850BAE
Black with #850BAE
Text Example
Text Example
White with #850BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850BAE; }
p { color: rgb(133,11,174); }
H1.HeaderClassName
{
color: #850BAE;
}
.AnyTagClassName
{
color: #850BAE;
}
</style>
background-color css
<style>
a { background-color: #850BAE; }
a { background-color: rgb(133,11,174); }
div.DivClassName
{
background-color: #850BAE;
}
.BgClassName
{
background-color: #850BAE;
}
</style>
border-color css
<style>
span { border-color: #850BAE; }
span { border-color: rgb(133,11,174); }
td.TdClassName
{
border-color: #850BAE;
}
.TagClassName
{
border-color: #850BAE;
}
</style>