Shades of Dark Violet #970FDA
Tints of Dark Violet #970FDA
RGB
CMYK
RGB Variations
Color information
#970FDA (or 0x970FDA) is known color: Dark Violet. HEX triplet: 97, 0F and DA. RGB value is (151,15,218). Sum of RGB (Red+Green+Blue) = 151+15+218=384 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.32% from 384); Green value is 15 (6.25% from 255 or 3.91% from 384); Blue value is 218 (85.55% from 255 or 56.77% from 384); Max value from RGB is 218 - color contains mainly: blue. Hex color #970FDA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #970FDA is #68F025. Grayscale: #4E4E4E. Windows color (decimal): -6877222 or 14290839. OLE color: 14290839.
HSL color Cylindrical-coordinate representation of color #970FDA: hue angle of 280.2º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #970FDA is Cyan = 0.31, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 151 | 15 | 218 | - |
| CMYK | 0.31 | 0.93 | 0 | 0.15 |
| HSL | 280.2º | 0.87% | 0.46% | - |
| HSV(B) | 280.2º | 0.93% | 0.85% | - |
| XYZ | 25.59 | 11.98 | 67.29 | - |
| YUV | 78.81 | 206.56 | 179.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 15 | 218 | 0.31 | 0.93 | 0 | 0.15 | 280.2 | 0.87 | 0.46 |
| Hex | 97 | F | DA | 1F | 5D | 0 | F | 118 | 57 | 2E |
| Octal | 227 | 17 | 332 | 37 | 135 | 0 | 17 | 430 | 127 | 56 |
| Binary | 10010111 | 1111 | 11011010 | 11111 | 1011101 | 0 | 1111 | 100011000 | 1010111 | 101110 |
Color Harmonies of #970FDA
Complementary color
Monochromatic Colors of #970FDA
Black with #970FDA
Text Example
Text Example
White with #970FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #970FDA; }
p { color: rgb(151,15,218); }
H1.HeaderClassName
{
color: #970FDA;
}
.AnyTagClassName
{
color: #970FDA;
}
</style>
background-color css
<style>
a { background-color: #970FDA; }
a { background-color: rgb(151,15,218); }
div.DivClassName
{
background-color: #970FDA;
}
.BgClassName
{
background-color: #970FDA;
}
</style>
border-color css
<style>
span { border-color: #970FDA; }
span { border-color: rgb(151,15,218); }
td.TdClassName
{
border-color: #970FDA;
}
.TagClassName
{
border-color: #970FDA;
}
</style>