Shades of Blue Violet #972EE1
Tints of Blue Violet #972EE1
RGB
CMYK
RGB Variations
Color information
#972EE1 (or 0x972EE1) is known color: Blue Violet. HEX triplet: 97, 2E and E1. RGB value is (151,46,225). Sum of RGB (Red+Green+Blue) = 151+46+225=422 (55% of max value = 765). Red value is 151 (59.38% from 255 or 35.78% from 422); Green value is 46 (18.36% from 255 or 10.90% from 422); Blue value is 225 (88.28% from 255 or 53.32% from 422); Max value from RGB is 225 - color contains mainly: blue. Hex color #972EE1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #972EE1 is #68D11E. Grayscale: #616161. Windows color (decimal): -6869279 or 14757527. OLE color: 14757527.
HSL color Cylindrical-coordinate representation of color #972EE1: hue angle of 275.2º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #972EE1 is Cyan = 0.33, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 151 | 46 | 225 | - |
| CMYK | 0.33 | 0.80 | 0 | 0.12 |
| HSL | 275.2º | 0.75% | 0.53% | - |
| HSV(B) | 275.2º | 0.8% | 0.88% | - |
| XYZ | 27.33 | 13.97 | 72.49 | - |
| YUV | 97.8 | 199.79 | 165.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 46 | 225 | 0.33 | 0.80 | 0 | 0.12 | 275.2 | 0.75 | 0.53 |
| Hex | 97 | 2E | E1 | 21 | 50 | 0 | C | 113 | 4B | 35 |
| Octal | 227 | 56 | 341 | 41 | 120 | 0 | 14 | 423 | 113 | 65 |
| Binary | 10010111 | 101110 | 11100001 | 100001 | 1010000 | 0 | 1100 | 100010011 | 1001011 | 110101 |
Color Harmonies of #972EE1
Complementary color
Monochromatic Colors of #972EE1
Black with #972EE1
Text Example
Text Example
White with #972EE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #972EE1; }
p { color: rgb(151,46,225); }
H1.HeaderClassName
{
color: #972EE1;
}
.AnyTagClassName
{
color: #972EE1;
}
</style>
background-color css
<style>
a { background-color: #972EE1; }
a { background-color: rgb(151,46,225); }
div.DivClassName
{
background-color: #972EE1;
}
.BgClassName
{
background-color: #972EE1;
}
</style>
border-color css
<style>
span { border-color: #972EE1; }
span { border-color: rgb(151,46,225); }
td.TdClassName
{
border-color: #972EE1;
}
.TagClassName
{
border-color: #972EE1;
}
</style>