Shades of Dark Violet #970DD6
Tints of Dark Violet #970DD6
RGB
CMYK
RGB Variations
Color information
#970DD6 (or 0x970DD6) is known color: Dark Violet. HEX triplet: 97, 0D and D6. RGB value is (151,13,214). Sum of RGB (Red+Green+Blue) = 151+13+214=378 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.95% from 378); Green value is 13 (5.47% from 255 or 3.44% from 378); Blue value is 214 (83.98% from 255 or 56.61% from 378); Max value from RGB is 214 - color contains mainly: blue. Hex color #970DD6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #970DD6 is #68F229. Grayscale: #4C4C4C. Windows color (decimal): -6877738 or 14028183. OLE color: 14028183.
HSL color Cylindrical-coordinate representation of color #970DD6: hue angle of 281.19º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #970DD6 is Cyan = 0.29, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 151 | 13 | 214 | - |
| CMYK | 0.29 | 0.94 | 0 | 0.16 |
| HSL | 281.19º | 0.89% | 0.45% | - |
| HSV(B) | 281.19º | 0.94% | 0.84% | - |
| XYZ | 25.04 | 11.72 | 64.56 | - |
| YUV | 77.18 | 205.22 | 180.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 13 | 214 | 0.29 | 0.94 | 0 | 0.16 | 281.19 | 0.89 | 0.45 |
| Hex | 97 | D | D6 | 1D | 5E | 0 | 10 | 119 | 59 | 2D |
| Octal | 227 | 15 | 326 | 35 | 136 | 0 | 20 | 431 | 131 | 55 |
| Binary | 10010111 | 1101 | 11010110 | 11101 | 1011110 | 0 | 10000 | 100011001 | 1011001 | 101101 |
Color Harmonies of #970DD6
Complementary color
Monochromatic Colors of #970DD6
Black with #970DD6
Text Example
Text Example
White with #970DD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #970DD6; }
p { color: rgb(151,13,214); }
H1.HeaderClassName
{
color: #970DD6;
}
.AnyTagClassName
{
color: #970DD6;
}
</style>
background-color css
<style>
a { background-color: #970DD6; }
a { background-color: rgb(151,13,214); }
div.DivClassName
{
background-color: #970DD6;
}
.BgClassName
{
background-color: #970DD6;
}
</style>
border-color css
<style>
span { border-color: #970DD6; }
span { border-color: rgb(151,13,214); }
td.TdClassName
{
border-color: #970DD6;
}
.TagClassName
{
border-color: #970DD6;
}
</style>