Shades of Dark Violet #850FD5
Tints of Dark Violet #850FD5
RGB
CMYK
RGB Variations
Color information
#850FD5 (or 0x850FD5) is known color: Dark Violet. HEX triplet: 85, 0F and D5. RGB value is (133,15,213). Sum of RGB (Red+Green+Blue) = 133+15+213=361 (47% of max value = 765). Red value is 133 (52.34% from 255 or 36.84% from 361); Green value is 15 (6.25% from 255 or 4.16% from 361); Blue value is 213 (83.59% from 255 or 59.00% from 361); Max value from RGB is 213 - color contains mainly: blue. Hex color #850FD5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #850FD5 is #7AF02A. Grayscale: #484848. Windows color (decimal): -8056875 or 13963141. OLE color: 13963141.
HSL color Cylindrical-coordinate representation of color #850FD5: hue angle of 275.76º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #850FD5 is Cyan = 0.38, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 133 | 15 | 213 | - |
| CMYK | 0.38 | 0.93 | 0 | 0.16 |
| HSL | 275.76º | 0.87% | 0.45% | - |
| HSV(B) | 275.76º | 0.93% | 0.84% | - |
| XYZ | 21.85 | 10.13 | 63.75 | - |
| YUV | 72.85 | 207.09 | 170.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 15 | 213 | 0.38 | 0.93 | 0 | 0.16 | 275.76 | 0.87 | 0.45 |
| Hex | 85 | F | D5 | 26 | 5D | 0 | 10 | 114 | 57 | 2D |
| Octal | 205 | 17 | 325 | 46 | 135 | 0 | 20 | 424 | 127 | 55 |
| Binary | 10000101 | 1111 | 11010101 | 100110 | 1011101 | 0 | 10000 | 100010100 | 1010111 | 101101 |
Color Harmonies of #850FD5
Complementary color
Monochromatic Colors of #850FD5
Black with #850FD5
Text Example
Text Example
White with #850FD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850FD5; }
p { color: rgb(133,15,213); }
H1.HeaderClassName
{
color: #850FD5;
}
.AnyTagClassName
{
color: #850FD5;
}
</style>
background-color css
<style>
a { background-color: #850FD5; }
a { background-color: rgb(133,15,213); }
div.DivClassName
{
background-color: #850FD5;
}
.BgClassName
{
background-color: #850FD5;
}
</style>
border-color css
<style>
span { border-color: #850FD5; }
span { border-color: rgb(133,15,213); }
td.TdClassName
{
border-color: #850FD5;
}
.TagClassName
{
border-color: #850FD5;
}
</style>