Shades of Blue Violet #972FEE
Tints of Blue Violet #972FEE
RGB
CMYK
RGB Variations
Color information
#972FEE (or 0x972FEE) is known color: Blue Violet. HEX triplet: 97, 2F and EE. RGB value is (151,47,238). Sum of RGB (Red+Green+Blue) = 151+47+238=436 (57% of max value = 765). Red value is 151 (59.38% from 255 or 34.63% from 436); Green value is 47 (18.75% from 255 or 10.78% from 436); Blue value is 238 (93.36% from 255 or 54.59% from 436); Max value from RGB is 238 - color contains mainly: blue. Hex color #972FEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #972FEE is #68D011. Grayscale: #636363. Windows color (decimal): -6869010 or 15609751. OLE color: 15609751.
HSL color Cylindrical-coordinate representation of color #972FEE: hue angle of 272.67º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #972FEE is Cyan = 0.37, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 151 | 47 | 238 | - |
| CMYK | 0.37 | 0.80 | 0 | 0.07 |
| HSL | 272.67º | 0.85% | 0.56% | - |
| HSV(B) | 272.67º | 0.8% | 0.93% | - |
| XYZ | 29.21 | 14.79 | 82.2 | - |
| YUV | 99.87 | 205.96 | 164.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 47 | 238 | 0.37 | 0.80 | 0 | 0.07 | 272.67 | 0.85 | 0.56 |
| Hex | 97 | 2F | EE | 25 | 50 | 0 | 7 | 111 | 55 | 38 |
| Octal | 227 | 57 | 356 | 45 | 120 | 0 | 7 | 421 | 125 | 70 |
| Binary | 10010111 | 101111 | 11101110 | 100101 | 1010000 | 0 | 111 | 100010001 | 1010101 | 111000 |
Color Harmonies of #972FEE
Complementary color
Monochromatic Colors of #972FEE
Black with #972FEE
Text Example
Text Example
White with #972FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #972FEE; }
p { color: rgb(151,47,238); }
H1.HeaderClassName
{
color: #972FEE;
}
.AnyTagClassName
{
color: #972FEE;
}
</style>
background-color css
<style>
a { background-color: #972FEE; }
a { background-color: rgb(151,47,238); }
div.DivClassName
{
background-color: #972FEE;
}
.BgClassName
{
background-color: #972FEE;
}
</style>
border-color css
<style>
span { border-color: #972FEE; }
span { border-color: rgb(151,47,238); }
td.TdClassName
{
border-color: #972FEE;
}
.TagClassName
{
border-color: #972FEE;
}
</style>