Shades of Blue Violet #971FFB
Tints of Blue Violet #971FFB
RGB
CMYK
RGB Variations
Color information
#971FFB (or 0x971FFB) is known color: Blue Violet. HEX triplet: 97, 1F and FB. RGB value is (151,31,251). Sum of RGB (Red+Green+Blue) = 151+31+251=433 (57% of max value = 765). Red value is 151 (59.38% from 255 or 34.87% from 433); Green value is 31 (12.5% from 255 or 7.16% from 433); Blue value is 251 (98.44% from 255 or 57.97% from 433); Max value from RGB is 251 - color contains mainly: blue. Hex color #971FFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #971FFB is #68E004. Grayscale: #5B5B5B. Windows color (decimal): -6873093 or 16457623. OLE color: 16457623.
HSL color Cylindrical-coordinate representation of color #971FFB: hue angle of 272.73º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #971FFB is Cyan = 0.40, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 151 | 31 | 251 | - |
| CMYK | 0.40 | 0.88 | 0 | 0.02 |
| HSL | 272.73º | 0.96% | 0.55% | - |
| HSV(B) | 272.73º | 0.88% | 0.98% | - |
| XYZ | 30.67 | 14.52 | 92.45 | - |
| YUV | 91.96 | 217.76 | 170.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 31 | 251 | 0.40 | 0.88 | 0 | 0.02 | 272.73 | 0.96 | 0.55 |
| Hex | 97 | 1F | FB | 28 | 58 | 0 | 2 | 111 | 60 | 37 |
| Octal | 227 | 37 | 373 | 50 | 130 | 0 | 2 | 421 | 140 | 67 |
| Binary | 10010111 | 11111 | 11111011 | 101000 | 1011000 | 0 | 10 | 100010001 | 1100000 | 110111 |
Color Harmonies of #971FFB
Complementary color
Monochromatic Colors of #971FFB
Black with #971FFB
Text Example
Text Example
White with #971FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #971FFB; }
p { color: rgb(151,31,251); }
H1.HeaderClassName
{
color: #971FFB;
}
.AnyTagClassName
{
color: #971FFB;
}
</style>
background-color css
<style>
a { background-color: #971FFB; }
a { background-color: rgb(151,31,251); }
div.DivClassName
{
background-color: #971FFB;
}
.BgClassName
{
background-color: #971FFB;
}
</style>
border-color css
<style>
span { border-color: #971FFB; }
span { border-color: rgb(151,31,251); }
td.TdClassName
{
border-color: #971FFB;
}
.TagClassName
{
border-color: #971FFB;
}
</style>