Shades of Dark Violet #850DDB
Tints of Dark Violet #850DDB
RGB
CMYK
RGB Variations
Color information
#850DDB (or 0x850DDB) is known color: Dark Violet. HEX triplet: 85, 0D and DB. RGB value is (133,13,219). Sum of RGB (Red+Green+Blue) = 133+13+219=365 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.44% from 365); Green value is 13 (5.47% from 255 or 3.56% from 365); Blue value is 219 (85.94% from 255 or 60% from 365); Max value from RGB is 219 - color contains mainly: blue. Hex color #850DDB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #850DDB is #7AF224. Grayscale: #474747. Windows color (decimal): -8057381 or 14355845. OLE color: 14355845.
HSL color Cylindrical-coordinate representation of color #850DDB: hue angle of 274.95º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #850DDB is Cyan = 0.39, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 133 | 13 | 219 | - |
| CMYK | 0.39 | 0.94 | 0 | 0.14 |
| HSL | 274.95º | 0.89% | 0.45% | - |
| HSV(B) | 274.95º | 0.94% | 0.86% | - |
| XYZ | 22.6 | 10.39 | 67.83 | - |
| YUV | 72.36 | 210.76 | 171.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 13 | 219 | 0.39 | 0.94 | 0 | 0.14 | 274.95 | 0.89 | 0.45 |
| Hex | 85 | D | DB | 27 | 5E | 0 | E | 113 | 59 | 2D |
| Octal | 205 | 15 | 333 | 47 | 136 | 0 | 16 | 423 | 131 | 55 |
| Binary | 10000101 | 1101 | 11011011 | 100111 | 1011110 | 0 | 1110 | 100010011 | 1011001 | 101101 |
Color Harmonies of #850DDB
Complementary color
Monochromatic Colors of #850DDB
Black with #850DDB
Text Example
Text Example
White with #850DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850DDB; }
p { color: rgb(133,13,219); }
H1.HeaderClassName
{
color: #850DDB;
}
.AnyTagClassName
{
color: #850DDB;
}
</style>
background-color css
<style>
a { background-color: #850DDB; }
a { background-color: rgb(133,13,219); }
div.DivClassName
{
background-color: #850DDB;
}
.BgClassName
{
background-color: #850DDB;
}
</style>
border-color css
<style>
span { border-color: #850DDB; }
span { border-color: rgb(133,13,219); }
td.TdClassName
{
border-color: #850DDB;
}
.TagClassName
{
border-color: #850DDB;
}
</style>