Shades of Dark Violet #850EE0
Tints of Dark Violet #850EE0
RGB
CMYK
RGB Variations
Color information
#850EE0 (or 0x850EE0) is known color: Dark Violet. HEX triplet: 85, 0E and E0. RGB value is (133,14,224). Sum of RGB (Red+Green+Blue) = 133+14+224=371 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.85% from 371); Green value is 14 (5.86% from 255 or 3.77% from 371); Blue value is 224 (87.89% from 255 or 60.38% from 371); Max value from RGB is 224 - color contains mainly: blue. Hex color #850EE0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #850EE0 is #7AF11F. Grayscale: #484848. Windows color (decimal): -8057120 or 14683781. OLE color: 14683781.
HSL color Cylindrical-coordinate representation of color #850EE0: hue angle of 274º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #850EE0 is Cyan = 0.41, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 133 | 14 | 224 | - |
| CMYK | 0.41 | 0.94 | 0 | 0.12 |
| HSL | 274º | 0.88% | 0.47% | - |
| HSV(B) | 274º | 0.94% | 0.88% | - |
| XYZ | 23.28 | 10.68 | 71.36 | - |
| YUV | 73.52 | 212.92 | 170.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 14 | 224 | 0.41 | 0.94 | 0 | 0.12 | 274 | 0.88 | 0.47 |
| Hex | 85 | E | E0 | 29 | 5E | 0 | C | 112 | 58 | 2F |
| Octal | 205 | 16 | 340 | 51 | 136 | 0 | 14 | 422 | 130 | 57 |
| Binary | 10000101 | 1110 | 11100000 | 101001 | 1011110 | 0 | 1100 | 100010010 | 1011000 | 101111 |
Color Harmonies of #850EE0
Complementary color
Monochromatic Colors of #850EE0
Black with #850EE0
Text Example
Text Example
White with #850EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850EE0; }
p { color: rgb(133,14,224); }
H1.HeaderClassName
{
color: #850EE0;
}
.AnyTagClassName
{
color: #850EE0;
}
</style>
background-color css
<style>
a { background-color: #850EE0; }
a { background-color: rgb(133,14,224); }
div.DivClassName
{
background-color: #850EE0;
}
.BgClassName
{
background-color: #850EE0;
}
</style>
border-color css
<style>
span { border-color: #850EE0; }
span { border-color: rgb(133,14,224); }
td.TdClassName
{
border-color: #850EE0;
}
.TagClassName
{
border-color: #850EE0;
}
</style>