Shades of Dark Violet #850FDE
Tints of Dark Violet #850FDE
RGB
CMYK
RGB Variations
Color information
#850FDE (or 0x850FDE) is known color: Dark Violet. HEX triplet: 85, 0F and DE. RGB value is (133,15,222). Sum of RGB (Red+Green+Blue) = 133+15+222=370 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.95% from 370); Green value is 15 (6.25% from 255 or 4.05% from 370); Blue value is 222 (87.11% from 255 or 60% from 370); Max value from RGB is 222 - color contains mainly: blue. Hex color #850FDE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #850FDE is #7AF021. Grayscale: #494949. Windows color (decimal): -8056866 or 14552965. OLE color: 14552965.
HSL color Cylindrical-coordinate representation of color #850FDE: hue angle of 274.2º 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 #850FDE is Cyan = 0.40, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 133 | 15 | 222 | - |
| CMYK | 0.40 | 0.93 | 0 | 0.13 |
| HSL | 274.2º | 0.87% | 0.46% | - |
| HSV(B) | 274.2º | 0.93% | 0.87% | - |
| XYZ | 23.03 | 10.6 | 69.94 | - |
| YUV | 73.88 | 211.59 | 170.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 15 | 222 | 0.40 | 0.93 | 0 | 0.13 | 274.2 | 0.87 | 0.46 |
| Hex | 85 | F | DE | 28 | 5D | 0 | D | 112 | 57 | 2E |
| Octal | 205 | 17 | 336 | 50 | 135 | 0 | 15 | 422 | 127 | 56 |
| Binary | 10000101 | 1111 | 11011110 | 101000 | 1011101 | 0 | 1101 | 100010010 | 1010111 | 101110 |
Color Harmonies of #850FDE
Complementary color
Monochromatic Colors of #850FDE
Black with #850FDE
Text Example
Text Example
White with #850FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850FDE; }
p { color: rgb(133,15,222); }
H1.HeaderClassName
{
color: #850FDE;
}
.AnyTagClassName
{
color: #850FDE;
}
</style>
background-color css
<style>
a { background-color: #850FDE; }
a { background-color: rgb(133,15,222); }
div.DivClassName
{
background-color: #850FDE;
}
.BgClassName
{
background-color: #850FDE;
}
</style>
border-color css
<style>
span { border-color: #850FDE; }
span { border-color: rgb(133,15,222); }
td.TdClassName
{
border-color: #850FDE;
}
.TagClassName
{
border-color: #850FDE;
}
</style>