Shades of Blue Violet #972CEF
Tints of Blue Violet #972CEF
RGB
CMYK
RGB Variations
Color information
#972CEF (or 0x972CEF) is known color: Blue Violet. HEX triplet: 97, 2C and EF. RGB value is (151,44,239). Sum of RGB (Red+Green+Blue) = 151+44+239=434 (57% of max value = 765). Red value is 151 (59.38% from 255 or 34.79% from 434); Green value is 44 (17.58% from 255 or 10.14% from 434); Blue value is 239 (93.75% from 255 or 55.07% from 434); Max value from RGB is 239 - color contains mainly: blue. Hex color #972CEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #972CEF is #68D310. Grayscale: #616161. Windows color (decimal): -6869777 or 15674519. OLE color: 15674519.
HSL color Cylindrical-coordinate representation of color #972CEF: hue angle of 272.92º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #972CEF is Cyan = 0.37, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 151 | 44 | 239 | - |
| CMYK | 0.37 | 0.82 | 0 | 0.06 |
| HSL | 272.92º | 0.86% | 0.55% | - |
| HSV(B) | 272.92º | 0.82% | 0.94% | - |
| XYZ | 29.24 | 14.61 | 82.94 | - |
| YUV | 98.22 | 207.45 | 165.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 44 | 239 | 0.37 | 0.82 | 0 | 0.06 | 272.92 | 0.86 | 0.55 |
| Hex | 97 | 2C | EF | 25 | 52 | 0 | 6 | 111 | 56 | 37 |
| Octal | 227 | 54 | 357 | 45 | 122 | 0 | 6 | 421 | 126 | 67 |
| Binary | 10010111 | 101100 | 11101111 | 100101 | 1010010 | 0 | 110 | 100010001 | 1010110 | 110111 |
Color Harmonies of #972CEF
Complementary color
Monochromatic Colors of #972CEF
Black with #972CEF
Text Example
Text Example
White with #972CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #972CEF; }
p { color: rgb(151,44,239); }
H1.HeaderClassName
{
color: #972CEF;
}
.AnyTagClassName
{
color: #972CEF;
}
</style>
background-color css
<style>
a { background-color: #972CEF; }
a { background-color: rgb(151,44,239); }
div.DivClassName
{
background-color: #972CEF;
}
.BgClassName
{
background-color: #972CEF;
}
</style>
border-color css
<style>
span { border-color: #972CEF; }
span { border-color: rgb(151,44,239); }
td.TdClassName
{
border-color: #972CEF;
}
.TagClassName
{
border-color: #972CEF;
}
</style>