Shades of Dark Violet #970DF6
Tints of Dark Violet #970DF6
RGB
CMYK
RGB Variations
Color information
#970DF6 (or 0x970DF6) is known color: Dark Violet. HEX triplet: 97, 0D and F6. RGB value is (151,13,246). Sum of RGB (Red+Green+Blue) = 151+13+246=410 (54% of max value = 765). Red value is 151 (59.38% from 255 or 36.83% from 410); Green value is 13 (5.47% from 255 or 3.17% from 410); Blue value is 246 (96.48% from 255 or 60% from 410); Max value from RGB is 246 - color contains mainly: blue. Hex color #970DF6 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #970DF6 is #68F209. Grayscale: #505050. Windows color (decimal): -6877706 or 16125335. OLE color: 16125335.
HSL color Cylindrical-coordinate representation of color #970DF6: hue angle of 275.54º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #970DF6 is Cyan = 0.39, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 151 | 13 | 246 | - |
| CMYK | 0.39 | 0.95 | 0 | 0.04 |
| HSL | 275.54º | 0.93% | 0.51% | - |
| HSV(B) | 275.54º | 0.95% | 0.96% | - |
| XYZ | 29.54 | 13.52 | 88.24 | - |
| YUV | 80.82 | 221.22 | 178.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 13 | 246 | 0.39 | 0.95 | 0 | 0.04 | 275.54 | 0.93 | 0.51 |
| Hex | 97 | D | F6 | 27 | 5F | 0 | 4 | 114 | 5D | 33 |
| Octal | 227 | 15 | 366 | 47 | 137 | 0 | 4 | 424 | 135 | 63 |
| Binary | 10010111 | 1101 | 11110110 | 100111 | 1011111 | 0 | 100 | 100010100 | 1011101 | 110011 |
Color Harmonies of #970DF6
Complementary color
Monochromatic Colors of #970DF6
Black with #970DF6
Text Example
Text Example
White with #970DF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #970DF6; }
p { color: rgb(151,13,246); }
H1.HeaderClassName
{
color: #970DF6;
}
.AnyTagClassName
{
color: #970DF6;
}
</style>
background-color css
<style>
a { background-color: #970DF6; }
a { background-color: rgb(151,13,246); }
div.DivClassName
{
background-color: #970DF6;
}
.BgClassName
{
background-color: #970DF6;
}
</style>
border-color css
<style>
span { border-color: #970DF6; }
span { border-color: rgb(151,13,246); }
td.TdClassName
{
border-color: #970DF6;
}
.TagClassName
{
border-color: #970DF6;
}
</style>