Shades of Dark Violet #960DF0
Tints of Dark Violet #960DF0
RGB
CMYK
RGB Variations
Color information
#960DF0 (or 0x960DF0) is known color: Dark Violet. HEX triplet: 96, 0D and F0. RGB value is (150,13,240). Sum of RGB (Red+Green+Blue) = 150+13+240=403 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.22% from 403); Green value is 13 (5.47% from 255 or 3.23% from 403); Blue value is 240 (94.14% from 255 or 59.55% from 403); Max value from RGB is 240 - color contains mainly: blue. Hex color #960DF0 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #960DF0 is #69F20F. Grayscale: #4F4F4F. Windows color (decimal): -6943248 or 15732118. OLE color: 15732118.
HSL color Cylindrical-coordinate representation of color #960DF0: hue angle of 276.21º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #960DF0 is Cyan = 0.37, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 150 | 13 | 240 | - |
| CMYK | 0.37 | 0.95 | 0 | 0.06 |
| HSL | 276.21º | 0.9% | 0.5% | - |
| HSV(B) | 276.21º | 0.95% | 0.94% | - |
| XYZ | 28.45 | 13.06 | 83.46 | - |
| YUV | 79.84 | 218.39 | 178.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 13 | 240 | 0.37 | 0.95 | 0 | 0.06 | 276.21 | 0.9 | 0.5 |
| Hex | 96 | D | F0 | 25 | 5F | 0 | 6 | 114 | 5A | 32 |
| Octal | 226 | 15 | 360 | 45 | 137 | 0 | 6 | 424 | 132 | 62 |
| Binary | 10010110 | 1101 | 11110000 | 100101 | 1011111 | 0 | 110 | 100010100 | 1011010 | 110010 |
Color Harmonies of #960DF0
Complementary color
Monochromatic Colors of #960DF0
Black with #960DF0
Text Example
Text Example
White with #960DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #960DF0; }
p { color: rgb(150,13,240); }
H1.HeaderClassName
{
color: #960DF0;
}
.AnyTagClassName
{
color: #960DF0;
}
</style>
background-color css
<style>
a { background-color: #960DF0; }
a { background-color: rgb(150,13,240); }
div.DivClassName
{
background-color: #960DF0;
}
.BgClassName
{
background-color: #960DF0;
}
</style>
border-color css
<style>
span { border-color: #960DF0; }
span { border-color: rgb(150,13,240); }
td.TdClassName
{
border-color: #960DF0;
}
.TagClassName
{
border-color: #960DF0;
}
</style>