Shades of Dark Violet #960DDB
Tints of Dark Violet #960DDB
RGB
CMYK
RGB Variations
Color information
#960DDB (or 0x960DDB) is known color: Dark Violet. HEX triplet: 96, 0D and DB. RGB value is (150,13,219). Sum of RGB (Red+Green+Blue) = 150+13+219=382 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.27% from 382); Green value is 13 (5.47% from 255 or 3.40% from 382); Blue value is 219 (85.94% from 255 or 57.33% from 382); Max value from RGB is 219 - color contains mainly: blue. Hex color #960DDB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #960DDB is #69F224. Grayscale: #4C4C4C. Windows color (decimal): -6943269 or 14355862. OLE color: 14355862.
HSL color Cylindrical-coordinate representation of color #960DDB: hue angle of 279.9º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #960DDB is Cyan = 0.32, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 150 | 13 | 219 | - |
| CMYK | 0.32 | 0.94 | 0 | 0.14 |
| HSL | 279.9º | 0.89% | 0.45% | - |
| HSV(B) | 279.9º | 0.94% | 0.86% | - |
| XYZ | 25.51 | 11.89 | 67.97 | - |
| YUV | 77.45 | 207.89 | 179.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 13 | 219 | 0.32 | 0.94 | 0 | 0.14 | 279.9 | 0.89 | 0.45 |
| Hex | 96 | D | DB | 20 | 5E | 0 | E | 118 | 59 | 2D |
| Octal | 226 | 15 | 333 | 40 | 136 | 0 | 16 | 430 | 131 | 55 |
| Binary | 10010110 | 1101 | 11011011 | 100000 | 1011110 | 0 | 1110 | 100011000 | 1011001 | 101101 |
Color Harmonies of #960DDB
Complementary color
Monochromatic Colors of #960DDB
Black with #960DDB
Text Example
Text Example
White with #960DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #960DDB; }
p { color: rgb(150,13,219); }
H1.HeaderClassName
{
color: #960DDB;
}
.AnyTagClassName
{
color: #960DDB;
}
</style>
background-color css
<style>
a { background-color: #960DDB; }
a { background-color: rgb(150,13,219); }
div.DivClassName
{
background-color: #960DDB;
}
.BgClassName
{
background-color: #960DDB;
}
</style>
border-color css
<style>
span { border-color: #960DDB; }
span { border-color: rgb(150,13,219); }
td.TdClassName
{
border-color: #960DDB;
}
.TagClassName
{
border-color: #960DDB;
}
</style>