Shades of Dark Violet #850FDD
Tints of Dark Violet #850FDD
RGB
CMYK
RGB Variations
Color information
#850FDD (or 0x850FDD) is known color: Dark Violet. HEX triplet: 85, 0F and DD. RGB value is (133,15,221). Sum of RGB (Red+Green+Blue) = 133+15+221=369 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.04% from 369); Green value is 15 (6.25% from 255 or 4.07% from 369); Blue value is 221 (86.72% from 255 or 59.89% from 369); Max value from RGB is 221 - color contains mainly: blue. Hex color #850FDD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #850FDD is #7AF022. Grayscale: #494949. Windows color (decimal): -8056867 or 14487429. OLE color: 14487429.
HSL color Cylindrical-coordinate representation of color #850FDD: hue angle of 274.37º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #850FDD is Cyan = 0.40, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 133 | 15 | 221 | - |
| CMYK | 0.40 | 0.93 | 0 | 0.13 |
| HSL | 274.37º | 0.87% | 0.46% | - |
| HSV(B) | 274.37º | 0.93% | 0.87% | - |
| XYZ | 22.89 | 10.55 | 69.24 | - |
| YUV | 73.77 | 211.09 | 170.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 15 | 221 | 0.40 | 0.93 | 0 | 0.13 | 274.37 | 0.87 | 0.46 |
| Hex | 85 | F | DD | 28 | 5D | 0 | D | 112 | 57 | 2E |
| Octal | 205 | 17 | 335 | 50 | 135 | 0 | 15 | 422 | 127 | 56 |
| Binary | 10000101 | 1111 | 11011101 | 101000 | 1011101 | 0 | 1101 | 100010010 | 1010111 | 101110 |
Color Harmonies of #850FDD
Complementary color
Monochromatic Colors of #850FDD
Black with #850FDD
Text Example
Text Example
White with #850FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850FDD; }
p { color: rgb(133,15,221); }
H1.HeaderClassName
{
color: #850FDD;
}
.AnyTagClassName
{
color: #850FDD;
}
</style>
background-color css
<style>
a { background-color: #850FDD; }
a { background-color: rgb(133,15,221); }
div.DivClassName
{
background-color: #850FDD;
}
.BgClassName
{
background-color: #850FDD;
}
</style>
border-color css
<style>
span { border-color: #850FDD; }
span { border-color: rgb(133,15,221); }
td.TdClassName
{
border-color: #850FDD;
}
.TagClassName
{
border-color: #850FDD;
}
</style>