Shades of Dark Violet #850EBA
Tints of Dark Violet #850EBA
RGB
CMYK
RGB Variations
Color information
#850EBA (or 0x850EBA) is known color: Dark Violet. HEX triplet: 85, 0E and BA. RGB value is (133,14,186). Sum of RGB (Red+Green+Blue) = 133+14+186=333 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.94% from 333); Green value is 14 (5.86% from 255 or 4.20% from 333); Blue value is 186 (73.05% from 255 or 55.86% from 333); Max value from RGB is 186 - color contains mainly: blue. Hex color #850EBA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #850EBA is #7AF145. Grayscale: #444444. Windows color (decimal): -8057158 or 12193413. OLE color: 12193413.
HSL color Cylindrical-coordinate representation of color #850EBA: hue angle of 281.51º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #850EBA is Cyan = 0.28, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 133 | 14 | 186 | - |
| CMYK | 0.28 | 0.92 | 0 | 0.27 |
| HSL | 281.51º | 0.86% | 0.39% | - |
| HSV(B) | 281.51º | 0.92% | 0.73% | - |
| XYZ | 18.69 | 8.85 | 47.18 | - |
| YUV | 69.19 | 193.92 | 173.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 14 | 186 | 0.28 | 0.92 | 0 | 0.27 | 281.51 | 0.86 | 0.39 |
| Hex | 85 | E | BA | 1C | 5C | 0 | 1B | 11A | 56 | 27 |
| Octal | 205 | 16 | 272 | 34 | 134 | 0 | 33 | 432 | 126 | 47 |
| Binary | 10000101 | 1110 | 10111010 | 11100 | 1011100 | 0 | 11011 | 100011010 | 1010110 | 100111 |
Color Harmonies of #850EBA
Complementary color
Monochromatic Colors of #850EBA
Black with #850EBA
Text Example
Text Example
White with #850EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850EBA; }
p { color: rgb(133,14,186); }
H1.HeaderClassName
{
color: #850EBA;
}
.AnyTagClassName
{
color: #850EBA;
}
</style>
background-color css
<style>
a { background-color: #850EBA; }
a { background-color: rgb(133,14,186); }
div.DivClassName
{
background-color: #850EBA;
}
.BgClassName
{
background-color: #850EBA;
}
</style>
border-color css
<style>
span { border-color: #850EBA; }
span { border-color: rgb(133,14,186); }
td.TdClassName
{
border-color: #850EBA;
}
.TagClassName
{
border-color: #850EBA;
}
</style>