Shades of Blue Violet #972BE6
Tints of Blue Violet #972BE6
RGB
CMYK
RGB Variations
Color information
#972BE6 (or 0x972BE6) is known color: Blue Violet. HEX triplet: 97, 2B and E6. RGB value is (151,43,230). Sum of RGB (Red+Green+Blue) = 151+43+230=424 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.61% from 424); Green value is 43 (17.19% from 255 or 10.14% from 424); Blue value is 230 (90.23% from 255 or 54.25% from 424); Max value from RGB is 230 - color contains mainly: blue. Hex color #972BE6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #972BE6 is #68D419. Grayscale: #5F5F5F. Windows color (decimal): -6870042 or 15084439. OLE color: 15084439.
HSL color Cylindrical-coordinate representation of color #972BE6: hue angle of 274.65º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #972BE6 is Cyan = 0.34, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 151 | 43 | 230 | - |
| CMYK | 0.34 | 0.81 | 0 | 0.10 |
| HSL | 274.65º | 0.79% | 0.54% | - |
| HSV(B) | 274.65º | 0.81% | 0.9% | - |
| XYZ | 27.91 | 14.02 | 76.1 | - |
| YUV | 96.61 | 203.28 | 166.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 43 | 230 | 0.34 | 0.81 | 0 | 0.10 | 274.65 | 0.79 | 0.54 |
| Hex | 97 | 2B | E6 | 22 | 51 | 0 | A | 113 | 4F | 36 |
| Octal | 227 | 53 | 346 | 42 | 121 | 0 | 12 | 423 | 117 | 66 |
| Binary | 10010111 | 101011 | 11100110 | 100010 | 1010001 | 0 | 1010 | 100010011 | 1001111 | 110110 |
Color Harmonies of #972BE6
Complementary color
Monochromatic Colors of #972BE6
Black with #972BE6
Text Example
Text Example
White with #972BE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #972BE6; }
p { color: rgb(151,43,230); }
H1.HeaderClassName
{
color: #972BE6;
}
.AnyTagClassName
{
color: #972BE6;
}
</style>
background-color css
<style>
a { background-color: #972BE6; }
a { background-color: rgb(151,43,230); }
div.DivClassName
{
background-color: #972BE6;
}
.BgClassName
{
background-color: #972BE6;
}
</style>
border-color css
<style>
span { border-color: #972BE6; }
span { border-color: rgb(151,43,230); }
td.TdClassName
{
border-color: #972BE6;
}
.TagClassName
{
border-color: #972BE6;
}
</style>