Shades of Dark Violet #960DB0
Tints of Dark Violet #960DB0
RGB
CMYK
RGB Variations
Color information
#960DB0 (or 0x960DB0) is known color: Dark Violet. HEX triplet: 96, 0D and B0. RGB value is (150,13,176). Sum of RGB (Red+Green+Blue) = 150+13+176=339 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.25% from 339); Green value is 13 (5.47% from 255 or 3.83% from 339); Blue value is 176 (69.14% from 255 or 51.92% from 339); Max value from RGB is 176 - color contains mainly: blue. Hex color #960DB0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #960DB0 is #69F24F. Grayscale: #484848. Windows color (decimal): -6943312 or 11537814. OLE color: 11537814.
HSL color Cylindrical-coordinate representation of color #960DB0: hue angle of 290.43º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #960DB0 is Cyan = 0.15, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 150 | 13 | 176 | - |
| CMYK | 0.15 | 0.93 | 0 | 0.31 |
| HSL | 290.43º | 0.86% | 0.37% | - |
| HSV(B) | 290.43º | 0.93% | 0.69% | - |
| XYZ | 20.56 | 9.91 | 41.9 | - |
| YUV | 72.55 | 186.39 | 183.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 13 | 176 | 0.15 | 0.93 | 0 | 0.31 | 290.43 | 0.86 | 0.37 |
| Hex | 96 | D | B0 | F | 5D | 0 | 1F | 122 | 56 | 25 |
| Octal | 226 | 15 | 260 | 17 | 135 | 0 | 37 | 442 | 126 | 45 |
| Binary | 10010110 | 1101 | 10110000 | 1111 | 1011101 | 0 | 11111 | 100100010 | 1010110 | 100101 |
Color Harmonies of #960DB0
Complementary color
Monochromatic Colors of #960DB0
Black with #960DB0
Text Example
Text Example
White with #960DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #960DB0; }
p { color: rgb(150,13,176); }
H1.HeaderClassName
{
color: #960DB0;
}
.AnyTagClassName
{
color: #960DB0;
}
</style>
background-color css
<style>
a { background-color: #960DB0; }
a { background-color: rgb(150,13,176); }
div.DivClassName
{
background-color: #960DB0;
}
.BgClassName
{
background-color: #960DB0;
}
</style>
border-color css
<style>
span { border-color: #960DB0; }
span { border-color: rgb(150,13,176); }
td.TdClassName
{
border-color: #960DB0;
}
.TagClassName
{
border-color: #960DB0;
}
</style>