Shades of Dark Violet #950EDF
Tints of Dark Violet #950EDF
RGB
CMYK
RGB Variations
Color information
#950EDF (or 0x950EDF) is known color: Dark Violet. HEX triplet: 95, 0E and DF. RGB value is (149,14,223). Sum of RGB (Red+Green+Blue) = 149+14+223=386 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.60% from 386); Green value is 14 (5.86% from 255 or 3.63% from 386); Blue value is 223 (87.5% from 255 or 57.77% from 386); Max value from RGB is 223 - color contains mainly: blue. Hex color #950EDF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #950EDF is #6AF120. Grayscale: #4D4D4D. Windows color (decimal): -7008545 or 14618261. OLE color: 14618261.
HSL color Cylindrical-coordinate representation of color #950EDF: hue angle of 278.76º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #950EDF is Cyan = 0.33, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 149 | 14 | 223 | - |
| CMYK | 0.33 | 0.94 | 0 | 0.13 |
| HSL | 278.76º | 0.88% | 0.46% | - |
| HSV(B) | 278.76º | 0.94% | 0.87% | - |
| XYZ | 25.87 | 12.03 | 70.77 | - |
| YUV | 78.19 | 209.73 | 178.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 14 | 223 | 0.33 | 0.94 | 0 | 0.13 | 278.76 | 0.88 | 0.46 |
| Hex | 95 | E | DF | 21 | 5E | 0 | D | 117 | 58 | 2E |
| Octal | 225 | 16 | 337 | 41 | 136 | 0 | 15 | 427 | 130 | 56 |
| Binary | 10010101 | 1110 | 11011111 | 100001 | 1011110 | 0 | 1101 | 100010111 | 1011000 | 101110 |
Color Harmonies of #950EDF
Complementary color
Monochromatic Colors of #950EDF
Black with #950EDF
Text Example
Text Example
White with #950EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #950EDF; }
p { color: rgb(149,14,223); }
H1.HeaderClassName
{
color: #950EDF;
}
.AnyTagClassName
{
color: #950EDF;
}
</style>
background-color css
<style>
a { background-color: #950EDF; }
a { background-color: rgb(149,14,223); }
div.DivClassName
{
background-color: #950EDF;
}
.BgClassName
{
background-color: #950EDF;
}
</style>
border-color css
<style>
span { border-color: #950EDF; }
span { border-color: rgb(149,14,223); }
td.TdClassName
{
border-color: #950EDF;
}
.TagClassName
{
border-color: #950EDF;
}
</style>