Shades of Blue Violet #971FDF
Tints of Blue Violet #971FDF
RGB
CMYK
RGB Variations
Color information
#971FDF (or 0x971FDF) is known color: Blue Violet. HEX triplet: 97, 1F and DF. RGB value is (151,31,223). Sum of RGB (Red+Green+Blue) = 151+31+223=405 (53% of max value = 765). Red value is 151 (59.38% from 255 or 37.28% from 405); Green value is 31 (12.5% from 255 or 7.65% from 405); Blue value is 223 (87.5% from 255 or 55.06% from 405); Max value from RGB is 223 - color contains mainly: blue. Hex color #971FDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #971FDF is #68E020. Grayscale: #585858. Windows color (decimal): -6873121 or 14622615. OLE color: 14622615.
HSL color Cylindrical-coordinate representation of color #971FDF: hue angle of 277.5º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #971FDF is Cyan = 0.32, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 151 | 31 | 223 | - |
| CMYK | 0.32 | 0.86 | 0 | 0.13 |
| HSL | 277.5º | 0.76% | 0.5% | - |
| HSV(B) | 277.5º | 0.86% | 0.87% | - |
| XYZ | 26.57 | 12.89 | 70.9 | - |
| YUV | 88.77 | 203.76 | 172.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 31 | 223 | 0.32 | 0.86 | 0 | 0.13 | 277.5 | 0.76 | 0.5 |
| Hex | 97 | 1F | DF | 20 | 56 | 0 | D | 116 | 4C | 32 |
| Octal | 227 | 37 | 337 | 40 | 126 | 0 | 15 | 426 | 114 | 62 |
| Binary | 10010111 | 11111 | 11011111 | 100000 | 1010110 | 0 | 1101 | 100010110 | 1001100 | 110010 |
Color Harmonies of #971FDF
Complementary color
Monochromatic Colors of #971FDF
Black with #971FDF
Text Example
Text Example
White with #971FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #971FDF; }
p { color: rgb(151,31,223); }
H1.HeaderClassName
{
color: #971FDF;
}
.AnyTagClassName
{
color: #971FDF;
}
</style>
background-color css
<style>
a { background-color: #971FDF; }
a { background-color: rgb(151,31,223); }
div.DivClassName
{
background-color: #971FDF;
}
.BgClassName
{
background-color: #971FDF;
}
</style>
border-color css
<style>
span { border-color: #971FDF; }
span { border-color: rgb(151,31,223); }
td.TdClassName
{
border-color: #971FDF;
}
.TagClassName
{
border-color: #971FDF;
}
</style>