Shades of Dark Violet #950FED
Tints of Dark Violet #950FED
RGB
CMYK
RGB Variations
Color information
#950FED (or 0x950FED) is known color: Dark Violet. HEX triplet: 95, 0F and ED. RGB value is (149,15,237). Sum of RGB (Red+Green+Blue) = 149+15+237=401 (53% of max value = 765). Red value is 149 (58.59% from 255 or 37.16% from 401); Green value is 15 (6.25% from 255 or 3.74% from 401); Blue value is 237 (92.97% from 255 or 59.10% from 401); Max value from RGB is 237 - color contains mainly: blue. Hex color #950FED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #950FED is #6AF012. Grayscale: #4F4F4F. Windows color (decimal): -7008275 or 15536021. OLE color: 15536021.
HSL color Cylindrical-coordinate representation of color #950FED: hue angle of 276.22º degrees, saturation: 0.88, 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 #950FED is Cyan = 0.37, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 149 | 15 | 237 | - |
| CMYK | 0.37 | 0.94 | 0 | 0.07 |
| HSL | 276.22º | 0.88% | 0.49% | - |
| HSV(B) | 276.22º | 0.94% | 0.93% | - |
| XYZ | 27.85 | 12.85 | 81.13 | - |
| YUV | 80.37 | 216.39 | 176.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 15 | 237 | 0.37 | 0.94 | 0 | 0.07 | 276.22 | 0.88 | 0.49 |
| Hex | 95 | F | ED | 25 | 5E | 0 | 7 | 114 | 58 | 31 |
| Octal | 225 | 17 | 355 | 45 | 136 | 0 | 7 | 424 | 130 | 61 |
| Binary | 10010101 | 1111 | 11101101 | 100101 | 1011110 | 0 | 111 | 100010100 | 1011000 | 110001 |
Color Harmonies of #950FED
Complementary color
Monochromatic Colors of #950FED
Black with #950FED
Text Example
Text Example
White with #950FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #950FED; }
p { color: rgb(149,15,237); }
H1.HeaderClassName
{
color: #950FED;
}
.AnyTagClassName
{
color: #950FED;
}
</style>
background-color css
<style>
a { background-color: #950FED; }
a { background-color: rgb(149,15,237); }
div.DivClassName
{
background-color: #950FED;
}
.BgClassName
{
background-color: #950FED;
}
</style>
border-color css
<style>
span { border-color: #950FED; }
span { border-color: rgb(149,15,237); }
td.TdClassName
{
border-color: #950FED;
}
.TagClassName
{
border-color: #950FED;
}
</style>