Shades of Blue Violet #972ADB
Tints of Blue Violet #972ADB
RGB
CMYK
RGB Variations
Color information
#972ADB (or 0x972ADB) is known color: Blue Violet. HEX triplet: 97, 2A and DB. RGB value is (151,42,219). Sum of RGB (Red+Green+Blue) = 151+42+219=412 (54% of max value = 765). Red value is 151 (59.38% from 255 or 36.65% from 412); Green value is 42 (16.80% from 255 or 10.19% from 412); Blue value is 219 (85.94% from 255 or 53.16% from 412); Max value from RGB is 219 - color contains mainly: blue. Hex color #972ADB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #972ADB is #68D524. Grayscale: #5E5E5E. Windows color (decimal): -6870309 or 14363287. OLE color: 14363287.
HSL color Cylindrical-coordinate representation of color #972ADB: hue angle of 276.95º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #972ADB is Cyan = 0.31, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 151 | 42 | 219 | - |
| CMYK | 0.31 | 0.81 | 0 | 0.14 |
| HSL | 276.95º | 0.71% | 0.51% | - |
| HSV(B) | 276.95º | 0.81% | 0.86% | - |
| XYZ | 26.38 | 13.35 | 68.2 | - |
| YUV | 94.77 | 198.11 | 168.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 42 | 219 | 0.31 | 0.81 | 0 | 0.14 | 276.95 | 0.71 | 0.51 |
| Hex | 97 | 2A | DB | 1F | 51 | 0 | E | 115 | 47 | 33 |
| Octal | 227 | 52 | 333 | 37 | 121 | 0 | 16 | 425 | 107 | 63 |
| Binary | 10010111 | 101010 | 11011011 | 11111 | 1010001 | 0 | 1110 | 100010101 | 1000111 | 110011 |
Color Harmonies of #972ADB
Complementary color
Monochromatic Colors of #972ADB
Black with #972ADB
Text Example
Text Example
White with #972ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #972ADB; }
p { color: rgb(151,42,219); }
H1.HeaderClassName
{
color: #972ADB;
}
.AnyTagClassName
{
color: #972ADB;
}
</style>
background-color css
<style>
a { background-color: #972ADB; }
a { background-color: rgb(151,42,219); }
div.DivClassName
{
background-color: #972ADB;
}
.BgClassName
{
background-color: #972ADB;
}
</style>
border-color css
<style>
span { border-color: #972ADB; }
span { border-color: rgb(151,42,219); }
td.TdClassName
{
border-color: #972ADB;
}
.TagClassName
{
border-color: #972ADB;
}
</style>