Shades of Dark Violet #960FDC
Tints of Dark Violet #960FDC
RGB
CMYK
RGB Variations
Color information
#960FDC (or 0x960FDC) is known color: Dark Violet. HEX triplet: 96, 0F and DC. RGB value is (150,15,220). Sum of RGB (Red+Green+Blue) = 150+15+220=385 (50% of max value = 765). Red value is 150 (58.98% from 255 or 38.96% from 385); Green value is 15 (6.25% from 255 or 3.90% from 385); Blue value is 220 (86.33% from 255 or 57.14% from 385); Max value from RGB is 220 - color contains mainly: blue. Hex color #960FDC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #960FDC is #69F023. Grayscale: #4E4E4E. Windows color (decimal): -6942756 or 14421910. OLE color: 14421910.
HSL color Cylindrical-coordinate representation of color #960FDC: hue angle of 279.51º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #960FDC is Cyan = 0.32, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 150 | 15 | 220 | - |
| CMYK | 0.32 | 0.93 | 0 | 0.14 |
| HSL | 279.51º | 0.87% | 0.46% | - |
| HSV(B) | 279.51º | 0.93% | 0.86% | - |
| XYZ | 25.67 | 11.99 | 68.67 | - |
| YUV | 78.74 | 207.73 | 178.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 15 | 220 | 0.32 | 0.93 | 0 | 0.14 | 279.51 | 0.87 | 0.46 |
| Hex | 96 | F | DC | 20 | 5D | 0 | E | 118 | 57 | 2E |
| Octal | 226 | 17 | 334 | 40 | 135 | 0 | 16 | 430 | 127 | 56 |
| Binary | 10010110 | 1111 | 11011100 | 100000 | 1011101 | 0 | 1110 | 100011000 | 1010111 | 101110 |
Color Harmonies of #960FDC
Complementary color
Monochromatic Colors of #960FDC
Black with #960FDC
Text Example
Text Example
White with #960FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #960FDC; }
p { color: rgb(150,15,220); }
H1.HeaderClassName
{
color: #960FDC;
}
.AnyTagClassName
{
color: #960FDC;
}
</style>
background-color css
<style>
a { background-color: #960FDC; }
a { background-color: rgb(150,15,220); }
div.DivClassName
{
background-color: #960FDC;
}
.BgClassName
{
background-color: #960FDC;
}
</style>
border-color css
<style>
span { border-color: #960FDC; }
span { border-color: rgb(150,15,220); }
td.TdClassName
{
border-color: #960FDC;
}
.TagClassName
{
border-color: #960FDC;
}
</style>