Shades of Blue Violet #972EDF
Tints of Blue Violet #972EDF
RGB
CMYK
RGB Variations
Color information
#972EDF (or 0x972EDF) is known color: Blue Violet. HEX triplet: 97, 2E and DF. RGB value is (151,46,223). Sum of RGB (Red+Green+Blue) = 151+46+223=420 (55% of max value = 765). Red value is 151 (59.38% from 255 or 35.95% from 420); Green value is 46 (18.36% from 255 or 10.95% from 420); Blue value is 223 (87.5% from 255 or 53.10% from 420); Max value from RGB is 223 - color contains mainly: blue. Hex color #972EDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #972EDF is #68D120. Grayscale: #606060. Windows color (decimal): -6869281 or 14626455. OLE color: 14626455.
HSL color Cylindrical-coordinate representation of color #972EDF: hue angle of 275.59º 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 #972EDF is Cyan = 0.32, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 151 | 46 | 223 | - |
| CMYK | 0.32 | 0.79 | 0 | 0.13 |
| HSL | 275.59º | 0.73% | 0.53% | - |
| HSV(B) | 275.59º | 0.79% | 0.87% | - |
| XYZ | 27.06 | 13.86 | 71.06 | - |
| YUV | 97.57 | 198.79 | 166.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 46 | 223 | 0.32 | 0.79 | 0 | 0.13 | 275.59 | 0.73 | 0.53 |
| Hex | 97 | 2E | DF | 20 | 4F | 0 | D | 114 | 49 | 35 |
| Octal | 227 | 56 | 337 | 40 | 117 | 0 | 15 | 424 | 111 | 65 |
| Binary | 10010111 | 101110 | 11011111 | 100000 | 1001111 | 0 | 1101 | 100010100 | 1001001 | 110101 |
Color Harmonies of #972EDF
Complementary color
Monochromatic Colors of #972EDF
Black with #972EDF
Text Example
Text Example
White with #972EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #972EDF; }
p { color: rgb(151,46,223); }
H1.HeaderClassName
{
color: #972EDF;
}
.AnyTagClassName
{
color: #972EDF;
}
</style>
background-color css
<style>
a { background-color: #972EDF; }
a { background-color: rgb(151,46,223); }
div.DivClassName
{
background-color: #972EDF;
}
.BgClassName
{
background-color: #972EDF;
}
</style>
border-color css
<style>
span { border-color: #972EDF; }
span { border-color: rgb(151,46,223); }
td.TdClassName
{
border-color: #972EDF;
}
.TagClassName
{
border-color: #972EDF;
}
</style>