Shades of Dark Violet #970EEF
Tints of Dark Violet #970EEF
RGB
CMYK
RGB Variations
Color information
#970EEF (or 0x970EEF) is known color: Dark Violet. HEX triplet: 97, 0E and EF. RGB value is (151,14,239). Sum of RGB (Red+Green+Blue) = 151+14+239=404 (53% of max value = 765). Red value is 151 (59.38% from 255 or 37.38% from 404); Green value is 14 (5.86% from 255 or 3.47% from 404); Blue value is 239 (93.75% from 255 or 59.16% from 404); Max value from RGB is 239 - color contains mainly: blue. Hex color #970EEF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #970EEF is #68F110. Grayscale: #4F4F4F. Windows color (decimal): -6877457 or 15666839. OLE color: 15666839.
HSL color Cylindrical-coordinate representation of color #970EEF: hue angle of 276.53º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #970EEF is Cyan = 0.37, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 151 | 14 | 239 | - |
| CMYK | 0.37 | 0.94 | 0 | 0.06 |
| HSL | 276.53º | 0.89% | 0.5% | - |
| HSV(B) | 276.53º | 0.94% | 0.94% | - |
| XYZ | 28.5 | 13.13 | 82.69 | - |
| YUV | 80.61 | 217.39 | 178.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 14 | 239 | 0.37 | 0.94 | 0 | 0.06 | 276.53 | 0.89 | 0.5 |
| Hex | 97 | E | EF | 25 | 5E | 0 | 6 | 115 | 59 | 32 |
| Octal | 227 | 16 | 357 | 45 | 136 | 0 | 6 | 425 | 131 | 62 |
| Binary | 10010111 | 1110 | 11101111 | 100101 | 1011110 | 0 | 110 | 100010101 | 1011001 | 110010 |
Color Harmonies of #970EEF
Complementary color
Monochromatic Colors of #970EEF
Black with #970EEF
Text Example
Text Example
White with #970EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #970EEF; }
p { color: rgb(151,14,239); }
H1.HeaderClassName
{
color: #970EEF;
}
.AnyTagClassName
{
color: #970EEF;
}
</style>
background-color css
<style>
a { background-color: #970EEF; }
a { background-color: rgb(151,14,239); }
div.DivClassName
{
background-color: #970EEF;
}
.BgClassName
{
background-color: #970EEF;
}
</style>
border-color css
<style>
span { border-color: #970EEF; }
span { border-color: rgb(151,14,239); }
td.TdClassName
{
border-color: #970EEF;
}
.TagClassName
{
border-color: #970EEF;
}
</style>