Shades of Blue Violet #972EEE
Tints of Blue Violet #972EEE
RGB
CMYK
RGB Variations
Color information
#972EEE (or 0x972EEE) is known color: Blue Violet. HEX triplet: 97, 2E and EE. RGB value is (151,46,238). Sum of RGB (Red+Green+Blue) = 151+46+238=435 (57% of max value = 765). Red value is 151 (59.38% from 255 or 34.71% from 435); Green value is 46 (18.36% from 255 or 10.57% from 435); Blue value is 238 (93.36% from 255 or 54.71% from 435); Max value from RGB is 238 - color contains mainly: blue. Hex color #972EEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #972EEE is #68D111. Grayscale: #626262. Windows color (decimal): -6869266 or 15609495. OLE color: 15609495.
HSL color Cylindrical-coordinate representation of color #972EEE: hue angle of 272.81º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #972EEE is Cyan = 0.37, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 151 | 46 | 238 | - |
| CMYK | 0.37 | 0.81 | 0 | 0.07 |
| HSL | 272.81º | 0.85% | 0.56% | - |
| HSV(B) | 272.81º | 0.81% | 0.93% | - |
| XYZ | 29.17 | 14.71 | 82.19 | - |
| YUV | 99.28 | 206.29 | 164.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 46 | 238 | 0.37 | 0.81 | 0 | 0.07 | 272.81 | 0.85 | 0.56 |
| Hex | 97 | 2E | EE | 25 | 51 | 0 | 7 | 111 | 55 | 38 |
| Octal | 227 | 56 | 356 | 45 | 121 | 0 | 7 | 421 | 125 | 70 |
| Binary | 10010111 | 101110 | 11101110 | 100101 | 1010001 | 0 | 111 | 100010001 | 1010101 | 111000 |
Color Harmonies of #972EEE
Complementary color
Monochromatic Colors of #972EEE
Black with #972EEE
Text Example
Text Example
White with #972EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #972EEE; }
p { color: rgb(151,46,238); }
H1.HeaderClassName
{
color: #972EEE;
}
.AnyTagClassName
{
color: #972EEE;
}
</style>
background-color css
<style>
a { background-color: #972EEE; }
a { background-color: rgb(151,46,238); }
div.DivClassName
{
background-color: #972EEE;
}
.BgClassName
{
background-color: #972EEE;
}
</style>
border-color css
<style>
span { border-color: #972EEE; }
span { border-color: rgb(151,46,238); }
td.TdClassName
{
border-color: #972EEE;
}
.TagClassName
{
border-color: #972EEE;
}
</style>