Shades of Dark Violet #850FBC
Tints of Dark Violet #850FBC
RGB
CMYK
RGB Variations
Color information
#850FBC (or 0x850FBC) is known color: Dark Violet. HEX triplet: 85, 0F and BC. RGB value is (133,15,188). Sum of RGB (Red+Green+Blue) = 133+15+188=336 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.58% from 336); Green value is 15 (6.25% from 255 or 4.46% from 336); Blue value is 188 (73.83% from 255 or 55.95% from 336); Max value from RGB is 188 - color contains mainly: blue. Hex color #850FBC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #850FBC is #7AF043. Grayscale: #454545. Windows color (decimal): -8056900 or 12324741. OLE color: 12324741.
HSL color Cylindrical-coordinate representation of color #850FBC: hue angle of 280.92º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #850FBC is Cyan = 0.29, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 133 | 15 | 188 | - |
| CMYK | 0.29 | 0.92 | 0 | 0.26 |
| HSL | 280.92º | 0.85% | 0.4% | - |
| HSV(B) | 280.92º | 0.92% | 0.74% | - |
| XYZ | 18.92 | 8.96 | 48.31 | - |
| YUV | 70 | 194.59 | 172.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 15 | 188 | 0.29 | 0.92 | 0 | 0.26 | 280.92 | 0.85 | 0.4 |
| Hex | 85 | F | BC | 1D | 5C | 0 | 1A | 119 | 55 | 28 |
| Octal | 205 | 17 | 274 | 35 | 134 | 0 | 32 | 431 | 125 | 50 |
| Binary | 10000101 | 1111 | 10111100 | 11101 | 1011100 | 0 | 11010 | 100011001 | 1010101 | 101000 |
Color Harmonies of #850FBC
Complementary color
Monochromatic Colors of #850FBC
Black with #850FBC
Text Example
Text Example
White with #850FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850FBC; }
p { color: rgb(133,15,188); }
H1.HeaderClassName
{
color: #850FBC;
}
.AnyTagClassName
{
color: #850FBC;
}
</style>
background-color css
<style>
a { background-color: #850FBC; }
a { background-color: rgb(133,15,188); }
div.DivClassName
{
background-color: #850FBC;
}
.BgClassName
{
background-color: #850FBC;
}
</style>
border-color css
<style>
span { border-color: #850FBC; }
span { border-color: rgb(133,15,188); }
td.TdClassName
{
border-color: #850FBC;
}
.TagClassName
{
border-color: #850FBC;
}
</style>