Shades of Dark Violet #850DCD
Tints of Dark Violet #850DCD
RGB
CMYK
RGB Variations
Color information
#850DCD (or 0x850DCD) is known color: Dark Violet. HEX triplet: 85, 0D and CD. RGB value is (133,13,205). Sum of RGB (Red+Green+Blue) = 133+13+205=351 (46% of max value = 765). Red value is 133 (52.34% from 255 or 37.89% from 351); Green value is 13 (5.47% from 255 or 3.70% from 351); Blue value is 205 (80.47% from 255 or 58.40% from 351); Max value from RGB is 205 - color contains mainly: blue. Hex color #850DCD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #850DCD is #7AF232. Grayscale: #464646. Windows color (decimal): -8057395 or 13438341. OLE color: 13438341.
HSL color Cylindrical-coordinate representation of color #850DCD: hue angle of 277.5º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #850DCD is Cyan = 0.35, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 133 | 13 | 205 | - |
| CMYK | 0.35 | 0.94 | 0 | 0.20 |
| HSL | 277.5º | 0.88% | 0.43% | - |
| HSV(B) | 277.5º | 0.94% | 0.8% | - |
| XYZ | 20.84 | 9.68 | 58.53 | - |
| YUV | 70.77 | 203.76 | 172.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 13 | 205 | 0.35 | 0.94 | 0 | 0.20 | 277.5 | 0.88 | 0.43 |
| Hex | 85 | D | CD | 23 | 5E | 0 | 14 | 116 | 58 | 2B |
| Octal | 205 | 15 | 315 | 43 | 136 | 0 | 24 | 426 | 130 | 53 |
| Binary | 10000101 | 1101 | 11001101 | 100011 | 1011110 | 0 | 10100 | 100010110 | 1011000 | 101011 |
Color Harmonies of #850DCD
Complementary color
Monochromatic Colors of #850DCD
Black with #850DCD
Text Example
Text Example
White with #850DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850DCD; }
p { color: rgb(133,13,205); }
H1.HeaderClassName
{
color: #850DCD;
}
.AnyTagClassName
{
color: #850DCD;
}
</style>
background-color css
<style>
a { background-color: #850DCD; }
a { background-color: rgb(133,13,205); }
div.DivClassName
{
background-color: #850DCD;
}
.BgClassName
{
background-color: #850DCD;
}
</style>
border-color css
<style>
span { border-color: #850DCD; }
span { border-color: rgb(133,13,205); }
td.TdClassName
{
border-color: #850DCD;
}
.TagClassName
{
border-color: #850DCD;
}
</style>