Shades of Dark Violet #970DDE
Tints of Dark Violet #970DDE
RGB
CMYK
RGB Variations
Color information
#970DDE (or 0x970DDE) is known color: Dark Violet. HEX triplet: 97, 0D and DE. RGB value is (151,13,222). Sum of RGB (Red+Green+Blue) = 151+13+222=386 (51% of max value = 765). Red value is 151 (59.38% from 255 or 39.12% from 386); Green value is 13 (5.47% from 255 or 3.37% from 386); Blue value is 222 (87.11% from 255 or 57.51% from 386); Max value from RGB is 222 - color contains mainly: blue. Hex color #970DDE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #970DDE is #68F221. Grayscale: #4D4D4D. Windows color (decimal): -6877730 or 14552471. OLE color: 14552471.
HSL color Cylindrical-coordinate representation of color #970DDE: hue angle of 279.62º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #970DDE is Cyan = 0.32, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 151 | 13 | 222 | - |
| CMYK | 0.32 | 0.94 | 0 | 0.13 |
| HSL | 279.62º | 0.89% | 0.46% | - |
| HSV(B) | 279.62º | 0.94% | 0.87% | - |
| XYZ | 26.09 | 12.14 | 70.08 | - |
| YUV | 78.09 | 209.22 | 180.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 13 | 222 | 0.32 | 0.94 | 0 | 0.13 | 279.62 | 0.89 | 0.46 |
| Hex | 97 | D | DE | 20 | 5E | 0 | D | 118 | 59 | 2E |
| Octal | 227 | 15 | 336 | 40 | 136 | 0 | 15 | 430 | 131 | 56 |
| Binary | 10010111 | 1101 | 11011110 | 100000 | 1011110 | 0 | 1101 | 100011000 | 1011001 | 101110 |
Color Harmonies of #970DDE
Complementary color
Monochromatic Colors of #970DDE
Black with #970DDE
Text Example
Text Example
White with #970DDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #970DDE; }
p { color: rgb(151,13,222); }
H1.HeaderClassName
{
color: #970DDE;
}
.AnyTagClassName
{
color: #970DDE;
}
</style>
background-color css
<style>
a { background-color: #970DDE; }
a { background-color: rgb(151,13,222); }
div.DivClassName
{
background-color: #970DDE;
}
.BgClassName
{
background-color: #970DDE;
}
</style>
border-color css
<style>
span { border-color: #970DDE; }
span { border-color: rgb(151,13,222); }
td.TdClassName
{
border-color: #970DDE;
}
.TagClassName
{
border-color: #970DDE;
}
</style>