Shades of Dark Violet #970EEE
Tints of Dark Violet #970EEE
RGB
CMYK
RGB Variations
Color information
#970EEE (or 0x970EEE) is known color: Dark Violet. HEX triplet: 97, 0E and EE. RGB value is (151,14,238). Sum of RGB (Red+Green+Blue) = 151+14+238=403 (53% of max value = 765). Red value is 151 (59.38% from 255 or 37.47% from 403); Green value is 14 (5.86% from 255 or 3.47% from 403); Blue value is 238 (93.36% from 255 or 59.06% from 403); Max value from RGB is 238 - color contains mainly: blue. Hex color #970EEE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #970EEE is #68F111. Grayscale: #4F4F4F. Windows color (decimal): -6877458 or 15601303. OLE color: 15601303.
HSL color Cylindrical-coordinate representation of color #970EEE: hue angle of 276.7º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #970EEE is Cyan = 0.37, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 151 | 14 | 238 | - |
| CMYK | 0.37 | 0.94 | 0 | 0.07 |
| HSL | 276.7º | 0.89% | 0.49% | - |
| HSV(B) | 276.7º | 0.94% | 0.93% | - |
| XYZ | 28.35 | 13.07 | 81.92 | - |
| YUV | 80.5 | 216.89 | 178.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 14 | 238 | 0.37 | 0.94 | 0 | 0.07 | 276.7 | 0.89 | 0.49 |
| Hex | 97 | E | EE | 25 | 5E | 0 | 7 | 115 | 59 | 31 |
| Octal | 227 | 16 | 356 | 45 | 136 | 0 | 7 | 425 | 131 | 61 |
| Binary | 10010111 | 1110 | 11101110 | 100101 | 1011110 | 0 | 111 | 100010101 | 1011001 | 110001 |
Color Harmonies of #970EEE
Complementary color
Monochromatic Colors of #970EEE
Black with #970EEE
Text Example
Text Example
White with #970EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #970EEE; }
p { color: rgb(151,14,238); }
H1.HeaderClassName
{
color: #970EEE;
}
.AnyTagClassName
{
color: #970EEE;
}
</style>
background-color css
<style>
a { background-color: #970EEE; }
a { background-color: rgb(151,14,238); }
div.DivClassName
{
background-color: #970EEE;
}
.BgClassName
{
background-color: #970EEE;
}
</style>
border-color css
<style>
span { border-color: #970EEE; }
span { border-color: rgb(151,14,238); }
td.TdClassName
{
border-color: #970EEE;
}
.TagClassName
{
border-color: #970EEE;
}
</style>