Shades of Dark Violet #970FE6
Tints of Dark Violet #970FE6
RGB
CMYK
RGB Variations
Color information
#970FE6 (or 0x970FE6) is known color: Dark Violet. HEX triplet: 97, 0F and E6. RGB value is (151,15,230). Sum of RGB (Red+Green+Blue) = 151+15+230=396 (52% of max value = 765). Red value is 151 (59.38% from 255 or 38.13% from 396); Green value is 15 (6.25% from 255 or 3.79% from 396); Blue value is 230 (90.23% from 255 or 58.08% from 396); Max value from RGB is 230 - color contains mainly: blue. Hex color #970FE6 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #970FE6 is #68F019. Grayscale: #4F4F4F. Windows color (decimal): -6877210 or 15077271. OLE color: 15077271.
HSL color Cylindrical-coordinate representation of color #970FE6: hue angle of 277.95º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #970FE6 is Cyan = 0.34, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 151 | 15 | 230 | - |
| CMYK | 0.34 | 0.93 | 0 | 0.10 |
| HSL | 277.95º | 0.88% | 0.48% | - |
| HSV(B) | 277.95º | 0.93% | 0.9% | - |
| XYZ | 27.22 | 12.63 | 75.87 | - |
| YUV | 80.17 | 212.56 | 178.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 15 | 230 | 0.34 | 0.93 | 0 | 0.10 | 277.95 | 0.88 | 0.48 |
| Hex | 97 | F | E6 | 22 | 5D | 0 | A | 116 | 58 | 30 |
| Octal | 227 | 17 | 346 | 42 | 135 | 0 | 12 | 426 | 130 | 60 |
| Binary | 10010111 | 1111 | 11100110 | 100010 | 1011101 | 0 | 1010 | 100010110 | 1011000 | 110000 |
Color Harmonies of #970FE6
Complementary color
Monochromatic Colors of #970FE6
Black with #970FE6
Text Example
Text Example
White with #970FE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #970FE6; }
p { color: rgb(151,15,230); }
H1.HeaderClassName
{
color: #970FE6;
}
.AnyTagClassName
{
color: #970FE6;
}
</style>
background-color css
<style>
a { background-color: #970FE6; }
a { background-color: rgb(151,15,230); }
div.DivClassName
{
background-color: #970FE6;
}
.BgClassName
{
background-color: #970FE6;
}
</style>
border-color css
<style>
span { border-color: #970FE6; }
span { border-color: rgb(151,15,230); }
td.TdClassName
{
border-color: #970FE6;
}
.TagClassName
{
border-color: #970FE6;
}
</style>