Shades of Blue Violet #972DF6
Tints of Blue Violet #972DF6
RGB
CMYK
RGB Variations
Color information
#972DF6 (or 0x972DF6) is known color: Blue Violet. HEX triplet: 97, 2D and F6. RGB value is (151,45,246). Sum of RGB (Red+Green+Blue) = 151+45+246=442 (58% of max value = 765). Red value is 151 (59.38% from 255 or 34.16% from 442); Green value is 45 (17.97% from 255 or 10.18% from 442); Blue value is 246 (96.48% from 255 or 55.66% from 442); Max value from RGB is 246 - color contains mainly: blue. Hex color #972DF6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #972DF6 is #68D209. Grayscale: #626262. Windows color (decimal): -6869514 or 16133527. OLE color: 16133527.
HSL color Cylindrical-coordinate representation of color #972DF6: hue angle of 271.64º degrees, saturation: 0.92, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #972DF6 is Cyan = 0.39, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 151 | 45 | 246 | - |
| CMYK | 0.39 | 0.82 | 0 | 0.04 |
| HSL | 271.64º | 0.92% | 0.57% | - |
| HSV(B) | 271.64º | 0.82% | 0.96% | - |
| XYZ | 30.34 | 15.11 | 88.51 | - |
| YUV | 99.61 | 210.62 | 164.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 45 | 246 | 0.39 | 0.82 | 0 | 0.04 | 271.64 | 0.92 | 0.57 |
| Hex | 97 | 2D | F6 | 27 | 52 | 0 | 4 | 110 | 5C | 39 |
| Octal | 227 | 55 | 366 | 47 | 122 | 0 | 4 | 420 | 134 | 71 |
| Binary | 10010111 | 101101 | 11110110 | 100111 | 1010010 | 0 | 100 | 100010000 | 1011100 | 111001 |
Color Harmonies of #972DF6
Complementary color
Monochromatic Colors of #972DF6
Black with #972DF6
Text Example
Text Example
White with #972DF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #972DF6; }
p { color: rgb(151,45,246); }
H1.HeaderClassName
{
color: #972DF6;
}
.AnyTagClassName
{
color: #972DF6;
}
</style>
background-color css
<style>
a { background-color: #972DF6; }
a { background-color: rgb(151,45,246); }
div.DivClassName
{
background-color: #972DF6;
}
.BgClassName
{
background-color: #972DF6;
}
</style>
border-color css
<style>
span { border-color: #972DF6; }
span { border-color: rgb(151,45,246); }
td.TdClassName
{
border-color: #972DF6;
}
.TagClassName
{
border-color: #972DF6;
}
</style>