Shades of Dark Violet #850CE1
Tints of Dark Violet #850CE1
RGB
CMYK
RGB Variations
Color information
#850CE1 (or 0x850CE1) is known color: Dark Violet. HEX triplet: 85, 0C and E1. RGB value is (133,12,225). Sum of RGB (Red+Green+Blue) = 133+12+225=370 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.95% from 370); Green value is 12 (5.08% from 255 or 3.24% from 370); Blue value is 225 (88.28% from 255 or 60.81% from 370); Max value from RGB is 225 - color contains mainly: blue. Hex color #850CE1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #850CE1 is #7AF31E. Grayscale: #474747. Windows color (decimal): -8057631 or 14748805. OLE color: 14748805.
HSL color Cylindrical-coordinate representation of color #850CE1: hue angle of 274.08º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #850CE1 is Cyan = 0.41, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 133 | 12 | 225 | - |
| CMYK | 0.41 | 0.95 | 0 | 0.12 |
| HSL | 274.08º | 0.9% | 0.46% | - |
| HSV(B) | 274.08º | 0.95% | 0.88% | - |
| XYZ | 23.39 | 10.69 | 72.06 | - |
| YUV | 72.46 | 214.09 | 171.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 12 | 225 | 0.41 | 0.95 | 0 | 0.12 | 274.08 | 0.9 | 0.46 |
| Hex | 85 | C | E1 | 29 | 5F | 0 | C | 112 | 5A | 2E |
| Octal | 205 | 14 | 341 | 51 | 137 | 0 | 14 | 422 | 132 | 56 |
| Binary | 10000101 | 1100 | 11100001 | 101001 | 1011111 | 0 | 1100 | 100010010 | 1011010 | 101110 |
Color Harmonies of #850CE1
Complementary color
Monochromatic Colors of #850CE1
Black with #850CE1
Text Example
Text Example
White with #850CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850CE1; }
p { color: rgb(133,12,225); }
H1.HeaderClassName
{
color: #850CE1;
}
.AnyTagClassName
{
color: #850CE1;
}
</style>
background-color css
<style>
a { background-color: #850CE1; }
a { background-color: rgb(133,12,225); }
div.DivClassName
{
background-color: #850CE1;
}
.BgClassName
{
background-color: #850CE1;
}
</style>
border-color css
<style>
span { border-color: #850CE1; }
span { border-color: rgb(133,12,225); }
td.TdClassName
{
border-color: #850CE1;
}
.TagClassName
{
border-color: #850CE1;
}
</style>