Shades of Dark Violet #850DBD
Tints of Dark Violet #850DBD
RGB
CMYK
RGB Variations
Color information
#850DBD (or 0x850DBD) is known color: Dark Violet. HEX triplet: 85, 0D and BD. RGB value is (133,13,189). Sum of RGB (Red+Green+Blue) = 133+13+189=335 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.70% from 335); Green value is 13 (5.47% from 255 or 3.88% from 335); Blue value is 189 (74.22% from 255 or 56.42% from 335); Max value from RGB is 189 - color contains mainly: blue. Hex color #850DBD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #850DBD is #7AF242. Grayscale: #444444. Windows color (decimal): -8057411 or 12389765. OLE color: 12389765.
HSL color Cylindrical-coordinate representation of color #850DBD: hue angle of 280.91º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #850DBD is Cyan = 0.30, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 133 | 13 | 189 | - |
| CMYK | 0.30 | 0.93 | 0 | 0.26 |
| HSL | 280.91º | 0.87% | 0.4% | - |
| HSV(B) | 280.91º | 0.93% | 0.74% | - |
| XYZ | 19 | 8.95 | 48.87 | - |
| YUV | 68.94 | 195.76 | 173.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 13 | 189 | 0.30 | 0.93 | 0 | 0.26 | 280.91 | 0.87 | 0.4 |
| Hex | 85 | D | BD | 1E | 5D | 0 | 1A | 119 | 57 | 28 |
| Octal | 205 | 15 | 275 | 36 | 135 | 0 | 32 | 431 | 127 | 50 |
| Binary | 10000101 | 1101 | 10111101 | 11110 | 1011101 | 0 | 11010 | 100011001 | 1010111 | 101000 |
Color Harmonies of #850DBD
Complementary color
Monochromatic Colors of #850DBD
Black with #850DBD
Text Example
Text Example
White with #850DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850DBD; }
p { color: rgb(133,13,189); }
H1.HeaderClassName
{
color: #850DBD;
}
.AnyTagClassName
{
color: #850DBD;
}
</style>
background-color css
<style>
a { background-color: #850DBD; }
a { background-color: rgb(133,13,189); }
div.DivClassName
{
background-color: #850DBD;
}
.BgClassName
{
background-color: #850DBD;
}
</style>
border-color css
<style>
span { border-color: #850DBD; }
span { border-color: rgb(133,13,189); }
td.TdClassName
{
border-color: #850DBD;
}
.TagClassName
{
border-color: #850DBD;
}
</style>