Shades of Blue Violet #971BDB
Tints of Blue Violet #971BDB
RGB
CMYK
RGB Variations
Color information
#971BDB (or 0x971BDB) is known color: Blue Violet. HEX triplet: 97, 1B and DB. RGB value is (151,27,219). Sum of RGB (Red+Green+Blue) = 151+27+219=397 (52% of max value = 765). Red value is 151 (59.38% from 255 or 38.04% from 397); Green value is 27 (10.94% from 255 or 6.80% from 397); Blue value is 219 (85.94% from 255 or 55.16% from 397); Max value from RGB is 219 - color contains mainly: blue. Hex color #971BDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #971BDB is #68E424. Grayscale: #555555. Windows color (decimal): -6874149 or 14359447. OLE color: 14359447.
HSL color Cylindrical-coordinate representation of color #971BDB: hue angle of 278.75º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #971BDB is Cyan = 0.31, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 151 | 27 | 219 | - |
| CMYK | 0.31 | 0.88 | 0 | 0.14 |
| HSL | 278.75º | 0.78% | 0.48% | - |
| HSV(B) | 278.75º | 0.88% | 0.86% | - |
| XYZ | 25.94 | 12.48 | 68.06 | - |
| YUV | 85.96 | 203.08 | 174.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 27 | 219 | 0.31 | 0.88 | 0 | 0.14 | 278.75 | 0.78 | 0.48 |
| Hex | 97 | 1B | DB | 1F | 58 | 0 | E | 117 | 4E | 30 |
| Octal | 227 | 33 | 333 | 37 | 130 | 0 | 16 | 427 | 116 | 60 |
| Binary | 10010111 | 11011 | 11011011 | 11111 | 1011000 | 0 | 1110 | 100010111 | 1001110 | 110000 |
Color Harmonies of #971BDB
Complementary color
Monochromatic Colors of #971BDB
Black with #971BDB
Text Example
Text Example
White with #971BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #971BDB; }
p { color: rgb(151,27,219); }
H1.HeaderClassName
{
color: #971BDB;
}
.AnyTagClassName
{
color: #971BDB;
}
</style>
background-color css
<style>
a { background-color: #971BDB; }
a { background-color: rgb(151,27,219); }
div.DivClassName
{
background-color: #971BDB;
}
.BgClassName
{
background-color: #971BDB;
}
</style>
border-color css
<style>
span { border-color: #971BDB; }
span { border-color: rgb(151,27,219); }
td.TdClassName
{
border-color: #971BDB;
}
.TagClassName
{
border-color: #971BDB;
}
</style>