Shades of Blue Violet #971EDB
Tints of Blue Violet #971EDB
RGB
CMYK
RGB Variations
Color information
#971EDB (or 0x971EDB) is known color: Blue Violet. HEX triplet: 97, 1E and DB. RGB value is (151,30,219). Sum of RGB (Red+Green+Blue) = 151+30+219=400 (52% of max value = 765). Red value is 151 (59.38% from 255 or 37.75% from 400); Green value is 30 (12.11% from 255 or 7.5% from 400); Blue value is 219 (85.94% from 255 or 54.75% from 400); Max value from RGB is 219 - color contains mainly: blue. Hex color #971EDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #971EDB is #68E124. Grayscale: #575757. Windows color (decimal): -6873381 or 14360215. OLE color: 14360215.
HSL color Cylindrical-coordinate representation of color #971EDB: hue angle of 278.41º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #971EDB is Cyan = 0.31, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 151 | 30 | 219 | - |
| CMYK | 0.31 | 0.86 | 0 | 0.14 |
| HSL | 278.41º | 0.76% | 0.49% | - |
| HSV(B) | 278.41º | 0.86% | 0.86% | - |
| XYZ | 26.01 | 12.62 | 68.08 | - |
| YUV | 87.73 | 202.09 | 173.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 30 | 219 | 0.31 | 0.86 | 0 | 0.14 | 278.41 | 0.76 | 0.49 |
| Hex | 97 | 1E | DB | 1F | 56 | 0 | E | 116 | 4C | 31 |
| Octal | 227 | 36 | 333 | 37 | 126 | 0 | 16 | 426 | 114 | 61 |
| Binary | 10010111 | 11110 | 11011011 | 11111 | 1010110 | 0 | 1110 | 100010110 | 1001100 | 110001 |
Color Harmonies of #971EDB
Complementary color
Monochromatic Colors of #971EDB
Black with #971EDB
Text Example
Text Example
White with #971EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #971EDB; }
p { color: rgb(151,30,219); }
H1.HeaderClassName
{
color: #971EDB;
}
.AnyTagClassName
{
color: #971EDB;
}
</style>
background-color css
<style>
a { background-color: #971EDB; }
a { background-color: rgb(151,30,219); }
div.DivClassName
{
background-color: #971EDB;
}
.BgClassName
{
background-color: #971EDB;
}
</style>
border-color css
<style>
span { border-color: #971EDB; }
span { border-color: rgb(151,30,219); }
td.TdClassName
{
border-color: #971EDB;
}
.TagClassName
{
border-color: #971EDB;
}
</style>