Shades of Dark Violet #950FDE
Tints of Dark Violet #950FDE
RGB
CMYK
RGB Variations
Color information
#950FDE (or 0x950FDE) is known color: Dark Violet. HEX triplet: 95, 0F and DE. RGB value is (149,15,222). Sum of RGB (Red+Green+Blue) = 149+15+222=386 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.60% from 386); Green value is 15 (6.25% from 255 or 3.89% from 386); Blue value is 222 (87.11% from 255 or 57.51% from 386); Max value from RGB is 222 - color contains mainly: blue. Hex color #950FDE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #950FDE is #6AF021. Grayscale: #4D4D4D. Windows color (decimal): -7008290 or 14552981. OLE color: 14552981.
HSL color Cylindrical-coordinate representation of color #950FDE: hue angle of 278.84º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #950FDE is Cyan = 0.33, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 149 | 15 | 222 | - |
| CMYK | 0.33 | 0.93 | 0 | 0.13 |
| HSL | 278.84º | 0.87% | 0.46% | - |
| HSV(B) | 278.84º | 0.93% | 0.87% | - |
| XYZ | 25.75 | 12.01 | 70.07 | - |
| YUV | 78.66 | 208.89 | 178.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 15 | 222 | 0.33 | 0.93 | 0 | 0.13 | 278.84 | 0.87 | 0.46 |
| Hex | 95 | F | DE | 21 | 5D | 0 | D | 117 | 57 | 2E |
| Octal | 225 | 17 | 336 | 41 | 135 | 0 | 15 | 427 | 127 | 56 |
| Binary | 10010101 | 1111 | 11011110 | 100001 | 1011101 | 0 | 1101 | 100010111 | 1010111 | 101110 |
Color Harmonies of #950FDE
Complementary color
Monochromatic Colors of #950FDE
Black with #950FDE
Text Example
Text Example
White with #950FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #950FDE; }
p { color: rgb(149,15,222); }
H1.HeaderClassName
{
color: #950FDE;
}
.AnyTagClassName
{
color: #950FDE;
}
</style>
background-color css
<style>
a { background-color: #950FDE; }
a { background-color: rgb(149,15,222); }
div.DivClassName
{
background-color: #950FDE;
}
.BgClassName
{
background-color: #950FDE;
}
</style>
border-color css
<style>
span { border-color: #950FDE; }
span { border-color: rgb(149,15,222); }
td.TdClassName
{
border-color: #950FDE;
}
.TagClassName
{
border-color: #950FDE;
}
</style>