Shades of Blue Violet #971BDD
Tints of Blue Violet #971BDD
RGB
CMYK
RGB Variations
Color information
#971BDD (or 0x971BDD) is known color: Blue Violet. HEX triplet: 97, 1B and DD. RGB value is (151,27,221). Sum of RGB (Red+Green+Blue) = 151+27+221=399 (52% of max value = 765). Red value is 151 (59.38% from 255 or 37.84% from 399); Green value is 27 (10.94% from 255 or 6.77% from 399); Blue value is 221 (86.72% from 255 or 55.39% from 399); Max value from RGB is 221 - color contains mainly: blue. Hex color #971BDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #971BDD is #68E422. Grayscale: #555555. Windows color (decimal): -6874147 or 14490519. OLE color: 14490519.
HSL color Cylindrical-coordinate representation of color #971BDD: hue angle of 278.35º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #971BDD is Cyan = 0.32, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 151 | 27 | 221 | - |
| CMYK | 0.32 | 0.88 | 0 | 0.13 |
| HSL | 278.35º | 0.78% | 0.49% | - |
| HSV(B) | 278.35º | 0.88% | 0.87% | - |
| XYZ | 26.21 | 12.58 | 69.45 | - |
| YUV | 86.19 | 204.08 | 174.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 27 | 221 | 0.32 | 0.88 | 0 | 0.13 | 278.35 | 0.78 | 0.49 |
| Hex | 97 | 1B | DD | 20 | 58 | 0 | D | 116 | 4E | 31 |
| Octal | 227 | 33 | 335 | 40 | 130 | 0 | 15 | 426 | 116 | 61 |
| Binary | 10010111 | 11011 | 11011101 | 100000 | 1011000 | 0 | 1101 | 100010110 | 1001110 | 110001 |
Color Harmonies of #971BDD
Complementary color
Monochromatic Colors of #971BDD
Black with #971BDD
Text Example
Text Example
White with #971BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #971BDD; }
p { color: rgb(151,27,221); }
H1.HeaderClassName
{
color: #971BDD;
}
.AnyTagClassName
{
color: #971BDD;
}
</style>
background-color css
<style>
a { background-color: #971BDD; }
a { background-color: rgb(151,27,221); }
div.DivClassName
{
background-color: #971BDD;
}
.BgClassName
{
background-color: #971BDD;
}
</style>
border-color css
<style>
span { border-color: #971BDD; }
span { border-color: rgb(151,27,221); }
td.TdClassName
{
border-color: #971BDD;
}
.TagClassName
{
border-color: #971BDD;
}
</style>