Shades of Dark Violet #970EEA
Tints of Dark Violet #970EEA
RGB
CMYK
RGB Variations
Color information
#970EEA (or 0x970EEA) is known color: Dark Violet. HEX triplet: 97, 0E and EA. RGB value is (151,14,234). Sum of RGB (Red+Green+Blue) = 151+14+234=399 (52% of max value = 765). Red value is 151 (59.38% from 255 or 37.84% from 399); Green value is 14 (5.86% from 255 or 3.51% from 399); Blue value is 234 (91.80% from 255 or 58.65% from 399); Max value from RGB is 234 - color contains mainly: blue. Hex color #970EEA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #970EEA is #68F115. Grayscale: #4F4F4F. Windows color (decimal): -6877462 or 15339159. OLE color: 15339159.
HSL color Cylindrical-coordinate representation of color #970EEA: hue angle of 277.36º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #970EEA is Cyan = 0.35, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 151 | 14 | 234 | - |
| CMYK | 0.35 | 0.94 | 0 | 0.08 |
| HSL | 277.36º | 0.89% | 0.49% | - |
| HSV(B) | 277.36º | 0.94% | 0.92% | - |
| XYZ | 27.77 | 12.83 | 78.86 | - |
| YUV | 80.04 | 214.89 | 178.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 14 | 234 | 0.35 | 0.94 | 0 | 0.08 | 277.36 | 0.89 | 0.49 |
| Hex | 97 | E | EA | 23 | 5E | 0 | 8 | 115 | 59 | 31 |
| Octal | 227 | 16 | 352 | 43 | 136 | 0 | 10 | 425 | 131 | 61 |
| Binary | 10010111 | 1110 | 11101010 | 100011 | 1011110 | 0 | 1000 | 100010101 | 1011001 | 110001 |
Color Harmonies of #970EEA
Complementary color
Monochromatic Colors of #970EEA
Black with #970EEA
Text Example
Text Example
White with #970EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #970EEA; }
p { color: rgb(151,14,234); }
H1.HeaderClassName
{
color: #970EEA;
}
.AnyTagClassName
{
color: #970EEA;
}
</style>
background-color css
<style>
a { background-color: #970EEA; }
a { background-color: rgb(151,14,234); }
div.DivClassName
{
background-color: #970EEA;
}
.BgClassName
{
background-color: #970EEA;
}
</style>
border-color css
<style>
span { border-color: #970EEA; }
span { border-color: rgb(151,14,234); }
td.TdClassName
{
border-color: #970EEA;
}
.TagClassName
{
border-color: #970EEA;
}
</style>