Shades of Blue Violet #972FFA
Tints of Blue Violet #972FFA
RGB
CMYK
RGB Variations
Color information
#972FFA (or 0x972FFA) is known color: Blue Violet. HEX triplet: 97, 2F and FA. RGB value is (151,47,250). Sum of RGB (Red+Green+Blue) = 151+47+250=448 (59% of max value = 765). Red value is 151 (59.38% from 255 or 33.71% from 448); Green value is 47 (18.75% from 255 or 10.49% from 448); Blue value is 250 (98.05% from 255 or 55.80% from 448); Max value from RGB is 250 - color contains mainly: blue. Hex color #972FFA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #972FFA is #68D005. Grayscale: #646464. Windows color (decimal): -6868998 or 16396183. OLE color: 16396183.
HSL color Cylindrical-coordinate representation of color #972FFA: hue angle of 270.74º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #972FFA is Cyan = 0.40, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 151 | 47 | 250 | - |
| CMYK | 0.40 | 0.81 | 0 | 0.02 |
| HSL | 270.74º | 0.95% | 0.58% | - |
| HSV(B) | 270.74º | 0.81% | 0.98% | - |
| XYZ | 31.03 | 15.51 | 91.8 | - |
| YUV | 101.24 | 211.96 | 163.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 47 | 250 | 0.40 | 0.81 | 0 | 0.02 | 270.74 | 0.95 | 0.58 |
| Hex | 97 | 2F | FA | 28 | 51 | 0 | 2 | 10F | 5F | 3A |
| Octal | 227 | 57 | 372 | 50 | 121 | 0 | 2 | 417 | 137 | 72 |
| Binary | 10010111 | 101111 | 11111010 | 101000 | 1010001 | 0 | 10 | 100001111 | 1011111 | 111010 |
Color Harmonies of #972FFA
Complementary color
Monochromatic Colors of #972FFA
Black with #972FFA
Text Example
Text Example
White with #972FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #972FFA; }
p { color: rgb(151,47,250); }
H1.HeaderClassName
{
color: #972FFA;
}
.AnyTagClassName
{
color: #972FFA;
}
</style>
background-color css
<style>
a { background-color: #972FFA; }
a { background-color: rgb(151,47,250); }
div.DivClassName
{
background-color: #972FFA;
}
.BgClassName
{
background-color: #972FFA;
}
</style>
border-color css
<style>
span { border-color: #972FFA; }
span { border-color: rgb(151,47,250); }
td.TdClassName
{
border-color: #972FFA;
}
.TagClassName
{
border-color: #972FFA;
}
</style>