Shades of Dark Violet #970FE7
Tints of Dark Violet #970FE7
RGB
CMYK
RGB Variations
Color information
#970FE7 (or 0x970FE7) is known color: Dark Violet. HEX triplet: 97, 0F and E7. RGB value is (151,15,231). Sum of RGB (Red+Green+Blue) = 151+15+231=397 (52% of max value = 765). Red value is 151 (59.38% from 255 or 38.04% from 397); Green value is 15 (6.25% from 255 or 3.78% from 397); Blue value is 231 (90.62% from 255 or 58.19% from 397); Max value from RGB is 231 - color contains mainly: blue. Hex color #970FE7 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #970FE7 is #68F018. Grayscale: #4F4F4F. Windows color (decimal): -6877209 or 15142807. OLE color: 15142807.
HSL color Cylindrical-coordinate representation of color #970FE7: hue angle of 277.78º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #970FE7 is Cyan = 0.35, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 151 | 15 | 231 | - |
| CMYK | 0.35 | 0.94 | 0 | 0.09 |
| HSL | 277.78º | 0.88% | 0.48% | - |
| HSV(B) | 277.78º | 0.94% | 0.91% | - |
| XYZ | 27.36 | 12.69 | 76.61 | - |
| YUV | 80.29 | 213.06 | 178.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 15 | 231 | 0.35 | 0.94 | 0 | 0.09 | 277.78 | 0.88 | 0.48 |
| Hex | 97 | F | E7 | 23 | 5E | 0 | 9 | 116 | 58 | 30 |
| Octal | 227 | 17 | 347 | 43 | 136 | 0 | 11 | 426 | 130 | 60 |
| Binary | 10010111 | 1111 | 11100111 | 100011 | 1011110 | 0 | 1001 | 100010110 | 1011000 | 110000 |
Color Harmonies of #970FE7
Complementary color
Monochromatic Colors of #970FE7
Black with #970FE7
Text Example
Text Example
White with #970FE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #970FE7; }
p { color: rgb(151,15,231); }
H1.HeaderClassName
{
color: #970FE7;
}
.AnyTagClassName
{
color: #970FE7;
}
</style>
background-color css
<style>
a { background-color: #970FE7; }
a { background-color: rgb(151,15,231); }
div.DivClassName
{
background-color: #970FE7;
}
.BgClassName
{
background-color: #970FE7;
}
</style>
border-color css
<style>
span { border-color: #970FE7; }
span { border-color: rgb(151,15,231); }
td.TdClassName
{
border-color: #970FE7;
}
.TagClassName
{
border-color: #970FE7;
}
</style>