Shades of Blue Violet #972EDD
Tints of Blue Violet #972EDD
RGB
CMYK
RGB Variations
Color information
#972EDD (or 0x972EDD) is known color: Blue Violet. HEX triplet: 97, 2E and DD. RGB value is (151,46,221). Sum of RGB (Red+Green+Blue) = 151+46+221=418 (55% of max value = 765). Red value is 151 (59.38% from 255 or 36.12% from 418); Green value is 46 (18.36% from 255 or 11.00% from 418); Blue value is 221 (86.72% from 255 or 52.87% from 418); Max value from RGB is 221 - color contains mainly: blue. Hex color #972EDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #972EDD is #68D122. Grayscale: #606060. Windows color (decimal): -6869283 or 14495383. OLE color: 14495383.
HSL color Cylindrical-coordinate representation of color #972EDD: hue angle of 276º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #972EDD is Cyan = 0.32, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 151 | 46 | 221 | - |
| CMYK | 0.32 | 0.79 | 0 | 0.13 |
| HSL | 276º | 0.72% | 0.52% | - |
| HSV(B) | 276º | 0.79% | 0.87% | - |
| XYZ | 26.79 | 13.75 | 69.65 | - |
| YUV | 97.35 | 197.79 | 166.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 46 | 221 | 0.32 | 0.79 | 0 | 0.13 | 276 | 0.72 | 0.52 |
| Hex | 97 | 2E | DD | 20 | 4F | 0 | D | 114 | 48 | 34 |
| Octal | 227 | 56 | 335 | 40 | 117 | 0 | 15 | 424 | 110 | 64 |
| Binary | 10010111 | 101110 | 11011101 | 100000 | 1001111 | 0 | 1101 | 100010100 | 1001000 | 110100 |
Color Harmonies of #972EDD
Complementary color
Monochromatic Colors of #972EDD
Black with #972EDD
Text Example
Text Example
White with #972EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #972EDD; }
p { color: rgb(151,46,221); }
H1.HeaderClassName
{
color: #972EDD;
}
.AnyTagClassName
{
color: #972EDD;
}
</style>
background-color css
<style>
a { background-color: #972EDD; }
a { background-color: rgb(151,46,221); }
div.DivClassName
{
background-color: #972EDD;
}
.BgClassName
{
background-color: #972EDD;
}
</style>
border-color css
<style>
span { border-color: #972EDD; }
span { border-color: rgb(151,46,221); }
td.TdClassName
{
border-color: #972EDD;
}
.TagClassName
{
border-color: #972EDD;
}
</style>