Shades of Dark Violet #970DDF
Tints of Dark Violet #970DDF
RGB
CMYK
RGB Variations
Color information
#970DDF (or 0x970DDF) is known color: Dark Violet. HEX triplet: 97, 0D and DF. RGB value is (151,13,223). Sum of RGB (Red+Green+Blue) = 151+13+223=387 (51% of max value = 765). Red value is 151 (59.38% from 255 or 39.02% from 387); Green value is 13 (5.47% from 255 or 3.36% from 387); Blue value is 223 (87.5% from 255 or 57.62% from 387); Max value from RGB is 223 - color contains mainly: blue. Hex color #970DDF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #970DDF is #68F220. Grayscale: #4D4D4D. Windows color (decimal): -6877729 or 14618007. OLE color: 14618007.
HSL color Cylindrical-coordinate representation of color #970DDF: hue angle of 279.43º 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 #970DDF is Cyan = 0.32, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 151 | 13 | 223 | - |
| CMYK | 0.32 | 0.94 | 0 | 0.13 |
| HSL | 279.43º | 0.89% | 0.46% | - |
| HSV(B) | 279.43º | 0.94% | 0.87% | - |
| XYZ | 26.23 | 12.19 | 70.78 | - |
| YUV | 78.2 | 209.72 | 179.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 13 | 223 | 0.32 | 0.94 | 0 | 0.13 | 279.43 | 0.89 | 0.46 |
| Hex | 97 | D | DF | 20 | 5E | 0 | D | 117 | 59 | 2E |
| Octal | 227 | 15 | 337 | 40 | 136 | 0 | 15 | 427 | 131 | 56 |
| Binary | 10010111 | 1101 | 11011111 | 100000 | 1011110 | 0 | 1101 | 100010111 | 1011001 | 101110 |
Color Harmonies of #970DDF
Complementary color
Monochromatic Colors of #970DDF
Black with #970DDF
Text Example
Text Example
White with #970DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #970DDF; }
p { color: rgb(151,13,223); }
H1.HeaderClassName
{
color: #970DDF;
}
.AnyTagClassName
{
color: #970DDF;
}
</style>
background-color css
<style>
a { background-color: #970DDF; }
a { background-color: rgb(151,13,223); }
div.DivClassName
{
background-color: #970DDF;
}
.BgClassName
{
background-color: #970DDF;
}
</style>
border-color css
<style>
span { border-color: #970DDF; }
span { border-color: rgb(151,13,223); }
td.TdClassName
{
border-color: #970DDF;
}
.TagClassName
{
border-color: #970DDF;
}
</style>