Shades of Dark Violet #960DD5
Tints of Dark Violet #960DD5
RGB
CMYK
RGB Variations
Color information
#960DD5 (or 0x960DD5) is known color: Dark Violet. HEX triplet: 96, 0D and D5. RGB value is (150,13,213). Sum of RGB (Red+Green+Blue) = 150+13+213=376 (49% of max value = 765). Red value is 150 (58.98% from 255 or 39.89% from 376); Green value is 13 (5.47% from 255 or 3.46% from 376); Blue value is 213 (83.59% from 255 or 56.65% from 376); Max value from RGB is 213 - color contains mainly: blue. Hex color #960DD5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #960DD5 is #69F22A. Grayscale: #4C4C4C. Windows color (decimal): -6943275 or 13962646. OLE color: 13962646.
HSL color Cylindrical-coordinate representation of color #960DD5: hue angle of 281.1º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #960DD5 is Cyan = 0.30, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 150 | 13 | 213 | - |
| CMYK | 0.30 | 0.94 | 0 | 0.16 |
| HSL | 281.1º | 0.88% | 0.44% | - |
| HSV(B) | 281.1º | 0.94% | 0.84% | - |
| XYZ | 24.73 | 11.58 | 63.88 | - |
| YUV | 76.76 | 204.89 | 180.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 13 | 213 | 0.30 | 0.94 | 0 | 0.16 | 281.1 | 0.88 | 0.44 |
| Hex | 96 | D | D5 | 1E | 5E | 0 | 10 | 119 | 58 | 2C |
| Octal | 226 | 15 | 325 | 36 | 136 | 0 | 20 | 431 | 130 | 54 |
| Binary | 10010110 | 1101 | 11010101 | 11110 | 1011110 | 0 | 10000 | 100011001 | 1011000 | 101100 |
Color Harmonies of #960DD5
Complementary color
Monochromatic Colors of #960DD5
Black with #960DD5
Text Example
Text Example
White with #960DD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #960DD5; }
p { color: rgb(150,13,213); }
H1.HeaderClassName
{
color: #960DD5;
}
.AnyTagClassName
{
color: #960DD5;
}
</style>
background-color css
<style>
a { background-color: #960DD5; }
a { background-color: rgb(150,13,213); }
div.DivClassName
{
background-color: #960DD5;
}
.BgClassName
{
background-color: #960DD5;
}
</style>
border-color css
<style>
span { border-color: #960DD5; }
span { border-color: rgb(150,13,213); }
td.TdClassName
{
border-color: #960DD5;
}
.TagClassName
{
border-color: #960DD5;
}
</style>