Shades of Dark Violet #850FCF
Tints of Dark Violet #850FCF
RGB
CMYK
RGB Variations
Color information
#850FCF (or 0x850FCF) is known color: Dark Violet. HEX triplet: 85, 0F and CF. RGB value is (133,15,207). Sum of RGB (Red+Green+Blue) = 133+15+207=355 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.46% from 355); Green value is 15 (6.25% from 255 or 4.23% from 355); Blue value is 207 (81.25% from 255 or 58.31% from 355); Max value from RGB is 207 - color contains mainly: blue. Hex color #850FCF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #850FCF is #7AF030. Grayscale: #474747. Windows color (decimal): -8056881 or 13569925. OLE color: 13569925.
HSL color Cylindrical-coordinate representation of color #850FCF: hue angle of 276.88º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #850FCF is Cyan = 0.36, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 133 | 15 | 207 | - |
| CMYK | 0.36 | 0.93 | 0 | 0.19 |
| HSL | 276.88º | 0.86% | 0.44% | - |
| HSV(B) | 276.88º | 0.93% | 0.81% | - |
| XYZ | 21.11 | 9.83 | 59.82 | - |
| YUV | 72.17 | 204.09 | 171.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 15 | 207 | 0.36 | 0.93 | 0 | 0.19 | 276.88 | 0.86 | 0.44 |
| Hex | 85 | F | CF | 24 | 5D | 0 | 13 | 115 | 56 | 2C |
| Octal | 205 | 17 | 317 | 44 | 135 | 0 | 23 | 425 | 126 | 54 |
| Binary | 10000101 | 1111 | 11001111 | 100100 | 1011101 | 0 | 10011 | 100010101 | 1010110 | 101100 |
Color Harmonies of #850FCF
Complementary color
Monochromatic Colors of #850FCF
Black with #850FCF
Text Example
Text Example
White with #850FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850FCF; }
p { color: rgb(133,15,207); }
H1.HeaderClassName
{
color: #850FCF;
}
.AnyTagClassName
{
color: #850FCF;
}
</style>
background-color css
<style>
a { background-color: #850FCF; }
a { background-color: rgb(133,15,207); }
div.DivClassName
{
background-color: #850FCF;
}
.BgClassName
{
background-color: #850FCF;
}
</style>
border-color css
<style>
span { border-color: #850FCF; }
span { border-color: rgb(133,15,207); }
td.TdClassName
{
border-color: #850FCF;
}
.TagClassName
{
border-color: #850FCF;
}
</style>