Shades of Dark Violet #970ED1
Tints of Dark Violet #970ED1
RGB
CMYK
RGB Variations
Color information
#970ED1 (or 0x970ED1) is known color: Dark Violet. HEX triplet: 97, 0E and D1. RGB value is (151,14,209). Sum of RGB (Red+Green+Blue) = 151+14+209=374 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.37% from 374); Green value is 14 (5.86% from 255 or 3.74% from 374); Blue value is 209 (82.03% from 255 or 55.88% from 374); Max value from RGB is 209 - color contains mainly: blue. Hex color #970ED1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #970ED1 is #68F12E. Grayscale: #4C4C4C. Windows color (decimal): -6877487 or 13700759. OLE color: 13700759.
HSL color Cylindrical-coordinate representation of color #970ED1: hue angle of 282.15º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #970ED1 is Cyan = 0.28, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 151 | 14 | 209 | - |
| CMYK | 0.28 | 0.93 | 0 | 0.18 |
| HSL | 282.15º | 0.87% | 0.44% | - |
| HSV(B) | 282.15º | 0.93% | 0.82% | - |
| XYZ | 24.43 | 11.5 | 61.25 | - |
| YUV | 77.19 | 202.39 | 180.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 14 | 209 | 0.28 | 0.93 | 0 | 0.18 | 282.15 | 0.87 | 0.44 |
| Hex | 97 | E | D1 | 1C | 5D | 0 | 12 | 11A | 57 | 2C |
| Octal | 227 | 16 | 321 | 34 | 135 | 0 | 22 | 432 | 127 | 54 |
| Binary | 10010111 | 1110 | 11010001 | 11100 | 1011101 | 0 | 10010 | 100011010 | 1010111 | 101100 |
Color Harmonies of #970ED1
Complementary color
Monochromatic Colors of #970ED1
Black with #970ED1
Text Example
Text Example
White with #970ED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #970ED1; }
p { color: rgb(151,14,209); }
H1.HeaderClassName
{
color: #970ED1;
}
.AnyTagClassName
{
color: #970ED1;
}
</style>
background-color css
<style>
a { background-color: #970ED1; }
a { background-color: rgb(151,14,209); }
div.DivClassName
{
background-color: #970ED1;
}
.BgClassName
{
background-color: #970ED1;
}
</style>
border-color css
<style>
span { border-color: #970ED1; }
span { border-color: rgb(151,14,209); }
td.TdClassName
{
border-color: #970ED1;
}
.TagClassName
{
border-color: #970ED1;
}
</style>