Shades of Blue Violet #971DF3
Tints of Blue Violet #971DF3
RGB
CMYK
RGB Variations
Color information
#971DF3 (or 0x971DF3) is known color: Blue Violet. HEX triplet: 97, 1D and F3. RGB value is (151,29,243). Sum of RGB (Red+Green+Blue) = 151+29+243=423 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.70% from 423); Green value is 29 (11.72% from 255 or 6.86% from 423); Blue value is 243 (95.31% from 255 or 57.45% from 423); Max value from RGB is 243 - color contains mainly: blue. Hex color #971DF3 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #971DF3 is #68E20C. Grayscale: #595959. Windows color (decimal): -6873613 or 15932823. OLE color: 15932823.
HSL color Cylindrical-coordinate representation of color #971DF3: hue angle of 274.21º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #971DF3 is Cyan = 0.38, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 151 | 29 | 243 | - |
| CMYK | 0.38 | 0.88 | 0 | 0.05 |
| HSL | 274.21º | 0.9% | 0.53% | - |
| HSV(B) | 274.21º | 0.88% | 0.95% | - |
| XYZ | 29.38 | 13.93 | 85.93 | - |
| YUV | 89.87 | 214.42 | 171.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 29 | 243 | 0.38 | 0.88 | 0 | 0.05 | 274.21 | 0.9 | 0.53 |
| Hex | 97 | 1D | F3 | 26 | 58 | 0 | 5 | 112 | 5A | 35 |
| Octal | 227 | 35 | 363 | 46 | 130 | 0 | 5 | 422 | 132 | 65 |
| Binary | 10010111 | 11101 | 11110011 | 100110 | 1011000 | 0 | 101 | 100010010 | 1011010 | 110101 |
Color Harmonies of #971DF3
Complementary color
Monochromatic Colors of #971DF3
Black with #971DF3
Text Example
Text Example
White with #971DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #971DF3; }
p { color: rgb(151,29,243); }
H1.HeaderClassName
{
color: #971DF3;
}
.AnyTagClassName
{
color: #971DF3;
}
</style>
background-color css
<style>
a { background-color: #971DF3; }
a { background-color: rgb(151,29,243); }
div.DivClassName
{
background-color: #971DF3;
}
.BgClassName
{
background-color: #971DF3;
}
</style>
border-color css
<style>
span { border-color: #971DF3; }
span { border-color: rgb(151,29,243); }
td.TdClassName
{
border-color: #971DF3;
}
.TagClassName
{
border-color: #971DF3;
}
</style>