Shades of Dark Violet #960DF4
Tints of Dark Violet #960DF4
RGB
CMYK
RGB Variations
Color information
#960DF4 (or 0x960DF4) is known color: Dark Violet. HEX triplet: 96, 0D and F4. RGB value is (150,13,244). Sum of RGB (Red+Green+Blue) = 150+13+244=407 (53% of max value = 765). Red value is 150 (58.98% from 255 or 36.86% from 407); Green value is 13 (5.47% from 255 or 3.19% from 407); Blue value is 244 (95.70% from 255 or 59.95% from 407); Max value from RGB is 244 - color contains mainly: blue. Hex color #960DF4 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #960DF4 is #69F20B. Grayscale: #4F4F4F. Windows color (decimal): -6943244 or 15994262. OLE color: 15994262.
HSL color Cylindrical-coordinate representation of color #960DF4: hue angle of 275.58º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #960DF4 is Cyan = 0.39, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 150 | 13 | 244 | - |
| CMYK | 0.39 | 0.95 | 0 | 0.04 |
| HSL | 275.58º | 0.91% | 0.5% | - |
| HSV(B) | 275.58º | 0.95% | 0.96% | - |
| XYZ | 29.05 | 13.3 | 86.62 | - |
| YUV | 80.3 | 220.39 | 177.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 13 | 244 | 0.39 | 0.95 | 0 | 0.04 | 275.58 | 0.91 | 0.5 |
| Hex | 96 | D | F4 | 27 | 5F | 0 | 4 | 114 | 5B | 32 |
| Octal | 226 | 15 | 364 | 47 | 137 | 0 | 4 | 424 | 133 | 62 |
| Binary | 10010110 | 1101 | 11110100 | 100111 | 1011111 | 0 | 100 | 100010100 | 1011011 | 110010 |
Color Harmonies of #960DF4
Complementary color
Monochromatic Colors of #960DF4
Black with #960DF4
Text Example
Text Example
White with #960DF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #960DF4; }
p { color: rgb(150,13,244); }
H1.HeaderClassName
{
color: #960DF4;
}
.AnyTagClassName
{
color: #960DF4;
}
</style>
background-color css
<style>
a { background-color: #960DF4; }
a { background-color: rgb(150,13,244); }
div.DivClassName
{
background-color: #960DF4;
}
.BgClassName
{
background-color: #960DF4;
}
</style>
border-color css
<style>
span { border-color: #960DF4; }
span { border-color: rgb(150,13,244); }
td.TdClassName
{
border-color: #960DF4;
}
.TagClassName
{
border-color: #960DF4;
}
</style>