Shades of Blue Violet #971DF1
Tints of Blue Violet #971DF1
RGB
CMYK
RGB Variations
Color information
#971DF1 (or 0x971DF1) is known color: Blue Violet. HEX triplet: 97, 1D and F1. RGB value is (151,29,241). Sum of RGB (Red+Green+Blue) = 151+29+241=421 (55% of max value = 765). Red value is 151 (59.38% from 255 or 35.87% from 421); Green value is 29 (11.72% from 255 or 6.89% from 421); Blue value is 241 (94.53% from 255 or 57.24% from 421); Max value from RGB is 241 - color contains mainly: blue. Hex color #971DF1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #971DF1 is #68E20E. Grayscale: #585858. Windows color (decimal): -6873615 or 15801751. OLE color: 15801751.
HSL color Cylindrical-coordinate representation of color #971DF1: hue angle of 274.53º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #971DF1 is Cyan = 0.37, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 151 | 29 | 241 | - |
| CMYK | 0.37 | 0.88 | 0 | 0.05 |
| HSL | 274.53º | 0.88% | 0.53% | - |
| HSV(B) | 274.53º | 0.88% | 0.95% | - |
| XYZ | 29.08 | 13.81 | 84.35 | - |
| YUV | 89.65 | 213.42 | 171.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 29 | 241 | 0.37 | 0.88 | 0 | 0.05 | 274.53 | 0.88 | 0.53 |
| Hex | 97 | 1D | F1 | 25 | 58 | 0 | 5 | 113 | 58 | 35 |
| Octal | 227 | 35 | 361 | 45 | 130 | 0 | 5 | 423 | 130 | 65 |
| Binary | 10010111 | 11101 | 11110001 | 100101 | 1011000 | 0 | 101 | 100010011 | 1011000 | 110101 |
Color Harmonies of #971DF1
Complementary color
Monochromatic Colors of #971DF1
Black with #971DF1
Text Example
Text Example
White with #971DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #971DF1; }
p { color: rgb(151,29,241); }
H1.HeaderClassName
{
color: #971DF1;
}
.AnyTagClassName
{
color: #971DF1;
}
</style>
background-color css
<style>
a { background-color: #971DF1; }
a { background-color: rgb(151,29,241); }
div.DivClassName
{
background-color: #971DF1;
}
.BgClassName
{
background-color: #971DF1;
}
</style>
border-color css
<style>
span { border-color: #971DF1; }
span { border-color: rgb(151,29,241); }
td.TdClassName
{
border-color: #971DF1;
}
.TagClassName
{
border-color: #971DF1;
}
</style>