Shades of Dark Violet #970ED3
Tints of Dark Violet #970ED3
RGB
CMYK
RGB Variations
Color information
#970ED3 (or 0x970ED3) is known color: Dark Violet. HEX triplet: 97, 0E and D3. RGB value is (151,14,211). Sum of RGB (Red+Green+Blue) = 151+14+211=376 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.16% from 376); Green value is 14 (5.86% from 255 or 3.72% from 376); Blue value is 211 (82.81% from 255 or 56.12% from 376); Max value from RGB is 211 - color contains mainly: blue. Hex color #970ED3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #970ED3 is #68F12C. Grayscale: #4C4C4C. Windows color (decimal): -6877485 or 13831831. OLE color: 13831831.
HSL color Cylindrical-coordinate representation of color #970ED3: hue angle of 281.73º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #970ED3 is Cyan = 0.28, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 151 | 14 | 211 | - |
| CMYK | 0.28 | 0.93 | 0 | 0.17 |
| HSL | 281.73º | 0.88% | 0.44% | - |
| HSV(B) | 281.73º | 0.93% | 0.83% | - |
| XYZ | 24.68 | 11.6 | 62.57 | - |
| YUV | 77.42 | 203.39 | 180.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 14 | 211 | 0.28 | 0.93 | 0 | 0.17 | 281.73 | 0.88 | 0.44 |
| Hex | 97 | E | D3 | 1C | 5D | 0 | 11 | 11A | 58 | 2C |
| Octal | 227 | 16 | 323 | 34 | 135 | 0 | 21 | 432 | 130 | 54 |
| Binary | 10010111 | 1110 | 11010011 | 11100 | 1011101 | 0 | 10001 | 100011010 | 1011000 | 101100 |
Color Harmonies of #970ED3
Complementary color
Monochromatic Colors of #970ED3
Black with #970ED3
Text Example
Text Example
White with #970ED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #970ED3; }
p { color: rgb(151,14,211); }
H1.HeaderClassName
{
color: #970ED3;
}
.AnyTagClassName
{
color: #970ED3;
}
</style>
background-color css
<style>
a { background-color: #970ED3; }
a { background-color: rgb(151,14,211); }
div.DivClassName
{
background-color: #970ED3;
}
.BgClassName
{
background-color: #970ED3;
}
</style>
border-color css
<style>
span { border-color: #970ED3; }
span { border-color: rgb(151,14,211); }
td.TdClassName
{
border-color: #970ED3;
}
.TagClassName
{
border-color: #970ED3;
}
</style>