Shades of Dark Violet #960CEF
Tints of Dark Violet #960CEF
RGB
CMYK
RGB Variations
Color information
#960CEF (or 0x960CEF) is known color: Dark Violet. HEX triplet: 96, 0C and EF. RGB value is (150,12,239). Sum of RGB (Red+Green+Blue) = 150+12+239=401 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.41% from 401); Green value is 12 (5.08% from 255 or 2.99% from 401); Blue value is 239 (93.75% from 255 or 59.60% from 401); Max value from RGB is 239 - color contains mainly: blue. Hex color #960CEF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #960CEF is #69F310. Grayscale: #4E4E4E. Windows color (decimal): -6943505 or 15666326. OLE color: 15666326.
HSL color Cylindrical-coordinate representation of color #960CEF: hue angle of 276.48º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #960CEF is Cyan = 0.37, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 150 | 12 | 239 | - |
| CMYK | 0.37 | 0.95 | 0 | 0.06 |
| HSL | 276.48º | 0.9% | 0.49% | - |
| HSV(B) | 276.48º | 0.95% | 0.94% | - |
| XYZ | 28.29 | 12.98 | 82.68 | - |
| YUV | 79.14 | 218.22 | 178.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 12 | 239 | 0.37 | 0.95 | 0 | 0.06 | 276.48 | 0.9 | 0.49 |
| Hex | 96 | C | EF | 25 | 5F | 0 | 6 | 114 | 5A | 31 |
| Octal | 226 | 14 | 357 | 45 | 137 | 0 | 6 | 424 | 132 | 61 |
| Binary | 10010110 | 1100 | 11101111 | 100101 | 1011111 | 0 | 110 | 100010100 | 1011010 | 110001 |
Color Harmonies of #960CEF
Complementary color
Monochromatic Colors of #960CEF
Black with #960CEF
Text Example
Text Example
White with #960CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #960CEF; }
p { color: rgb(150,12,239); }
H1.HeaderClassName
{
color: #960CEF;
}
.AnyTagClassName
{
color: #960CEF;
}
</style>
background-color css
<style>
a { background-color: #960CEF; }
a { background-color: rgb(150,12,239); }
div.DivClassName
{
background-color: #960CEF;
}
.BgClassName
{
background-color: #960CEF;
}
</style>
border-color css
<style>
span { border-color: #960CEF; }
span { border-color: rgb(150,12,239); }
td.TdClassName
{
border-color: #960CEF;
}
.TagClassName
{
border-color: #960CEF;
}
</style>