Shades of Dark Violet #970AF0
Tints of Dark Violet #970AF0
RGB
CMYK
RGB Variations
Color information
#970AF0 (or 0x970AF0) is known color: Dark Violet. HEX triplet: 97, 0A and F0. RGB value is (151,10,240). Sum of RGB (Red+Green+Blue) = 151+10+240=401 (53% of max value = 765). Red value is 151 (59.38% from 255 or 37.66% from 401); Green value is 10 (4.30% from 255 or 2.49% from 401); Blue value is 240 (94.14% from 255 or 59.85% from 401); Max value from RGB is 240 - color contains mainly: blue. Hex color #970AF0 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #970AF0 is #68F50F. Grayscale: #4D4D4D. Windows color (decimal): -6878480 or 15731351. OLE color: 15731351.
HSL color Cylindrical-coordinate representation of color #970AF0: hue angle of 276.78º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #970AF0 is Cyan = 0.37, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 151 | 10 | 240 | - |
| CMYK | 0.37 | 0.96 | 0 | 0.06 |
| HSL | 276.78º | 0.92% | 0.49% | - |
| HSV(B) | 276.78º | 0.96% | 0.94% | - |
| XYZ | 28.6 | 13.09 | 83.46 | - |
| YUV | 78.38 | 219.21 | 179.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 10 | 240 | 0.37 | 0.96 | 0 | 0.06 | 276.78 | 0.92 | 0.49 |
| Hex | 97 | A | F0 | 25 | 60 | 0 | 6 | 115 | 5C | 31 |
| Octal | 227 | 12 | 360 | 45 | 140 | 0 | 6 | 425 | 134 | 61 |
| Binary | 10010111 | 1010 | 11110000 | 100101 | 1100000 | 0 | 110 | 100010101 | 1011100 | 110001 |
Color Harmonies of #970AF0
Complementary color
Monochromatic Colors of #970AF0
Black with #970AF0
Text Example
Text Example
White with #970AF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #970AF0; }
p { color: rgb(151,10,240); }
H1.HeaderClassName
{
color: #970AF0;
}
.AnyTagClassName
{
color: #970AF0;
}
</style>
background-color css
<style>
a { background-color: #970AF0; }
a { background-color: rgb(151,10,240); }
div.DivClassName
{
background-color: #970AF0;
}
.BgClassName
{
background-color: #970AF0;
}
</style>
border-color css
<style>
span { border-color: #970AF0; }
span { border-color: rgb(151,10,240); }
td.TdClassName
{
border-color: #970AF0;
}
.TagClassName
{
border-color: #970AF0;
}
</style>