Shades of Dark Violet #950EED
Tints of Dark Violet #950EED
RGB
CMYK
RGB Variations
Color information
#950EED (or 0x950EED) is known color: Dark Violet. HEX triplet: 95, 0E and ED. RGB value is (149,14,237). Sum of RGB (Red+Green+Blue) = 149+14+237=400 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.25% from 400); Green value is 14 (5.86% from 255 or 3.5% from 400); Blue value is 237 (92.97% from 255 or 59.25% from 400); Max value from RGB is 237 - color contains mainly: blue. Hex color #950EED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #950EED is #6AF112. Grayscale: #4F4F4F. Windows color (decimal): -7008531 or 15535765. OLE color: 15535765.
HSL color Cylindrical-coordinate representation of color #950EED: hue angle of 276.32º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #950EED is Cyan = 0.37, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 149 | 14 | 237 | - |
| CMYK | 0.37 | 0.94 | 0 | 0.07 |
| HSL | 276.32º | 0.89% | 0.49% | - |
| HSV(B) | 276.32º | 0.94% | 0.93% | - |
| XYZ | 27.84 | 12.82 | 81.13 | - |
| YUV | 79.79 | 216.73 | 177.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 14 | 237 | 0.37 | 0.94 | 0 | 0.07 | 276.32 | 0.89 | 0.49 |
| Hex | 95 | E | ED | 25 | 5E | 0 | 7 | 114 | 59 | 31 |
| Octal | 225 | 16 | 355 | 45 | 136 | 0 | 7 | 424 | 131 | 61 |
| Binary | 10010101 | 1110 | 11101101 | 100101 | 1011110 | 0 | 111 | 100010100 | 1011001 | 110001 |
Color Harmonies of #950EED
Complementary color
Monochromatic Colors of #950EED
Black with #950EED
Text Example
Text Example
White with #950EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #950EED; }
p { color: rgb(149,14,237); }
H1.HeaderClassName
{
color: #950EED;
}
.AnyTagClassName
{
color: #950EED;
}
</style>
background-color css
<style>
a { background-color: #950EED; }
a { background-color: rgb(149,14,237); }
div.DivClassName
{
background-color: #950EED;
}
.BgClassName
{
background-color: #950EED;
}
</style>
border-color css
<style>
span { border-color: #950EED; }
span { border-color: rgb(149,14,237); }
td.TdClassName
{
border-color: #950EED;
}
.TagClassName
{
border-color: #950EED;
}
</style>