Shades of Dark Violet #960ED5
Tints of Dark Violet #960ED5
RGB
CMYK
RGB Variations
Color information
#960ED5 (or 0x960ED5) is known color: Dark Violet. HEX triplet: 96, 0E and D5. RGB value is (150,14,213). Sum of RGB (Red+Green+Blue) = 150+14+213=377 (49% of max value = 765). Red value is 150 (58.98% from 255 or 39.79% from 377); Green value is 14 (5.86% from 255 or 3.71% from 377); Blue value is 213 (83.59% from 255 or 56.50% from 377); Max value from RGB is 213 - color contains mainly: blue. Hex color #960ED5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #960ED5 is #69F12A. Grayscale: #4C4C4C. Windows color (decimal): -6943019 or 13962902. OLE color: 13962902.
HSL color Cylindrical-coordinate representation of color #960ED5: hue angle of 281.01º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #960ED5 is Cyan = 0.30, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 150 | 14 | 213 | - |
| CMYK | 0.30 | 0.93 | 0 | 0.16 |
| HSL | 281.01º | 0.88% | 0.45% | - |
| HSV(B) | 281.01º | 0.93% | 0.84% | - |
| XYZ | 24.74 | 11.6 | 63.89 | - |
| YUV | 77.35 | 204.56 | 179.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 14 | 213 | 0.30 | 0.93 | 0 | 0.16 | 281.01 | 0.88 | 0.45 |
| Hex | 96 | E | D5 | 1E | 5D | 0 | 10 | 119 | 58 | 2D |
| Octal | 226 | 16 | 325 | 36 | 135 | 0 | 20 | 431 | 130 | 55 |
| Binary | 10010110 | 1110 | 11010101 | 11110 | 1011101 | 0 | 10000 | 100011001 | 1011000 | 101101 |
Color Harmonies of #960ED5
Complementary color
Monochromatic Colors of #960ED5
Black with #960ED5
Text Example
Text Example
White with #960ED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #960ED5; }
p { color: rgb(150,14,213); }
H1.HeaderClassName
{
color: #960ED5;
}
.AnyTagClassName
{
color: #960ED5;
}
</style>
background-color css
<style>
a { background-color: #960ED5; }
a { background-color: rgb(150,14,213); }
div.DivClassName
{
background-color: #960ED5;
}
.BgClassName
{
background-color: #960ED5;
}
</style>
border-color css
<style>
span { border-color: #960ED5; }
span { border-color: rgb(150,14,213); }
td.TdClassName
{
border-color: #960ED5;
}
.TagClassName
{
border-color: #960ED5;
}
</style>