Shades of Dark Violet #960FED
Tints of Dark Violet #960FED
RGB
CMYK
RGB Variations
Color information
#960FED (or 0x960FED) is known color: Dark Violet. HEX triplet: 96, 0F and ED. RGB value is (150,15,237). Sum of RGB (Red+Green+Blue) = 150+15+237=402 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.31% from 402); Green value is 15 (6.25% from 255 or 3.73% from 402); Blue value is 237 (92.97% from 255 or 58.96% from 402); Max value from RGB is 237 - color contains mainly: blue. Hex color #960FED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #960FED is #69F012. Grayscale: #4F4F4F. Windows color (decimal): -6942739 or 15536022. OLE color: 15536022.
HSL color Cylindrical-coordinate representation of color #960FED: hue angle of 276.49º 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 #960FED is Cyan = 0.37, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 150 | 15 | 237 | - |
| CMYK | 0.37 | 0.94 | 0 | 0.07 |
| HSL | 276.49º | 0.88% | 0.49% | - |
| HSV(B) | 276.49º | 0.94% | 0.93% | - |
| XYZ | 28.03 | 12.94 | 81.14 | - |
| YUV | 80.67 | 216.23 | 177.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 15 | 237 | 0.37 | 0.94 | 0 | 0.07 | 276.49 | 0.88 | 0.49 |
| Hex | 96 | F | ED | 25 | 5E | 0 | 7 | 114 | 58 | 31 |
| Octal | 226 | 17 | 355 | 45 | 136 | 0 | 7 | 424 | 130 | 61 |
| Binary | 10010110 | 1111 | 11101101 | 100101 | 1011110 | 0 | 111 | 100010100 | 1011000 | 110001 |
Color Harmonies of #960FED
Complementary color
Monochromatic Colors of #960FED
Black with #960FED
Text Example
Text Example
White with #960FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #960FED; }
p { color: rgb(150,15,237); }
H1.HeaderClassName
{
color: #960FED;
}
.AnyTagClassName
{
color: #960FED;
}
</style>
background-color css
<style>
a { background-color: #960FED; }
a { background-color: rgb(150,15,237); }
div.DivClassName
{
background-color: #960FED;
}
.BgClassName
{
background-color: #960FED;
}
</style>
border-color css
<style>
span { border-color: #960FED; }
span { border-color: rgb(150,15,237); }
td.TdClassName
{
border-color: #960FED;
}
.TagClassName
{
border-color: #960FED;
}
</style>