Shades of Dark Violet #960CE6
Tints of Dark Violet #960CE6
RGB
CMYK
RGB Variations
Color information
#960CE6 (or 0x960CE6) is known color: Dark Violet. HEX triplet: 96, 0C and E6. RGB value is (150,12,230). Sum of RGB (Red+Green+Blue) = 150+12+230=392 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.27% from 392); Green value is 12 (5.08% from 255 or 3.06% from 392); Blue value is 230 (90.23% from 255 or 58.67% from 392); Max value from RGB is 230 - color contains mainly: blue. Hex color #960CE6 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #960CE6 is #69F319. Grayscale: #4D4D4D. Windows color (decimal): -6943514 or 15076502. OLE color: 15076502.
HSL color Cylindrical-coordinate representation of color #960CE6: hue angle of 277.98º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #960CE6 is Cyan = 0.35, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 150 | 12 | 230 | - |
| CMYK | 0.35 | 0.95 | 0 | 0.10 |
| HSL | 277.98º | 0.9% | 0.47% | - |
| HSV(B) | 277.98º | 0.95% | 0.9% | - |
| XYZ | 26.99 | 12.46 | 75.85 | - |
| YUV | 78.11 | 213.72 | 179.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 12 | 230 | 0.35 | 0.95 | 0 | 0.10 | 277.98 | 0.9 | 0.47 |
| Hex | 96 | C | E6 | 23 | 5F | 0 | A | 116 | 5A | 2F |
| Octal | 226 | 14 | 346 | 43 | 137 | 0 | 12 | 426 | 132 | 57 |
| Binary | 10010110 | 1100 | 11100110 | 100011 | 1011111 | 0 | 1010 | 100010110 | 1011010 | 101111 |
Color Harmonies of #960CE6
Complementary color
Monochromatic Colors of #960CE6
Black with #960CE6
Text Example
Text Example
White with #960CE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #960CE6; }
p { color: rgb(150,12,230); }
H1.HeaderClassName
{
color: #960CE6;
}
.AnyTagClassName
{
color: #960CE6;
}
</style>
background-color css
<style>
a { background-color: #960CE6; }
a { background-color: rgb(150,12,230); }
div.DivClassName
{
background-color: #960CE6;
}
.BgClassName
{
background-color: #960CE6;
}
</style>
border-color css
<style>
span { border-color: #960CE6; }
span { border-color: rgb(150,12,230); }
td.TdClassName
{
border-color: #960CE6;
}
.TagClassName
{
border-color: #960CE6;
}
</style>