Shades of Blue Violet #971DDF
Tints of Blue Violet #971DDF
RGB
CMYK
RGB Variations
Color information
#971DDF (or 0x971DDF) is known color: Blue Violet. HEX triplet: 97, 1D and DF. RGB value is (151,29,223). Sum of RGB (Red+Green+Blue) = 151+29+223=403 (53% of max value = 765). Red value is 151 (59.38% from 255 or 37.47% from 403); Green value is 29 (11.72% from 255 or 7.20% from 403); Blue value is 223 (87.5% from 255 or 55.33% from 403); Max value from RGB is 223 - color contains mainly: blue. Hex color #971DDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #971DDF is #68E220. Grayscale: #565656. Windows color (decimal): -6873633 or 14622103. OLE color: 14622103.
HSL color Cylindrical-coordinate representation of color #971DDF: hue angle of 277.73º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #971DDF is Cyan = 0.32, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 151 | 29 | 223 | - |
| CMYK | 0.32 | 0.87 | 0 | 0.13 |
| HSL | 277.73º | 0.77% | 0.49% | - |
| HSV(B) | 277.73º | 0.87% | 0.87% | - |
| XYZ | 26.52 | 12.79 | 70.88 | - |
| YUV | 87.59 | 204.42 | 173.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 29 | 223 | 0.32 | 0.87 | 0 | 0.13 | 277.73 | 0.77 | 0.49 |
| Hex | 97 | 1D | DF | 20 | 57 | 0 | D | 116 | 4D | 31 |
| Octal | 227 | 35 | 337 | 40 | 127 | 0 | 15 | 426 | 115 | 61 |
| Binary | 10010111 | 11101 | 11011111 | 100000 | 1010111 | 0 | 1101 | 100010110 | 1001101 | 110001 |
Color Harmonies of #971DDF
Complementary color
Monochromatic Colors of #971DDF
Black with #971DDF
Text Example
Text Example
White with #971DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #971DDF; }
p { color: rgb(151,29,223); }
H1.HeaderClassName
{
color: #971DDF;
}
.AnyTagClassName
{
color: #971DDF;
}
</style>
background-color css
<style>
a { background-color: #971DDF; }
a { background-color: rgb(151,29,223); }
div.DivClassName
{
background-color: #971DDF;
}
.BgClassName
{
background-color: #971DDF;
}
</style>
border-color css
<style>
span { border-color: #971DDF; }
span { border-color: rgb(151,29,223); }
td.TdClassName
{
border-color: #971DDF;
}
.TagClassName
{
border-color: #971DDF;
}
</style>