Shades of Dark Violet #960EDA
Tints of Dark Violet #960EDA
RGB
CMYK
RGB Variations
Color information
#960EDA (or 0x960EDA) is known color: Dark Violet. HEX triplet: 96, 0E and DA. RGB value is (150,14,218). Sum of RGB (Red+Green+Blue) = 150+14+218=382 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.27% from 382); Green value is 14 (5.86% from 255 or 3.66% from 382); Blue value is 218 (85.55% from 255 or 57.07% from 382); Max value from RGB is 218 - color contains mainly: blue. Hex color #960EDA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #960EDA is #69F125. Grayscale: #4D4D4D. Windows color (decimal): -6943014 or 14290582. OLE color: 14290582.
HSL color Cylindrical-coordinate representation of color #960EDA: hue angle of 280º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #960EDA is Cyan = 0.31, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 150 | 14 | 218 | - |
| CMYK | 0.31 | 0.94 | 0 | 0.15 |
| HSL | 280º | 0.88% | 0.45% | - |
| HSV(B) | 280º | 0.94% | 0.85% | - |
| XYZ | 25.39 | 11.86 | 67.28 | - |
| YUV | 77.92 | 207.06 | 179.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 14 | 218 | 0.31 | 0.94 | 0 | 0.15 | 280 | 0.88 | 0.45 |
| Hex | 96 | E | DA | 1F | 5E | 0 | F | 118 | 58 | 2D |
| Octal | 226 | 16 | 332 | 37 | 136 | 0 | 17 | 430 | 130 | 55 |
| Binary | 10010110 | 1110 | 11011010 | 11111 | 1011110 | 0 | 1111 | 100011000 | 1011000 | 101101 |
Color Harmonies of #960EDA
Complementary color
Monochromatic Colors of #960EDA
Black with #960EDA
Text Example
Text Example
White with #960EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #960EDA; }
p { color: rgb(150,14,218); }
H1.HeaderClassName
{
color: #960EDA;
}
.AnyTagClassName
{
color: #960EDA;
}
</style>
background-color css
<style>
a { background-color: #960EDA; }
a { background-color: rgb(150,14,218); }
div.DivClassName
{
background-color: #960EDA;
}
.BgClassName
{
background-color: #960EDA;
}
</style>
border-color css
<style>
span { border-color: #960EDA; }
span { border-color: rgb(150,14,218); }
td.TdClassName
{
border-color: #960EDA;
}
.TagClassName
{
border-color: #960EDA;
}
</style>