Shades of Dark Violet #960CDF
Tints of Dark Violet #960CDF
RGB
CMYK
RGB Variations
Color information
#960CDF (or 0x960CDF) is known color: Dark Violet. HEX triplet: 96, 0C and DF. RGB value is (150,12,223). Sum of RGB (Red+Green+Blue) = 150+12+223=385 (50% of max value = 765). Red value is 150 (58.98% from 255 or 38.96% from 385); Green value is 12 (5.08% from 255 or 3.12% from 385); Blue value is 223 (87.5% from 255 or 57.92% from 385); Max value from RGB is 223 - color contains mainly: blue. Hex color #960CDF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #960CDF is #69F320. Grayscale: #4C4C4C. Windows color (decimal): -6943521 or 14617750. OLE color: 14617750.
HSL color Cylindrical-coordinate representation of color #960CDF: hue angle of 279.24º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #960CDF is Cyan = 0.33, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 150 | 12 | 223 | - |
| CMYK | 0.33 | 0.95 | 0 | 0.13 |
| HSL | 279.24º | 0.9% | 0.46% | - |
| HSV(B) | 279.24º | 0.95% | 0.87% | - |
| XYZ | 26.03 | 12.07 | 70.77 | - |
| YUV | 77.32 | 210.22 | 179.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 12 | 223 | 0.33 | 0.95 | 0 | 0.13 | 279.24 | 0.9 | 0.46 |
| Hex | 96 | C | DF | 21 | 5F | 0 | D | 117 | 5A | 2E |
| Octal | 226 | 14 | 337 | 41 | 137 | 0 | 15 | 427 | 132 | 56 |
| Binary | 10010110 | 1100 | 11011111 | 100001 | 1011111 | 0 | 1101 | 100010111 | 1011010 | 101110 |
Color Harmonies of #960CDF
Complementary color
Monochromatic Colors of #960CDF
Black with #960CDF
Text Example
Text Example
White with #960CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #960CDF; }
p { color: rgb(150,12,223); }
H1.HeaderClassName
{
color: #960CDF;
}
.AnyTagClassName
{
color: #960CDF;
}
</style>
background-color css
<style>
a { background-color: #960CDF; }
a { background-color: rgb(150,12,223); }
div.DivClassName
{
background-color: #960CDF;
}
.BgClassName
{
background-color: #960CDF;
}
</style>
border-color css
<style>
span { border-color: #960CDF; }
span { border-color: rgb(150,12,223); }
td.TdClassName
{
border-color: #960CDF;
}
.TagClassName
{
border-color: #960CDF;
}
</style>