Shades of Dark Violet #950ED0
Tints of Dark Violet #950ED0
RGB
CMYK
RGB Variations
Color information
#950ED0 (or 0x950ED0) is known color: Dark Violet. HEX triplet: 95, 0E and D0. RGB value is (149,14,208). Sum of RGB (Red+Green+Blue) = 149+14+208=371 (49% of max value = 765). Red value is 149 (58.59% from 255 or 40.16% from 371); Green value is 14 (5.86% from 255 or 3.77% from 371); Blue value is 208 (81.64% from 255 or 56.06% from 371); Max value from RGB is 208 - color contains mainly: blue. Hex color #950ED0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #950ED0 is #6AF12F. Grayscale: #4B4B4B. Windows color (decimal): -7008560 or 13635221. OLE color: 13635221.
HSL color Cylindrical-coordinate representation of color #950ED0: hue angle of 281.75º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #950ED0 is Cyan = 0.28, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 149 | 14 | 208 | - |
| CMYK | 0.28 | 0.93 | 0 | 0.18 |
| HSL | 281.75º | 0.87% | 0.44% | - |
| HSV(B) | 281.75º | 0.93% | 0.82% | - |
| XYZ | 23.94 | 11.26 | 60.59 | - |
| YUV | 76.48 | 202.23 | 179.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 14 | 208 | 0.28 | 0.93 | 0 | 0.18 | 281.75 | 0.87 | 0.44 |
| Hex | 95 | E | D0 | 1C | 5D | 0 | 12 | 11A | 57 | 2C |
| Octal | 225 | 16 | 320 | 34 | 135 | 0 | 22 | 432 | 127 | 54 |
| Binary | 10010101 | 1110 | 11010000 | 11100 | 1011101 | 0 | 10010 | 100011010 | 1010111 | 101100 |
Color Harmonies of #950ED0
Complementary color
Monochromatic Colors of #950ED0
Black with #950ED0
Text Example
Text Example
White with #950ED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #950ED0; }
p { color: rgb(149,14,208); }
H1.HeaderClassName
{
color: #950ED0;
}
.AnyTagClassName
{
color: #950ED0;
}
</style>
background-color css
<style>
a { background-color: #950ED0; }
a { background-color: rgb(149,14,208); }
div.DivClassName
{
background-color: #950ED0;
}
.BgClassName
{
background-color: #950ED0;
}
</style>
border-color css
<style>
span { border-color: #950ED0; }
span { border-color: rgb(149,14,208); }
td.TdClassName
{
border-color: #950ED0;
}
.TagClassName
{
border-color: #950ED0;
}
</style>