Shades of Dark Violet #970FDC
Tints of Dark Violet #970FDC
RGB
CMYK
RGB Variations
Color information
#970FDC (or 0x970FDC) is known color: Dark Violet. HEX triplet: 97, 0F and DC. RGB value is (151,15,220). Sum of RGB (Red+Green+Blue) = 151+15+220=386 (51% of max value = 765). Red value is 151 (59.38% from 255 or 39.12% from 386); Green value is 15 (6.25% from 255 or 3.89% from 386); Blue value is 220 (86.33% from 255 or 56.99% from 386); Max value from RGB is 220 - color contains mainly: blue. Hex color #970FDC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #970FDC is #68F023. Grayscale: #4E4E4E. Windows color (decimal): -6877220 or 14421911. OLE color: 14421911.
HSL color Cylindrical-coordinate representation of color #970FDC: hue angle of 279.8º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #970FDC is Cyan = 0.31, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 151 | 15 | 220 | - |
| CMYK | 0.31 | 0.93 | 0 | 0.14 |
| HSL | 279.8º | 0.87% | 0.46% | - |
| HSV(B) | 279.8º | 0.93% | 0.86% | - |
| XYZ | 25.85 | 12.09 | 68.68 | - |
| YUV | 79.03 | 207.56 | 179.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 15 | 220 | 0.31 | 0.93 | 0 | 0.14 | 279.8 | 0.87 | 0.46 |
| Hex | 97 | F | DC | 1F | 5D | 0 | E | 118 | 57 | 2E |
| Octal | 227 | 17 | 334 | 37 | 135 | 0 | 16 | 430 | 127 | 56 |
| Binary | 10010111 | 1111 | 11011100 | 11111 | 1011101 | 0 | 1110 | 100011000 | 1010111 | 101110 |
Color Harmonies of #970FDC
Complementary color
Monochromatic Colors of #970FDC
Black with #970FDC
Text Example
Text Example
White with #970FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #970FDC; }
p { color: rgb(151,15,220); }
H1.HeaderClassName
{
color: #970FDC;
}
.AnyTagClassName
{
color: #970FDC;
}
</style>
background-color css
<style>
a { background-color: #970FDC; }
a { background-color: rgb(151,15,220); }
div.DivClassName
{
background-color: #970FDC;
}
.BgClassName
{
background-color: #970FDC;
}
</style>
border-color css
<style>
span { border-color: #970FDC; }
span { border-color: rgb(151,15,220); }
td.TdClassName
{
border-color: #970FDC;
}
.TagClassName
{
border-color: #970FDC;
}
</style>