Shades of Blue Violet #972EE5
Tints of Blue Violet #972EE5
RGB
CMYK
RGB Variations
Color information
#972EE5 (or 0x972EE5) is known color: Blue Violet. HEX triplet: 97, 2E and E5. RGB value is (151,46,229). Sum of RGB (Red+Green+Blue) = 151+46+229=426 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.45% from 426); Green value is 46 (18.36% from 255 or 10.80% from 426); Blue value is 229 (89.84% from 255 or 53.76% from 426); Max value from RGB is 229 - color contains mainly: blue. Hex color #972EE5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #972EE5 is #68D11A. Grayscale: #616161. Windows color (decimal): -6869275 or 15019671. OLE color: 15019671.
HSL color Cylindrical-coordinate representation of color #972EE5: hue angle of 274.43º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #972EE5 is Cyan = 0.34, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 151 | 46 | 229 | - |
| CMYK | 0.34 | 0.80 | 0 | 0.10 |
| HSL | 274.43º | 0.78% | 0.54% | - |
| HSV(B) | 274.43º | 0.8% | 0.9% | - |
| XYZ | 27.88 | 14.19 | 75.4 | - |
| YUV | 98.26 | 201.79 | 165.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 46 | 229 | 0.34 | 0.80 | 0 | 0.10 | 274.43 | 0.78 | 0.54 |
| Hex | 97 | 2E | E5 | 22 | 50 | 0 | A | 112 | 4E | 36 |
| Octal | 227 | 56 | 345 | 42 | 120 | 0 | 12 | 422 | 116 | 66 |
| Binary | 10010111 | 101110 | 11100101 | 100010 | 1010000 | 0 | 1010 | 100010010 | 1001110 | 110110 |
Color Harmonies of #972EE5
Complementary color
Monochromatic Colors of #972EE5
Black with #972EE5
Text Example
Text Example
White with #972EE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #972EE5; }
p { color: rgb(151,46,229); }
H1.HeaderClassName
{
color: #972EE5;
}
.AnyTagClassName
{
color: #972EE5;
}
</style>
background-color css
<style>
a { background-color: #972EE5; }
a { background-color: rgb(151,46,229); }
div.DivClassName
{
background-color: #972EE5;
}
.BgClassName
{
background-color: #972EE5;
}
</style>
border-color css
<style>
span { border-color: #972EE5; }
span { border-color: rgb(151,46,229); }
td.TdClassName
{
border-color: #972EE5;
}
.TagClassName
{
border-color: #972EE5;
}
</style>