Shades of Blue Violet #972BE5
Tints of Blue Violet #972BE5
RGB
CMYK
RGB Variations
Color information
#972BE5 (or 0x972BE5) is known color: Blue Violet. HEX triplet: 97, 2B and E5. RGB value is (151,43,229). Sum of RGB (Red+Green+Blue) = 151+43+229=423 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.70% from 423); Green value is 43 (17.19% from 255 or 10.17% from 423); Blue value is 229 (89.84% from 255 or 54.14% from 423); Max value from RGB is 229 - color contains mainly: blue. Hex color #972BE5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #972BE5 is #68D41A. Grayscale: #5F5F5F. Windows color (decimal): -6870043 or 15018903. OLE color: 15018903.
HSL color Cylindrical-coordinate representation of color #972BE5: hue angle of 274.84º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #972BE5 is Cyan = 0.34, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 151 | 43 | 229 | - |
| CMYK | 0.34 | 0.81 | 0 | 0.10 |
| HSL | 274.84º | 0.78% | 0.53% | - |
| HSV(B) | 274.84º | 0.81% | 0.9% | - |
| XYZ | 27.77 | 13.96 | 75.36 | - |
| YUV | 96.5 | 202.78 | 166.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 43 | 229 | 0.34 | 0.81 | 0 | 0.10 | 274.84 | 0.78 | 0.53 |
| Hex | 97 | 2B | E5 | 22 | 51 | 0 | A | 113 | 4E | 35 |
| Octal | 227 | 53 | 345 | 42 | 121 | 0 | 12 | 423 | 116 | 65 |
| Binary | 10010111 | 101011 | 11100101 | 100010 | 1010001 | 0 | 1010 | 100010011 | 1001110 | 110101 |
Color Harmonies of #972BE5
Complementary color
Monochromatic Colors of #972BE5
Black with #972BE5
Text Example
Text Example
White with #972BE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #972BE5; }
p { color: rgb(151,43,229); }
H1.HeaderClassName
{
color: #972BE5;
}
.AnyTagClassName
{
color: #972BE5;
}
</style>
background-color css
<style>
a { background-color: #972BE5; }
a { background-color: rgb(151,43,229); }
div.DivClassName
{
background-color: #972BE5;
}
.BgClassName
{
background-color: #972BE5;
}
</style>
border-color css
<style>
span { border-color: #972BE5; }
span { border-color: rgb(151,43,229); }
td.TdClassName
{
border-color: #972BE5;
}
.TagClassName
{
border-color: #972BE5;
}
</style>