Shades of Dark Violet #970EDA
Tints of Dark Violet #970EDA
RGB
CMYK
RGB Variations
Color information
#970EDA (or 0x970EDA) is known color: Dark Violet. HEX triplet: 97, 0E and DA. RGB value is (151,14,218). Sum of RGB (Red+Green+Blue) = 151+14+218=383 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.43% from 383); Green value is 14 (5.86% from 255 or 3.66% from 383); Blue value is 218 (85.55% from 255 or 56.92% from 383); Max value from RGB is 218 - color contains mainly: blue. Hex color #970EDA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #970EDA is #68F125. Grayscale: #4D4D4D. Windows color (decimal): -6877478 or 14290583. OLE color: 14290583.
HSL color Cylindrical-coordinate representation of color #970EDA: hue angle of 280.29º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #970EDA is Cyan = 0.31, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 151 | 14 | 218 | - |
| CMYK | 0.31 | 0.94 | 0 | 0.15 |
| HSL | 280.29º | 0.88% | 0.45% | - |
| HSV(B) | 280.29º | 0.94% | 0.85% | - |
| XYZ | 25.57 | 11.96 | 67.29 | - |
| YUV | 78.22 | 206.89 | 179.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 14 | 218 | 0.31 | 0.94 | 0 | 0.15 | 280.29 | 0.88 | 0.45 |
| Hex | 97 | E | DA | 1F | 5E | 0 | F | 118 | 58 | 2D |
| Octal | 227 | 16 | 332 | 37 | 136 | 0 | 17 | 430 | 130 | 55 |
| Binary | 10010111 | 1110 | 11011010 | 11111 | 1011110 | 0 | 1111 | 100011000 | 1011000 | 101101 |
Color Harmonies of #970EDA
Complementary color
Monochromatic Colors of #970EDA
Black with #970EDA
Text Example
Text Example
White with #970EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #970EDA; }
p { color: rgb(151,14,218); }
H1.HeaderClassName
{
color: #970EDA;
}
.AnyTagClassName
{
color: #970EDA;
}
</style>
background-color css
<style>
a { background-color: #970EDA; }
a { background-color: rgb(151,14,218); }
div.DivClassName
{
background-color: #970EDA;
}
.BgClassName
{
background-color: #970EDA;
}
</style>
border-color css
<style>
span { border-color: #970EDA; }
span { border-color: rgb(151,14,218); }
td.TdClassName
{
border-color: #970EDA;
}
.TagClassName
{
border-color: #970EDA;
}
</style>