Shades of Dark Violet #970EE5
Tints of Dark Violet #970EE5
RGB
CMYK
RGB Variations
Color information
#970EE5 (or 0x970EE5) is known color: Dark Violet. HEX triplet: 97, 0E and E5. RGB value is (151,14,229). Sum of RGB (Red+Green+Blue) = 151+14+229=394 (52% of max value = 765). Red value is 151 (59.38% from 255 or 38.32% from 394); Green value is 14 (5.86% from 255 or 3.55% from 394); Blue value is 229 (89.84% from 255 or 58.12% from 394); Max value from RGB is 229 - color contains mainly: blue. Hex color #970EE5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #970EE5 is #68F11A. Grayscale: #4E4E4E. Windows color (decimal): -6877467 or 15011479. OLE color: 15011479.
HSL color Cylindrical-coordinate representation of color #970EE5: hue angle of 278.23º degrees, saturation: 0.88, 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 #970EE5 is Cyan = 0.34, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 151 | 14 | 229 | - |
| CMYK | 0.34 | 0.94 | 0 | 0.10 |
| HSL | 278.23º | 0.88% | 0.48% | - |
| HSV(B) | 278.23º | 0.94% | 0.9% | - |
| XYZ | 27.06 | 12.55 | 75.12 | - |
| YUV | 79.47 | 212.39 | 179.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 14 | 229 | 0.34 | 0.94 | 0 | 0.10 | 278.23 | 0.88 | 0.48 |
| Hex | 97 | E | E5 | 22 | 5E | 0 | A | 116 | 58 | 30 |
| Octal | 227 | 16 | 345 | 42 | 136 | 0 | 12 | 426 | 130 | 60 |
| Binary | 10010111 | 1110 | 11100101 | 100010 | 1011110 | 0 | 1010 | 100010110 | 1011000 | 110000 |
Color Harmonies of #970EE5
Complementary color
Monochromatic Colors of #970EE5
Black with #970EE5
Text Example
Text Example
White with #970EE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #970EE5; }
p { color: rgb(151,14,229); }
H1.HeaderClassName
{
color: #970EE5;
}
.AnyTagClassName
{
color: #970EE5;
}
</style>
background-color css
<style>
a { background-color: #970EE5; }
a { background-color: rgb(151,14,229); }
div.DivClassName
{
background-color: #970EE5;
}
.BgClassName
{
background-color: #970EE5;
}
</style>
border-color css
<style>
span { border-color: #970EE5; }
span { border-color: rgb(151,14,229); }
td.TdClassName
{
border-color: #970EE5;
}
.TagClassName
{
border-color: #970EE5;
}
</style>