Shades of Dark Violet #970EE6
Tints of Dark Violet #970EE6
RGB
CMYK
RGB Variations
Color information
#970EE6 (or 0x970EE6) is known color: Dark Violet. HEX triplet: 97, 0E and E6. RGB value is (151,14,230). Sum of RGB (Red+Green+Blue) = 151+14+230=395 (52% of max value = 765). Red value is 151 (59.38% from 255 or 38.23% from 395); Green value is 14 (5.86% from 255 or 3.54% from 395); Blue value is 230 (90.23% from 255 or 58.23% from 395); Max value from RGB is 230 - color contains mainly: blue. Hex color #970EE6 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #970EE6 is #68F119. Grayscale: #4E4E4E. Windows color (decimal): -6877466 or 15077015. OLE color: 15077015.
HSL color Cylindrical-coordinate representation of color #970EE6: hue angle of 278.06º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #970EE6 is Cyan = 0.34, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 151 | 14 | 230 | - |
| CMYK | 0.34 | 0.94 | 0 | 0.10 |
| HSL | 278.06º | 0.89% | 0.48% | - |
| HSV(B) | 278.06º | 0.94% | 0.9% | - |
| XYZ | 27.2 | 12.61 | 75.86 | - |
| YUV | 79.59 | 212.89 | 178.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 14 | 230 | 0.34 | 0.94 | 0 | 0.10 | 278.06 | 0.89 | 0.48 |
| Hex | 97 | E | E6 | 22 | 5E | 0 | A | 116 | 59 | 30 |
| Octal | 227 | 16 | 346 | 42 | 136 | 0 | 12 | 426 | 131 | 60 |
| Binary | 10010111 | 1110 | 11100110 | 100010 | 1011110 | 0 | 1010 | 100010110 | 1011001 | 110000 |
Color Harmonies of #970EE6
Complementary color
Monochromatic Colors of #970EE6
Black with #970EE6
Text Example
Text Example
White with #970EE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #970EE6; }
p { color: rgb(151,14,230); }
H1.HeaderClassName
{
color: #970EE6;
}
.AnyTagClassName
{
color: #970EE6;
}
</style>
background-color css
<style>
a { background-color: #970EE6; }
a { background-color: rgb(151,14,230); }
div.DivClassName
{
background-color: #970EE6;
}
.BgClassName
{
background-color: #970EE6;
}
</style>
border-color css
<style>
span { border-color: #970EE6; }
span { border-color: rgb(151,14,230); }
td.TdClassName
{
border-color: #970EE6;
}
.TagClassName
{
border-color: #970EE6;
}
</style>