Shades of Dark Violet #970AF9
Tints of Dark Violet #970AF9
RGB
CMYK
RGB Variations
Color information
#970AF9 (or 0x970AF9) is known color: Dark Violet. HEX triplet: 97, 0A and F9. RGB value is (151,10,249). Sum of RGB (Red+Green+Blue) = 151+10+249=410 (54% of max value = 765). Red value is 151 (59.38% from 255 or 36.83% from 410); Green value is 10 (4.30% from 255 or 2.44% from 410); Blue value is 249 (97.66% from 255 or 60.73% from 410); Max value from RGB is 249 - color contains mainly: blue. Hex color #970AF9 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #970AF9 is #68F506. Grayscale: #4E4E4E. Windows color (decimal): -6878471 or 16321175. OLE color: 16321175.
HSL color Cylindrical-coordinate representation of color #970AF9: hue angle of 275.4º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #970AF9 is Cyan = 0.39, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 151 | 10 | 249 | - |
| CMYK | 0.39 | 0.96 | 0 | 0.02 |
| HSL | 275.4º | 0.95% | 0.51% | - |
| HSV(B) | 275.4º | 0.96% | 0.98% | - |
| XYZ | 29.97 | 13.64 | 90.67 | - |
| YUV | 79.41 | 223.71 | 179.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 10 | 249 | 0.39 | 0.96 | 0 | 0.02 | 275.4 | 0.95 | 0.51 |
| Hex | 97 | A | F9 | 27 | 60 | 0 | 2 | 113 | 5F | 33 |
| Octal | 227 | 12 | 371 | 47 | 140 | 0 | 2 | 423 | 137 | 63 |
| Binary | 10010111 | 1010 | 11111001 | 100111 | 1100000 | 0 | 10 | 100010011 | 1011111 | 110011 |
Color Harmonies of #970AF9
Complementary color
Monochromatic Colors of #970AF9
Black with #970AF9
Text Example
Text Example
White with #970AF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #970AF9; }
p { color: rgb(151,10,249); }
H1.HeaderClassName
{
color: #970AF9;
}
.AnyTagClassName
{
color: #970AF9;
}
</style>
background-color css
<style>
a { background-color: #970AF9; }
a { background-color: rgb(151,10,249); }
div.DivClassName
{
background-color: #970AF9;
}
.BgClassName
{
background-color: #970AF9;
}
</style>
border-color css
<style>
span { border-color: #970AF9; }
span { border-color: rgb(151,10,249); }
td.TdClassName
{
border-color: #970AF9;
}
.TagClassName
{
border-color: #970AF9;
}
</style>