Shades of Blue Violet #972CE1
Tints of Blue Violet #972CE1
RGB
CMYK
RGB Variations
Color information
#972CE1 (or 0x972CE1) is known color: Blue Violet. HEX triplet: 97, 2C and E1. RGB value is (151,44,225). Sum of RGB (Red+Green+Blue) = 151+44+225=420 (55% of max value = 765). Red value is 151 (59.38% from 255 or 35.95% from 420); Green value is 44 (17.58% from 255 or 10.48% from 420); Blue value is 225 (88.28% from 255 or 53.57% from 420); Max value from RGB is 225 - color contains mainly: blue. Hex color #972CE1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #972CE1 is #68D31E. Grayscale: #606060. Windows color (decimal): -6869791 or 14757015. OLE color: 14757015.
HSL color Cylindrical-coordinate representation of color #972CE1: hue angle of 275.47º 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 #972CE1 is Cyan = 0.33, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 151 | 44 | 225 | - |
| CMYK | 0.33 | 0.80 | 0 | 0.12 |
| HSL | 275.47º | 0.75% | 0.53% | - |
| HSV(B) | 275.47º | 0.8% | 0.88% | - |
| XYZ | 27.25 | 13.82 | 72.46 | - |
| YUV | 96.63 | 200.45 | 166.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 44 | 225 | 0.33 | 0.80 | 0 | 0.12 | 275.47 | 0.75 | 0.53 |
| Hex | 97 | 2C | E1 | 21 | 50 | 0 | C | 113 | 4B | 35 |
| Octal | 227 | 54 | 341 | 41 | 120 | 0 | 14 | 423 | 113 | 65 |
| Binary | 10010111 | 101100 | 11100001 | 100001 | 1010000 | 0 | 1100 | 100010011 | 1001011 | 110101 |
Color Harmonies of #972CE1
Complementary color
Monochromatic Colors of #972CE1
Black with #972CE1
Text Example
Text Example
White with #972CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #972CE1; }
p { color: rgb(151,44,225); }
H1.HeaderClassName
{
color: #972CE1;
}
.AnyTagClassName
{
color: #972CE1;
}
</style>
background-color css
<style>
a { background-color: #972CE1; }
a { background-color: rgb(151,44,225); }
div.DivClassName
{
background-color: #972CE1;
}
.BgClassName
{
background-color: #972CE1;
}
</style>
border-color css
<style>
span { border-color: #972CE1; }
span { border-color: rgb(151,44,225); }
td.TdClassName
{
border-color: #972CE1;
}
.TagClassName
{
border-color: #972CE1;
}
</style>