Shades of Dark Violet #960EEF
Tints of Dark Violet #960EEF
RGB
CMYK
RGB Variations
Color information
#960EEF (or 0x960EEF) is known color: Dark Violet. HEX triplet: 96, 0E and EF. RGB value is (150,14,239). Sum of RGB (Red+Green+Blue) = 150+14+239=403 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.22% from 403); Green value is 14 (5.86% from 255 or 3.47% from 403); Blue value is 239 (93.75% from 255 or 59.31% from 403); Max value from RGB is 239 - color contains mainly: blue. Hex color #960EEF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #960EEF is #69F110. Grayscale: #4F4F4F. Windows color (decimal): -6942993 or 15666838. OLE color: 15666838.
HSL color Cylindrical-coordinate representation of color #960EEF: hue angle of 276.27º degrees, saturation: 0.89, 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 #960EEF is Cyan = 0.37, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 150 | 14 | 239 | - |
| CMYK | 0.37 | 0.94 | 0 | 0.06 |
| HSL | 276.27º | 0.89% | 0.5% | - |
| HSV(B) | 276.27º | 0.94% | 0.94% | - |
| XYZ | 28.31 | 13.03 | 82.68 | - |
| YUV | 80.31 | 217.56 | 177.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 14 | 239 | 0.37 | 0.94 | 0 | 0.06 | 276.27 | 0.89 | 0.5 |
| Hex | 96 | E | EF | 25 | 5E | 0 | 6 | 114 | 59 | 32 |
| Octal | 226 | 16 | 357 | 45 | 136 | 0 | 6 | 424 | 131 | 62 |
| Binary | 10010110 | 1110 | 11101111 | 100101 | 1011110 | 0 | 110 | 100010100 | 1011001 | 110010 |
Color Harmonies of #960EEF
Complementary color
Monochromatic Colors of #960EEF
Black with #960EEF
Text Example
Text Example
White with #960EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #960EEF; }
p { color: rgb(150,14,239); }
H1.HeaderClassName
{
color: #960EEF;
}
.AnyTagClassName
{
color: #960EEF;
}
</style>
background-color css
<style>
a { background-color: #960EEF; }
a { background-color: rgb(150,14,239); }
div.DivClassName
{
background-color: #960EEF;
}
.BgClassName
{
background-color: #960EEF;
}
</style>
border-color css
<style>
span { border-color: #960EEF; }
span { border-color: rgb(150,14,239); }
td.TdClassName
{
border-color: #960EEF;
}
.TagClassName
{
border-color: #960EEF;
}
</style>