Shades of Blue Violet #971AF9
Tints of Blue Violet #971AF9
RGB
CMYK
RGB Variations
Color information
#971AF9 (or 0x971AF9) is known color: Blue Violet. HEX triplet: 97, 1A and F9. RGB value is (151,26,249). Sum of RGB (Red+Green+Blue) = 151+26+249=426 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.45% from 426); Green value is 26 (10.55% from 255 or 6.10% from 426); Blue value is 249 (97.66% from 255 or 58.45% from 426); Max value from RGB is 249 - color contains mainly: blue. Hex color #971AF9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #971AF9 is #68E506. Grayscale: #585858. Windows color (decimal): -6874375 or 16325271. OLE color: 16325271.
HSL color Cylindrical-coordinate representation of color #971AF9: hue angle of 273.63º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #971AF9 is Cyan = 0.39, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 151 | 26 | 249 | - |
| CMYK | 0.39 | 0.90 | 0 | 0.02 |
| HSL | 273.63º | 0.95% | 0.54% | - |
| HSV(B) | 273.63º | 0.9% | 0.98% | - |
| XYZ | 30.23 | 14.16 | 90.76 | - |
| YUV | 88.8 | 218.41 | 172.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 26 | 249 | 0.39 | 0.90 | 0 | 0.02 | 273.63 | 0.95 | 0.54 |
| Hex | 97 | 1A | F9 | 27 | 5A | 0 | 2 | 112 | 5F | 36 |
| Octal | 227 | 32 | 371 | 47 | 132 | 0 | 2 | 422 | 137 | 66 |
| Binary | 10010111 | 11010 | 11111001 | 100111 | 1011010 | 0 | 10 | 100010010 | 1011111 | 110110 |
Color Harmonies of #971AF9
Complementary color
Monochromatic Colors of #971AF9
Black with #971AF9
Text Example
Text Example
White with #971AF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #971AF9; }
p { color: rgb(151,26,249); }
H1.HeaderClassName
{
color: #971AF9;
}
.AnyTagClassName
{
color: #971AF9;
}
</style>
background-color css
<style>
a { background-color: #971AF9; }
a { background-color: rgb(151,26,249); }
div.DivClassName
{
background-color: #971AF9;
}
.BgClassName
{
background-color: #971AF9;
}
</style>
border-color css
<style>
span { border-color: #971AF9; }
span { border-color: rgb(151,26,249); }
td.TdClassName
{
border-color: #971AF9;
}
.TagClassName
{
border-color: #971AF9;
}
</style>