Shades of Blue Violet #971DF0
Tints of Blue Violet #971DF0
RGB
CMYK
RGB Variations
Color information
#971DF0 (or 0x971DF0) is known color: Blue Violet. HEX triplet: 97, 1D and F0. RGB value is (151,29,240). Sum of RGB (Red+Green+Blue) = 151+29+240=420 (55% of max value = 765). Red value is 151 (59.38% from 255 or 35.95% from 420); Green value is 29 (11.72% from 255 or 6.90% from 420); Blue value is 240 (94.14% from 255 or 57.14% from 420); Max value from RGB is 240 - color contains mainly: blue. Hex color #971DF0 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #971DF0 is #68E20F. Grayscale: #585858. Windows color (decimal): -6873616 or 15736215. OLE color: 15736215.
HSL color Cylindrical-coordinate representation of color #971DF0: hue angle of 274.69º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #971DF0 is Cyan = 0.37, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 151 | 29 | 240 | - |
| CMYK | 0.37 | 0.88 | 0 | 0.06 |
| HSL | 274.69º | 0.88% | 0.53% | - |
| HSV(B) | 274.69º | 0.88% | 0.94% | - |
| XYZ | 28.93 | 13.75 | 83.57 | - |
| YUV | 89.53 | 212.92 | 171.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 29 | 240 | 0.37 | 0.88 | 0 | 0.06 | 274.69 | 0.88 | 0.53 |
| Hex | 97 | 1D | F0 | 25 | 58 | 0 | 6 | 113 | 58 | 35 |
| Octal | 227 | 35 | 360 | 45 | 130 | 0 | 6 | 423 | 130 | 65 |
| Binary | 10010111 | 11101 | 11110000 | 100101 | 1011000 | 0 | 110 | 100010011 | 1011000 | 110101 |
Color Harmonies of #971DF0
Complementary color
Monochromatic Colors of #971DF0
Black with #971DF0
Text Example
Text Example
White with #971DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #971DF0; }
p { color: rgb(151,29,240); }
H1.HeaderClassName
{
color: #971DF0;
}
.AnyTagClassName
{
color: #971DF0;
}
</style>
background-color css
<style>
a { background-color: #971DF0; }
a { background-color: rgb(151,29,240); }
div.DivClassName
{
background-color: #971DF0;
}
.BgClassName
{
background-color: #971DF0;
}
</style>
border-color css
<style>
span { border-color: #971DF0; }
span { border-color: rgb(151,29,240); }
td.TdClassName
{
border-color: #971DF0;
}
.TagClassName
{
border-color: #971DF0;
}
</style>