Shades of Dark Violet #850DE6
Tints of Dark Violet #850DE6
RGB
CMYK
RGB Variations
Color information
#850DE6 (or 0x850DE6) is known color: Dark Violet. HEX triplet: 85, 0D and E6. RGB value is (133,13,230). Sum of RGB (Red+Green+Blue) = 133+13+230=376 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.37% from 376); Green value is 13 (5.47% from 255 or 3.46% from 376); Blue value is 230 (90.23% from 255 or 61.17% from 376); Max value from RGB is 230 - color contains mainly: blue. Hex color #850DE6 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #850DE6 is #7AF219. Grayscale: #484848. Windows color (decimal): -8057370 or 15076741. OLE color: 15076741.
HSL color Cylindrical-coordinate representation of color #850DE6: hue angle of 273.18º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #850DE6 is Cyan = 0.42, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 133 | 13 | 230 | - |
| CMYK | 0.42 | 0.94 | 0 | 0.10 |
| HSL | 273.18º | 0.89% | 0.48% | - |
| HSV(B) | 273.18º | 0.94% | 0.9% | - |
| XYZ | 24.1 | 10.99 | 75.71 | - |
| YUV | 73.62 | 216.26 | 170.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 13 | 230 | 0.42 | 0.94 | 0 | 0.10 | 273.18 | 0.89 | 0.48 |
| Hex | 85 | D | E6 | 2A | 5E | 0 | A | 111 | 59 | 30 |
| Octal | 205 | 15 | 346 | 52 | 136 | 0 | 12 | 421 | 131 | 60 |
| Binary | 10000101 | 1101 | 11100110 | 101010 | 1011110 | 0 | 1010 | 100010001 | 1011001 | 110000 |
Color Harmonies of #850DE6
Complementary color
Monochromatic Colors of #850DE6
Black with #850DE6
Text Example
Text Example
White with #850DE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850DE6; }
p { color: rgb(133,13,230); }
H1.HeaderClassName
{
color: #850DE6;
}
.AnyTagClassName
{
color: #850DE6;
}
</style>
background-color css
<style>
a { background-color: #850DE6; }
a { background-color: rgb(133,13,230); }
div.DivClassName
{
background-color: #850DE6;
}
.BgClassName
{
background-color: #850DE6;
}
</style>
border-color css
<style>
span { border-color: #850DE6; }
span { border-color: rgb(133,13,230); }
td.TdClassName
{
border-color: #850DE6;
}
.TagClassName
{
border-color: #850DE6;
}
</style>