Shades of Dark Violet #970ED8
Tints of Dark Violet #970ED8
RGB
CMYK
RGB Variations
Color information
#970ED8 (or 0x970ED8) is known color: Dark Violet. HEX triplet: 97, 0E and D8. RGB value is (151,14,216). Sum of RGB (Red+Green+Blue) = 151+14+216=381 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.63% from 381); Green value is 14 (5.86% from 255 or 3.67% from 381); Blue value is 216 (84.77% from 255 or 56.69% from 381); Max value from RGB is 216 - color contains mainly: blue. Hex color #970ED8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #970ED8 is #68F127. Grayscale: #4D4D4D. Windows color (decimal): -6877480 or 14159511. OLE color: 14159511.
HSL color Cylindrical-coordinate representation of color #970ED8: hue angle of 280.69º 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 #970ED8 is Cyan = 0.30, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 151 | 14 | 216 | - |
| CMYK | 0.30 | 0.94 | 0 | 0.15 |
| HSL | 280.69º | 0.88% | 0.45% | - |
| HSV(B) | 280.69º | 0.94% | 0.85% | - |
| XYZ | 25.31 | 11.85 | 65.92 | - |
| YUV | 77.99 | 205.89 | 180.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 14 | 216 | 0.30 | 0.94 | 0 | 0.15 | 280.69 | 0.88 | 0.45 |
| Hex | 97 | E | D8 | 1E | 5E | 0 | F | 119 | 58 | 2D |
| Octal | 227 | 16 | 330 | 36 | 136 | 0 | 17 | 431 | 130 | 55 |
| Binary | 10010111 | 1110 | 11011000 | 11110 | 1011110 | 0 | 1111 | 100011001 | 1011000 | 101101 |
Color Harmonies of #970ED8
Complementary color
Monochromatic Colors of #970ED8
Black with #970ED8
Text Example
Text Example
White with #970ED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #970ED8; }
p { color: rgb(151,14,216); }
H1.HeaderClassName
{
color: #970ED8;
}
.AnyTagClassName
{
color: #970ED8;
}
</style>
background-color css
<style>
a { background-color: #970ED8; }
a { background-color: rgb(151,14,216); }
div.DivClassName
{
background-color: #970ED8;
}
.BgClassName
{
background-color: #970ED8;
}
</style>
border-color css
<style>
span { border-color: #970ED8; }
span { border-color: rgb(151,14,216); }
td.TdClassName
{
border-color: #970ED8;
}
.TagClassName
{
border-color: #970ED8;
}
</style>