Shades of Dark Violet #970AFA
Tints of Dark Violet #970AFA
RGB
CMYK
RGB Variations
Color information
#970AFA (or 0x970AFA) is known color: Dark Violet. HEX triplet: 97, 0A and FA. RGB value is (151,10,250). Sum of RGB (Red+Green+Blue) = 151+10+250=411 (54% of max value = 765). Red value is 151 (59.38% from 255 or 36.74% from 411); Green value is 10 (4.30% from 255 or 2.43% from 411); Blue value is 250 (98.05% from 255 or 60.83% from 411); Max value from RGB is 250 - color contains mainly: blue. Hex color #970AFA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #970AFA is #68F505. Grayscale: #4E4E4E. Windows color (decimal): -6878470 or 16386711. OLE color: 16386711.
HSL color Cylindrical-coordinate representation of color #970AFA: hue angle of 275.25º degrees, saturation: 0.96, 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 #970AFA is Cyan = 0.40, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 151 | 10 | 250 | - |
| CMYK | 0.40 | 0.96 | 0 | 0.02 |
| HSL | 275.25º | 0.96% | 0.51% | - |
| HSV(B) | 275.25º | 0.96% | 0.98% | - |
| XYZ | 30.13 | 13.7 | 91.5 | - |
| YUV | 79.52 | 224.21 | 178.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 10 | 250 | 0.40 | 0.96 | 0 | 0.02 | 275.25 | 0.96 | 0.51 |
| Hex | 97 | A | FA | 28 | 60 | 0 | 2 | 113 | 60 | 33 |
| Octal | 227 | 12 | 372 | 50 | 140 | 0 | 2 | 423 | 140 | 63 |
| Binary | 10010111 | 1010 | 11111010 | 101000 | 1100000 | 0 | 10 | 100010011 | 1100000 | 110011 |
Color Harmonies of #970AFA
Complementary color
Monochromatic Colors of #970AFA
Black with #970AFA
Text Example
Text Example
White with #970AFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #970AFA; }
p { color: rgb(151,10,250); }
H1.HeaderClassName
{
color: #970AFA;
}
.AnyTagClassName
{
color: #970AFA;
}
</style>
background-color css
<style>
a { background-color: #970AFA; }
a { background-color: rgb(151,10,250); }
div.DivClassName
{
background-color: #970AFA;
}
.BgClassName
{
background-color: #970AFA;
}
</style>
border-color css
<style>
span { border-color: #970AFA; }
span { border-color: rgb(151,10,250); }
td.TdClassName
{
border-color: #970AFA;
}
.TagClassName
{
border-color: #970AFA;
}
</style>