Shades of Dark Violet #850FD0
Tints of Dark Violet #850FD0
RGB
CMYK
RGB Variations
Color information
#850FD0 (or 0x850FD0) is known color: Dark Violet. HEX triplet: 85, 0F and D0. RGB value is (133,15,208). Sum of RGB (Red+Green+Blue) = 133+15+208=356 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.36% from 356); Green value is 15 (6.25% from 255 or 4.21% from 356); Blue value is 208 (81.64% from 255 or 58.43% from 356); Max value from RGB is 208 - color contains mainly: blue. Hex color #850FD0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #850FD0 is #7AF02F. Grayscale: #474747. Windows color (decimal): -8056880 or 13635461. OLE color: 13635461.
HSL color Cylindrical-coordinate representation of color #850FD0: hue angle of 276.68º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #850FD0 is Cyan = 0.36, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 133 | 15 | 208 | - |
| CMYK | 0.36 | 0.93 | 0 | 0.18 |
| HSL | 276.68º | 0.87% | 0.44% | - |
| HSV(B) | 276.68º | 0.93% | 0.82% | - |
| XYZ | 21.23 | 9.88 | 60.46 | - |
| YUV | 72.28 | 204.59 | 171.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 15 | 208 | 0.36 | 0.93 | 0 | 0.18 | 276.68 | 0.87 | 0.44 |
| Hex | 85 | F | D0 | 24 | 5D | 0 | 12 | 115 | 57 | 2C |
| Octal | 205 | 17 | 320 | 44 | 135 | 0 | 22 | 425 | 127 | 54 |
| Binary | 10000101 | 1111 | 11010000 | 100100 | 1011101 | 0 | 10010 | 100010101 | 1010111 | 101100 |
Color Harmonies of #850FD0
Complementary color
Monochromatic Colors of #850FD0
Black with #850FD0
Text Example
Text Example
White with #850FD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850FD0; }
p { color: rgb(133,15,208); }
H1.HeaderClassName
{
color: #850FD0;
}
.AnyTagClassName
{
color: #850FD0;
}
</style>
background-color css
<style>
a { background-color: #850FD0; }
a { background-color: rgb(133,15,208); }
div.DivClassName
{
background-color: #850FD0;
}
.BgClassName
{
background-color: #850FD0;
}
</style>
border-color css
<style>
span { border-color: #850FD0; }
span { border-color: rgb(133,15,208); }
td.TdClassName
{
border-color: #850FD0;
}
.TagClassName
{
border-color: #850FD0;
}
</style>