Shades of Blue Violet #970EFE
Tints of Blue Violet #970EFE
RGB
CMYK
RGB Variations
Color information
#970EFE (or 0x970EFE) is known color: Blue Violet. HEX triplet: 97, 0E and FE. RGB value is (151,14,254). Sum of RGB (Red+Green+Blue) = 151+14+254=419 (55% of max value = 765). Red value is 151 (59.38% from 255 or 36.04% from 419); Green value is 14 (5.86% from 255 or 3.34% from 419); Blue value is 254 (99.61% from 255 or 60.62% from 419); Max value from RGB is 254 - color contains mainly: blue. Hex color #970EFE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #970EFE is #68F101. Grayscale: #515151. Windows color (decimal): -6877442 or 16649879. OLE color: 16649879.
HSL color Cylindrical-coordinate representation of color #970EFE: hue angle of 274.25º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #970EFE is Cyan = 0.41, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 151 | 14 | 254 | - |
| CMYK | 0.41 | 0.94 | 0 | 0.00 |
| HSL | 274.25º | 0.99% | 0.53% | - |
| HSV(B) | 274.25º | 0.94% | 1% | - |
| XYZ | 30.81 | 14.05 | 94.85 | - |
| YUV | 82.32 | 224.89 | 176.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 14 | 254 | 0.41 | 0.94 | 0 | 0.00 | 274.25 | 0.99 | 0.53 |
| Hex | 97 | E | FE | 29 | 5E | 0 | 0 | 112 | 63 | 35 |
| Octal | 227 | 16 | 376 | 51 | 136 | 0 | 0 | 422 | 143 | 65 |
| Binary | 10010111 | 1110 | 11111110 | 101001 | 1011110 | 0 | 0 | 100010010 | 1100011 | 110101 |
Color Harmonies of #970EFE
Complementary color
Monochromatic Colors of #970EFE
Black with #970EFE
Text Example
Text Example
White with #970EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #970EFE; }
p { color: rgb(151,14,254); }
H1.HeaderClassName
{
color: #970EFE;
}
.AnyTagClassName
{
color: #970EFE;
}
</style>
background-color css
<style>
a { background-color: #970EFE; }
a { background-color: rgb(151,14,254); }
div.DivClassName
{
background-color: #970EFE;
}
.BgClassName
{
background-color: #970EFE;
}
</style>
border-color css
<style>
span { border-color: #970EFE; }
span { border-color: rgb(151,14,254); }
td.TdClassName
{
border-color: #970EFE;
}
.TagClassName
{
border-color: #970EFE;
}
</style>