Shades of Dark Violet #960EED
Tints of Dark Violet #960EED
RGB
CMYK
RGB Variations
Color information
#960EED (or 0x960EED) is known color: Dark Violet. HEX triplet: 96, 0E and ED. RGB value is (150,14,237). Sum of RGB (Red+Green+Blue) = 150+14+237=401 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.41% from 401); Green value is 14 (5.86% from 255 or 3.49% 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 #960EED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #960EED is #69F112. Grayscale: #4F4F4F. Windows color (decimal): -6942995 or 15535766. OLE color: 15535766.
HSL color Cylindrical-coordinate representation of color #960EED: hue angle of 276.59º 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 #960EED is Cyan = 0.37, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 150 | 14 | 237 | - |
| CMYK | 0.37 | 0.94 | 0 | 0.07 |
| HSL | 276.59º | 0.89% | 0.49% | - |
| HSV(B) | 276.59º | 0.94% | 0.93% | - |
| XYZ | 28.02 | 12.91 | 81.14 | - |
| YUV | 80.09 | 216.56 | 177.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 14 | 237 | 0.37 | 0.94 | 0 | 0.07 | 276.59 | 0.89 | 0.49 |
| Hex | 96 | E | ED | 25 | 5E | 0 | 7 | 115 | 59 | 31 |
| Octal | 226 | 16 | 355 | 45 | 136 | 0 | 7 | 425 | 131 | 61 |
| Binary | 10010110 | 1110 | 11101101 | 100101 | 1011110 | 0 | 111 | 100010101 | 1011001 | 110001 |
Color Harmonies of #960EED
Complementary color
Monochromatic Colors of #960EED
Black with #960EED
Text Example
Text Example
White with #960EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #960EED; }
p { color: rgb(150,14,237); }
H1.HeaderClassName
{
color: #960EED;
}
.AnyTagClassName
{
color: #960EED;
}
</style>
background-color css
<style>
a { background-color: #960EED; }
a { background-color: rgb(150,14,237); }
div.DivClassName
{
background-color: #960EED;
}
.BgClassName
{
background-color: #960EED;
}
</style>
border-color css
<style>
span { border-color: #960EED; }
span { border-color: rgb(150,14,237); }
td.TdClassName
{
border-color: #960EED;
}
.TagClassName
{
border-color: #960EED;
}
</style>