Shades of Dark Violet #960EE1
Tints of Dark Violet #960EE1
RGB
CMYK
RGB Variations
Color information
#960EE1 (or 0x960EE1) is known color: Dark Violet. HEX triplet: 96, 0E and E1. RGB value is (150,14,225). Sum of RGB (Red+Green+Blue) = 150+14+225=389 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.56% from 389); Green value is 14 (5.86% from 255 or 3.60% from 389); Blue value is 225 (88.28% from 255 or 57.84% from 389); Max value from RGB is 225 - color contains mainly: blue. Hex color #960EE1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #960EE1 is #69F11E. Grayscale: #4E4E4E. Windows color (decimal): -6943007 or 14749334. OLE color: 14749334.
HSL color Cylindrical-coordinate representation of color #960EE1: hue angle of 278.67º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #960EE1 is Cyan = 0.33, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 150 | 14 | 225 | - |
| CMYK | 0.33 | 0.94 | 0 | 0.12 |
| HSL | 278.67º | 0.88% | 0.47% | - |
| HSV(B) | 278.67º | 0.94% | 0.88% | - |
| XYZ | 26.33 | 12.23 | 72.21 | - |
| YUV | 78.72 | 210.56 | 178.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 14 | 225 | 0.33 | 0.94 | 0 | 0.12 | 278.67 | 0.88 | 0.47 |
| Hex | 96 | E | E1 | 21 | 5E | 0 | C | 117 | 58 | 2F |
| Octal | 226 | 16 | 341 | 41 | 136 | 0 | 14 | 427 | 130 | 57 |
| Binary | 10010110 | 1110 | 11100001 | 100001 | 1011110 | 0 | 1100 | 100010111 | 1011000 | 101111 |
Color Harmonies of #960EE1
Complementary color
Monochromatic Colors of #960EE1
Black with #960EE1
Text Example
Text Example
White with #960EE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #960EE1; }
p { color: rgb(150,14,225); }
H1.HeaderClassName
{
color: #960EE1;
}
.AnyTagClassName
{
color: #960EE1;
}
</style>
background-color css
<style>
a { background-color: #960EE1; }
a { background-color: rgb(150,14,225); }
div.DivClassName
{
background-color: #960EE1;
}
.BgClassName
{
background-color: #960EE1;
}
</style>
border-color css
<style>
span { border-color: #960EE1; }
span { border-color: rgb(150,14,225); }
td.TdClassName
{
border-color: #960EE1;
}
.TagClassName
{
border-color: #960EE1;
}
</style>