Shades of Blue Violet #970EF6
Tints of Blue Violet #970EF6
RGB
CMYK
RGB Variations
Color information
#970EF6 (or 0x970EF6) is known color: Blue Violet. HEX triplet: 97, 0E and F6. RGB value is (151,14,246). Sum of RGB (Red+Green+Blue) = 151+14+246=411 (54% of max value = 765). Red value is 151 (59.38% from 255 or 36.74% from 411); Green value is 14 (5.86% from 255 or 3.41% from 411); Blue value is 246 (96.48% from 255 or 59.85% from 411); Max value from RGB is 246 - color contains mainly: blue. Hex color #970EF6 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #970EF6 is #68F109. Grayscale: #505050. Windows color (decimal): -6877450 or 16125591. OLE color: 16125591.
HSL color Cylindrical-coordinate representation of color #970EF6: hue angle of 275.43º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #970EF6 is Cyan = 0.39, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 151 | 14 | 246 | - |
| CMYK | 0.39 | 0.94 | 0 | 0.04 |
| HSL | 275.43º | 0.93% | 0.51% | - |
| HSV(B) | 275.43º | 0.94% | 0.96% | - |
| XYZ | 29.55 | 13.55 | 88.25 | - |
| YUV | 81.41 | 220.89 | 177.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 14 | 246 | 0.39 | 0.94 | 0 | 0.04 | 275.43 | 0.93 | 0.51 |
| Hex | 97 | E | F6 | 27 | 5E | 0 | 4 | 113 | 5D | 33 |
| Octal | 227 | 16 | 366 | 47 | 136 | 0 | 4 | 423 | 135 | 63 |
| Binary | 10010111 | 1110 | 11110110 | 100111 | 1011110 | 0 | 100 | 100010011 | 1011101 | 110011 |
Color Harmonies of #970EF6
Complementary color
Monochromatic Colors of #970EF6
Black with #970EF6
Text Example
Text Example
White with #970EF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #970EF6; }
p { color: rgb(151,14,246); }
H1.HeaderClassName
{
color: #970EF6;
}
.AnyTagClassName
{
color: #970EF6;
}
</style>
background-color css
<style>
a { background-color: #970EF6; }
a { background-color: rgb(151,14,246); }
div.DivClassName
{
background-color: #970EF6;
}
.BgClassName
{
background-color: #970EF6;
}
</style>
border-color css
<style>
span { border-color: #970EF6; }
span { border-color: rgb(151,14,246); }
td.TdClassName
{
border-color: #970EF6;
}
.TagClassName
{
border-color: #970EF6;
}
</style>