Shades of Blue Violet #972CDB
Tints of Blue Violet #972CDB
RGB
CMYK
RGB Variations
Color information
#972CDB (or 0x972CDB) is known color: Blue Violet. HEX triplet: 97, 2C and DB. RGB value is (151,44,219). Sum of RGB (Red+Green+Blue) = 151+44+219=414 (54% of max value = 765). Red value is 151 (59.38% from 255 or 36.47% from 414); Green value is 44 (17.58% from 255 or 10.63% from 414); Blue value is 219 (85.94% from 255 or 52.90% from 414); Max value from RGB is 219 - color contains mainly: blue. Hex color #972CDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #972CDB is #68D324. Grayscale: #5F5F5F. Windows color (decimal): -6869797 or 14363799. OLE color: 14363799.
HSL color Cylindrical-coordinate representation of color #972CDB: hue angle of 276.69º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #972CDB is Cyan = 0.31, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 151 | 44 | 219 | - |
| CMYK | 0.31 | 0.80 | 0 | 0.14 |
| HSL | 276.69º | 0.71% | 0.52% | - |
| HSV(B) | 276.69º | 0.8% | 0.86% | - |
| XYZ | 26.45 | 13.5 | 68.23 | - |
| YUV | 95.94 | 197.45 | 167.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 44 | 219 | 0.31 | 0.80 | 0 | 0.14 | 276.69 | 0.71 | 0.52 |
| Hex | 97 | 2C | DB | 1F | 50 | 0 | E | 115 | 47 | 34 |
| Octal | 227 | 54 | 333 | 37 | 120 | 0 | 16 | 425 | 107 | 64 |
| Binary | 10010111 | 101100 | 11011011 | 11111 | 1010000 | 0 | 1110 | 100010101 | 1000111 | 110100 |
Color Harmonies of #972CDB
Complementary color
Monochromatic Colors of #972CDB
Black with #972CDB
Text Example
Text Example
White with #972CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #972CDB; }
p { color: rgb(151,44,219); }
H1.HeaderClassName
{
color: #972CDB;
}
.AnyTagClassName
{
color: #972CDB;
}
</style>
background-color css
<style>
a { background-color: #972CDB; }
a { background-color: rgb(151,44,219); }
div.DivClassName
{
background-color: #972CDB;
}
.BgClassName
{
background-color: #972CDB;
}
</style>
border-color css
<style>
span { border-color: #972CDB; }
span { border-color: rgb(151,44,219); }
td.TdClassName
{
border-color: #972CDB;
}
.TagClassName
{
border-color: #972CDB;
}
</style>