Shades of Dark Violet #960DB1
Tints of Dark Violet #960DB1
RGB
CMYK
RGB Variations
Color information
#960DB1 (or 0x960DB1) is known color: Dark Violet. HEX triplet: 96, 0D and B1. RGB value is (150,13,177). Sum of RGB (Red+Green+Blue) = 150+13+177=340 (45% of max value = 765). Red value is 150 (58.98% from 255 or 44.12% from 340); Green value is 13 (5.47% from 255 or 3.82% from 340); Blue value is 177 (69.53% from 255 or 52.06% from 340); Max value from RGB is 177 - color contains mainly: blue. Hex color #960DB1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #960DB1 is #69F24E. Grayscale: #484848. Windows color (decimal): -6943311 or 11603350. OLE color: 11603350.
HSL color Cylindrical-coordinate representation of color #960DB1: hue angle of 290.12º 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 #960DB1 is Cyan = 0.15, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 150 | 13 | 177 | - |
| CMYK | 0.15 | 0.93 | 0 | 0.31 |
| HSL | 290.12º | 0.86% | 0.37% | - |
| HSV(B) | 290.12º | 0.93% | 0.69% | - |
| XYZ | 20.66 | 9.95 | 42.43 | - |
| YUV | 72.66 | 186.89 | 183.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 13 | 177 | 0.15 | 0.93 | 0 | 0.31 | 290.12 | 0.86 | 0.37 |
| Hex | 96 | D | B1 | F | 5D | 0 | 1F | 122 | 56 | 25 |
| Octal | 226 | 15 | 261 | 17 | 135 | 0 | 37 | 442 | 126 | 45 |
| Binary | 10010110 | 1101 | 10110001 | 1111 | 1011101 | 0 | 11111 | 100100010 | 1010110 | 100101 |
Color Harmonies of #960DB1
Complementary color
Monochromatic Colors of #960DB1
Black with #960DB1
Text Example
Text Example
White with #960DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #960DB1; }
p { color: rgb(150,13,177); }
H1.HeaderClassName
{
color: #960DB1;
}
.AnyTagClassName
{
color: #960DB1;
}
</style>
background-color css
<style>
a { background-color: #960DB1; }
a { background-color: rgb(150,13,177); }
div.DivClassName
{
background-color: #960DB1;
}
.BgClassName
{
background-color: #960DB1;
}
</style>
border-color css
<style>
span { border-color: #960DB1; }
span { border-color: rgb(150,13,177); }
td.TdClassName
{
border-color: #960DB1;
}
.TagClassName
{
border-color: #960DB1;
}
</style>