Shades of Dark Violet #970EDC
Tints of Dark Violet #970EDC
RGB
CMYK
RGB Variations
Color information
#970EDC (or 0x970EDC) is known color: Dark Violet. HEX triplet: 97, 0E and DC. RGB value is (151,14,220). Sum of RGB (Red+Green+Blue) = 151+14+220=385 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.22% from 385); Green value is 14 (5.86% from 255 or 3.64% from 385); Blue value is 220 (86.33% from 255 or 57.14% from 385); Max value from RGB is 220 - color contains mainly: blue. Hex color #970EDC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #970EDC is #68F123. Grayscale: #4D4D4D. Windows color (decimal): -6877476 or 14421655. OLE color: 14421655.
HSL color Cylindrical-coordinate representation of color #970EDC: hue angle of 279.9º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #970EDC is Cyan = 0.31, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 151 | 14 | 220 | - |
| CMYK | 0.31 | 0.94 | 0 | 0.14 |
| HSL | 279.9º | 0.88% | 0.46% | - |
| HSV(B) | 279.9º | 0.94% | 0.86% | - |
| XYZ | 25.84 | 12.06 | 68.68 | - |
| YUV | 78.45 | 207.89 | 179.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 14 | 220 | 0.31 | 0.94 | 0 | 0.14 | 279.9 | 0.88 | 0.46 |
| Hex | 97 | E | DC | 1F | 5E | 0 | E | 118 | 58 | 2E |
| Octal | 227 | 16 | 334 | 37 | 136 | 0 | 16 | 430 | 130 | 56 |
| Binary | 10010111 | 1110 | 11011100 | 11111 | 1011110 | 0 | 1110 | 100011000 | 1011000 | 101110 |
Color Harmonies of #970EDC
Complementary color
Monochromatic Colors of #970EDC
Black with #970EDC
Text Example
Text Example
White with #970EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #970EDC; }
p { color: rgb(151,14,220); }
H1.HeaderClassName
{
color: #970EDC;
}
.AnyTagClassName
{
color: #970EDC;
}
</style>
background-color css
<style>
a { background-color: #970EDC; }
a { background-color: rgb(151,14,220); }
div.DivClassName
{
background-color: #970EDC;
}
.BgClassName
{
background-color: #970EDC;
}
</style>
border-color css
<style>
span { border-color: #970EDC; }
span { border-color: rgb(151,14,220); }
td.TdClassName
{
border-color: #970EDC;
}
.TagClassName
{
border-color: #970EDC;
}
</style>