Shades of Dark Violet #960FEF
Tints of Dark Violet #960FEF
RGB
CMYK
RGB Variations
Color information
#960FEF (or 0x960FEF) is known color: Dark Violet. HEX triplet: 96, 0F and EF. RGB value is (150,15,239). Sum of RGB (Red+Green+Blue) = 150+15+239=404 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.13% from 404); Green value is 15 (6.25% from 255 or 3.71% from 404); Blue value is 239 (93.75% from 255 or 59.16% from 404); Max value from RGB is 239 - color contains mainly: blue. Hex color #960FEF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #960FEF is #69F010. Grayscale: #505050. Windows color (decimal): -6942737 or 15667094. OLE color: 15667094.
HSL color Cylindrical-coordinate representation of color #960FEF: hue angle of 276.16º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #960FEF is Cyan = 0.37, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 150 | 15 | 239 | - |
| CMYK | 0.37 | 0.94 | 0 | 0.06 |
| HSL | 276.16º | 0.88% | 0.5% | - |
| HSV(B) | 276.16º | 0.94% | 0.94% | - |
| XYZ | 28.33 | 13.06 | 82.69 | - |
| YUV | 80.9 | 217.23 | 177.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 15 | 239 | 0.37 | 0.94 | 0 | 0.06 | 276.16 | 0.88 | 0.5 |
| Hex | 96 | F | EF | 25 | 5E | 0 | 6 | 114 | 58 | 32 |
| Octal | 226 | 17 | 357 | 45 | 136 | 0 | 6 | 424 | 130 | 62 |
| Binary | 10010110 | 1111 | 11101111 | 100101 | 1011110 | 0 | 110 | 100010100 | 1011000 | 110010 |
Color Harmonies of #960FEF
Complementary color
Monochromatic Colors of #960FEF
Black with #960FEF
Text Example
Text Example
White with #960FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #960FEF; }
p { color: rgb(150,15,239); }
H1.HeaderClassName
{
color: #960FEF;
}
.AnyTagClassName
{
color: #960FEF;
}
</style>
background-color css
<style>
a { background-color: #960FEF; }
a { background-color: rgb(150,15,239); }
div.DivClassName
{
background-color: #960FEF;
}
.BgClassName
{
background-color: #960FEF;
}
</style>
border-color css
<style>
span { border-color: #960FEF; }
span { border-color: rgb(150,15,239); }
td.TdClassName
{
border-color: #960FEF;
}
.TagClassName
{
border-color: #960FEF;
}
</style>