Shades of Dark Violet #850FCE
Tints of Dark Violet #850FCE
RGB
CMYK
RGB Variations
Color information
#850FCE (or 0x850FCE) is known color: Dark Violet. HEX triplet: 85, 0F and CE. RGB value is (133,15,206). Sum of RGB (Red+Green+Blue) = 133+15+206=354 (46% of max value = 765). Red value is 133 (52.34% from 255 or 37.57% from 354); Green value is 15 (6.25% from 255 or 4.24% from 354); Blue value is 206 (80.86% from 255 or 58.19% from 354); Max value from RGB is 206 - color contains mainly: blue. Hex color #850FCE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #850FCE is #7AF031. Grayscale: #474747. Windows color (decimal): -8056882 or 13504389. OLE color: 13504389.
HSL color Cylindrical-coordinate representation of color #850FCE: hue angle of 277.07º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #850FCE is Cyan = 0.35, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 133 | 15 | 206 | - |
| CMYK | 0.35 | 0.93 | 0 | 0.19 |
| HSL | 277.07º | 0.86% | 0.43% | - |
| HSV(B) | 277.07º | 0.93% | 0.81% | - |
| XYZ | 20.98 | 9.78 | 59.18 | - |
| YUV | 72.06 | 203.59 | 171.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 15 | 206 | 0.35 | 0.93 | 0 | 0.19 | 277.07 | 0.86 | 0.43 |
| Hex | 85 | F | CE | 23 | 5D | 0 | 13 | 115 | 56 | 2B |
| Octal | 205 | 17 | 316 | 43 | 135 | 0 | 23 | 425 | 126 | 53 |
| Binary | 10000101 | 1111 | 11001110 | 100011 | 1011101 | 0 | 10011 | 100010101 | 1010110 | 101011 |
Color Harmonies of #850FCE
Complementary color
Monochromatic Colors of #850FCE
Black with #850FCE
Text Example
Text Example
White with #850FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850FCE; }
p { color: rgb(133,15,206); }
H1.HeaderClassName
{
color: #850FCE;
}
.AnyTagClassName
{
color: #850FCE;
}
</style>
background-color css
<style>
a { background-color: #850FCE; }
a { background-color: rgb(133,15,206); }
div.DivClassName
{
background-color: #850FCE;
}
.BgClassName
{
background-color: #850FCE;
}
</style>
border-color css
<style>
span { border-color: #850FCE; }
span { border-color: rgb(133,15,206); }
td.TdClassName
{
border-color: #850FCE;
}
.TagClassName
{
border-color: #850FCE;
}
</style>