Shades of Dark Violet #950EE1
Tints of Dark Violet #950EE1
RGB
CMYK
RGB Variations
Color information
#950EE1 (or 0x950EE1) is known color: Dark Violet. HEX triplet: 95, 0E and E1. RGB value is (149,14,225). Sum of RGB (Red+Green+Blue) = 149+14+225=388 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.40% from 388); Green value is 14 (5.86% from 255 or 3.61% from 388); Blue value is 225 (88.28% from 255 or 57.99% from 388); Max value from RGB is 225 - color contains mainly: blue. Hex color #950EE1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #950EE1 is #6AF11E. Grayscale: #4D4D4D. Windows color (decimal): -7008543 or 14749333. OLE color: 14749333.
HSL color Cylindrical-coordinate representation of color #950EE1: hue angle of 278.39º 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 #950EE1 is Cyan = 0.34, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 149 | 14 | 225 | - |
| CMYK | 0.34 | 0.94 | 0 | 0.12 |
| HSL | 278.39º | 0.88% | 0.47% | - |
| HSV(B) | 278.39º | 0.94% | 0.88% | - |
| XYZ | 26.14 | 12.14 | 72.2 | - |
| YUV | 78.42 | 210.73 | 178.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 14 | 225 | 0.34 | 0.94 | 0 | 0.12 | 278.39 | 0.88 | 0.47 |
| Hex | 95 | E | E1 | 22 | 5E | 0 | C | 116 | 58 | 2F |
| Octal | 225 | 16 | 341 | 42 | 136 | 0 | 14 | 426 | 130 | 57 |
| Binary | 10010101 | 1110 | 11100001 | 100010 | 1011110 | 0 | 1100 | 100010110 | 1011000 | 101111 |
Color Harmonies of #950EE1
Complementary color
Monochromatic Colors of #950EE1
Black with #950EE1
Text Example
Text Example
White with #950EE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #950EE1; }
p { color: rgb(149,14,225); }
H1.HeaderClassName
{
color: #950EE1;
}
.AnyTagClassName
{
color: #950EE1;
}
</style>
background-color css
<style>
a { background-color: #950EE1; }
a { background-color: rgb(149,14,225); }
div.DivClassName
{
background-color: #950EE1;
}
.BgClassName
{
background-color: #950EE1;
}
</style>
border-color css
<style>
span { border-color: #950EE1; }
span { border-color: rgb(149,14,225); }
td.TdClassName
{
border-color: #950EE1;
}
.TagClassName
{
border-color: #950EE1;
}
</style>