Shades of Blue Violet #972FDF
Tints of Blue Violet #972FDF
RGB
CMYK
RGB Variations
Color information
#972FDF (or 0x972FDF) is known color: Blue Violet. HEX triplet: 97, 2F and DF. RGB value is (151,47,223). Sum of RGB (Red+Green+Blue) = 151+47+223=421 (55% of max value = 765). Red value is 151 (59.38% from 255 or 35.87% from 421); Green value is 47 (18.75% from 255 or 11.16% from 421); Blue value is 223 (87.5% from 255 or 52.97% from 421); Max value from RGB is 223 - color contains mainly: blue. Hex color #972FDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #972FDF is #68D020. Grayscale: #616161. Windows color (decimal): -6869025 or 14626711. OLE color: 14626711.
HSL color Cylindrical-coordinate representation of color #972FDF: hue angle of 275.45º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #972FDF is Cyan = 0.32, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 151 | 47 | 223 | - |
| CMYK | 0.32 | 0.79 | 0 | 0.13 |
| HSL | 275.45º | 0.73% | 0.53% | - |
| HSV(B) | 275.45º | 0.79% | 0.87% | - |
| XYZ | 27.1 | 13.94 | 71.07 | - |
| YUV | 98.16 | 198.46 | 165.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 47 | 223 | 0.32 | 0.79 | 0 | 0.13 | 275.45 | 0.73 | 0.53 |
| Hex | 97 | 2F | DF | 20 | 4F | 0 | D | 113 | 49 | 35 |
| Octal | 227 | 57 | 337 | 40 | 117 | 0 | 15 | 423 | 111 | 65 |
| Binary | 10010111 | 101111 | 11011111 | 100000 | 1001111 | 0 | 1101 | 100010011 | 1001001 | 110101 |
Color Harmonies of #972FDF
Complementary color
Monochromatic Colors of #972FDF
Black with #972FDF
Text Example
Text Example
White with #972FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #972FDF; }
p { color: rgb(151,47,223); }
H1.HeaderClassName
{
color: #972FDF;
}
.AnyTagClassName
{
color: #972FDF;
}
</style>
background-color css
<style>
a { background-color: #972FDF; }
a { background-color: rgb(151,47,223); }
div.DivClassName
{
background-color: #972FDF;
}
.BgClassName
{
background-color: #972FDF;
}
</style>
border-color css
<style>
span { border-color: #972FDF; }
span { border-color: rgb(151,47,223); }
td.TdClassName
{
border-color: #972FDF;
}
.TagClassName
{
border-color: #972FDF;
}
</style>