Shades of Dark Violet #970FDF
Tints of Dark Violet #970FDF
RGB
CMYK
RGB Variations
Color information
#970FDF (or 0x970FDF) is known color: Dark Violet. HEX triplet: 97, 0F and DF. RGB value is (151,15,223). Sum of RGB (Red+Green+Blue) = 151+15+223=389 (51% of max value = 765). Red value is 151 (59.38% from 255 or 38.82% from 389); Green value is 15 (6.25% from 255 or 3.86% from 389); Blue value is 223 (87.5% from 255 or 57.33% from 389); Max value from RGB is 223 - color contains mainly: blue. Hex color #970FDF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #970FDF is #68F020. Grayscale: #4E4E4E. Windows color (decimal): -6877217 or 14618519. OLE color: 14618519.
HSL color Cylindrical-coordinate representation of color #970FDF: hue angle of 279.23º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #970FDF is Cyan = 0.32, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 151 | 15 | 223 | - |
| CMYK | 0.32 | 0.93 | 0 | 0.13 |
| HSL | 279.23º | 0.87% | 0.47% | - |
| HSV(B) | 279.23º | 0.93% | 0.87% | - |
| XYZ | 26.25 | 12.25 | 70.79 | - |
| YUV | 79.38 | 209.06 | 179.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 15 | 223 | 0.32 | 0.93 | 0 | 0.13 | 279.23 | 0.87 | 0.47 |
| Hex | 97 | F | DF | 20 | 5D | 0 | D | 117 | 57 | 2F |
| Octal | 227 | 17 | 337 | 40 | 135 | 0 | 15 | 427 | 127 | 57 |
| Binary | 10010111 | 1111 | 11011111 | 100000 | 1011101 | 0 | 1101 | 100010111 | 1010111 | 101111 |
Color Harmonies of #970FDF
Complementary color
Monochromatic Colors of #970FDF
Black with #970FDF
Text Example
Text Example
White with #970FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #970FDF; }
p { color: rgb(151,15,223); }
H1.HeaderClassName
{
color: #970FDF;
}
.AnyTagClassName
{
color: #970FDF;
}
</style>
background-color css
<style>
a { background-color: #970FDF; }
a { background-color: rgb(151,15,223); }
div.DivClassName
{
background-color: #970FDF;
}
.BgClassName
{
background-color: #970FDF;
}
</style>
border-color css
<style>
span { border-color: #970FDF; }
span { border-color: rgb(151,15,223); }
td.TdClassName
{
border-color: #970FDF;
}
.TagClassName
{
border-color: #970FDF;
}
</style>