Shades of Blue Violet #972BFF
Tints of Blue Violet #972BFF
RGB
CMYK
RGB Variations
Color information
#972BFF (or 0x972BFF) is known color: Blue Violet. HEX triplet: 97, 2B and FF. RGB value is (151,43,255). Sum of RGB (Red+Green+Blue) = 151+43+255=449 (59% of max value = 765). Red value is 151 (59.38% from 255 or 33.63% from 449); Green value is 43 (17.19% from 255 or 9.58% from 449); Blue value is 255 (100% from 255 or 56.79% from 449); Max value from RGB is 255 - color contains mainly: blue. Hex color #972BFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #972BFF is #68D400. Grayscale: #626262. Windows color (decimal): -6870017 or 16722839. OLE color: 16722839.
HSL color Cylindrical-coordinate representation of color #972BFF: hue angle of 270.57º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #972BFF is Cyan = 0.41, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 151 | 43 | 255 | - |
| CMYK | 0.41 | 0.83 | 0 | 0 |
| HSL | 270.57º | 1% | 0.58% | - |
| HSV(B) | 270.57º | 0.83% | 1% | - |
| XYZ | 31.68 | 15.53 | 95.94 | - |
| YUV | 99.46 | 215.78 | 164.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 43 | 255 | 0.41 | 0.83 | 0 | 0 | 270.57 | 1 | 0.58 |
| Hex | 97 | 2B | FF | 29 | 53 | 0 | 0 | 10F | 64 | 3A |
| Octal | 227 | 53 | 377 | 51 | 123 | 0 | 0 | 417 | 144 | 72 |
| Binary | 10010111 | 101011 | 11111111 | 101001 | 1010011 | 0 | 0 | 100001111 | 1100100 | 111010 |
Color Harmonies of #972BFF
Complementary color
Monochromatic Colors of #972BFF
Black with #972BFF
Text Example
Text Example
White with #972BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #972BFF; }
p { color: rgb(151,43,255); }
H1.HeaderClassName
{
color: #972BFF;
}
.AnyTagClassName
{
color: #972BFF;
}
</style>
background-color css
<style>
a { background-color: #972BFF; }
a { background-color: rgb(151,43,255); }
div.DivClassName
{
background-color: #972BFF;
}
.BgClassName
{
background-color: #972BFF;
}
</style>
border-color css
<style>
span { border-color: #972BFF; }
span { border-color: rgb(151,43,255); }
td.TdClassName
{
border-color: #972BFF;
}
.TagClassName
{
border-color: #972BFF;
}
</style>