Shades of Dark Violet #970EE0
Tints of Dark Violet #970EE0
RGB
CMYK
RGB Variations
Color information
#970EE0 (or 0x970EE0) is known color: Dark Violet. HEX triplet: 97, 0E and E0. RGB value is (151,14,224). Sum of RGB (Red+Green+Blue) = 151+14+224=389 (51% of max value = 765). Red value is 151 (59.38% from 255 or 38.82% from 389); Green value is 14 (5.86% from 255 or 3.60% from 389); Blue value is 224 (87.89% from 255 or 57.58% from 389); Max value from RGB is 224 - color contains mainly: blue. Hex color #970EE0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #970EE0 is #68F11F. Grayscale: #4E4E4E. Windows color (decimal): -6877472 or 14683799. OLE color: 14683799.
HSL color Cylindrical-coordinate representation of color #970EE0: hue angle of 279.14º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #970EE0 is Cyan = 0.33, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 151 | 14 | 224 | - |
| CMYK | 0.33 | 0.94 | 0 | 0.12 |
| HSL | 279.14º | 0.88% | 0.47% | - |
| HSV(B) | 279.14º | 0.94% | 0.88% | - |
| XYZ | 26.37 | 12.28 | 71.5 | - |
| YUV | 78.9 | 209.89 | 179.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 14 | 224 | 0.33 | 0.94 | 0 | 0.12 | 279.14 | 0.88 | 0.47 |
| Hex | 97 | E | E0 | 21 | 5E | 0 | C | 117 | 58 | 2F |
| Octal | 227 | 16 | 340 | 41 | 136 | 0 | 14 | 427 | 130 | 57 |
| Binary | 10010111 | 1110 | 11100000 | 100001 | 1011110 | 0 | 1100 | 100010111 | 1011000 | 101111 |
Color Harmonies of #970EE0
Complementary color
Monochromatic Colors of #970EE0
Black with #970EE0
Text Example
Text Example
White with #970EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #970EE0; }
p { color: rgb(151,14,224); }
H1.HeaderClassName
{
color: #970EE0;
}
.AnyTagClassName
{
color: #970EE0;
}
</style>
background-color css
<style>
a { background-color: #970EE0; }
a { background-color: rgb(151,14,224); }
div.DivClassName
{
background-color: #970EE0;
}
.BgClassName
{
background-color: #970EE0;
}
</style>
border-color css
<style>
span { border-color: #970EE0; }
span { border-color: rgb(151,14,224); }
td.TdClassName
{
border-color: #970EE0;
}
.TagClassName
{
border-color: #970EE0;
}
</style>