Shades of Dark Violet #850FDA
Tints of Dark Violet #850FDA
RGB
CMYK
RGB Variations
Color information
#850FDA (or 0x850FDA) is known color: Dark Violet. HEX triplet: 85, 0F and DA. RGB value is (133,15,218). Sum of RGB (Red+Green+Blue) = 133+15+218=366 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.34% from 366); Green value is 15 (6.25% from 255 or 4.10% from 366); Blue value is 218 (85.55% from 255 or 59.56% from 366); Max value from RGB is 218 - color contains mainly: blue. Hex color #850FDA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #850FDA is #7AF025. Grayscale: #484848. Windows color (decimal): -8056870 or 14290821. OLE color: 14290821.
HSL color Cylindrical-coordinate representation of color #850FDA: hue angle of 274.88º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #850FDA is Cyan = 0.39, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 133 | 15 | 218 | - |
| CMYK | 0.39 | 0.93 | 0 | 0.15 |
| HSL | 274.88º | 0.87% | 0.46% | - |
| HSV(B) | 274.88º | 0.93% | 0.85% | - |
| XYZ | 22.5 | 10.39 | 67.15 | - |
| YUV | 73.42 | 209.59 | 170.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 15 | 218 | 0.39 | 0.93 | 0 | 0.15 | 274.88 | 0.87 | 0.46 |
| Hex | 85 | F | DA | 27 | 5D | 0 | F | 113 | 57 | 2E |
| Octal | 205 | 17 | 332 | 47 | 135 | 0 | 17 | 423 | 127 | 56 |
| Binary | 10000101 | 1111 | 11011010 | 100111 | 1011101 | 0 | 1111 | 100010011 | 1010111 | 101110 |
Color Harmonies of #850FDA
Complementary color
Monochromatic Colors of #850FDA
Black with #850FDA
Text Example
Text Example
White with #850FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850FDA; }
p { color: rgb(133,15,218); }
H1.HeaderClassName
{
color: #850FDA;
}
.AnyTagClassName
{
color: #850FDA;
}
</style>
background-color css
<style>
a { background-color: #850FDA; }
a { background-color: rgb(133,15,218); }
div.DivClassName
{
background-color: #850FDA;
}
.BgClassName
{
background-color: #850FDA;
}
</style>
border-color css
<style>
span { border-color: #850FDA; }
span { border-color: rgb(133,15,218); }
td.TdClassName
{
border-color: #850FDA;
}
.TagClassName
{
border-color: #850FDA;
}
</style>