Shades of Blue Violet #972BED
Tints of Blue Violet #972BED
RGB
CMYK
RGB Variations
Color information
#972BED (or 0x972BED) is known color: Blue Violet. HEX triplet: 97, 2B and ED. RGB value is (151,43,237). Sum of RGB (Red+Green+Blue) = 151+43+237=431 (57% of max value = 765). Red value is 151 (59.38% from 255 or 35.03% from 431); Green value is 43 (17.19% from 255 or 9.98% from 431); Blue value is 237 (92.97% from 255 or 54.99% from 431); Max value from RGB is 237 - color contains mainly: blue. Hex color #972BED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #972BED is #68D412. Grayscale: #606060. Windows color (decimal): -6870035 or 15543191. OLE color: 15543191.
HSL color Cylindrical-coordinate representation of color #972BED: hue angle of 273.4º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #972BED is Cyan = 0.36, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 151 | 43 | 237 | - |
| CMYK | 0.36 | 0.82 | 0 | 0.07 |
| HSL | 273.4º | 0.84% | 0.55% | - |
| HSV(B) | 273.4º | 0.82% | 0.93% | - |
| XYZ | 28.91 | 14.42 | 81.38 | - |
| YUV | 97.41 | 206.78 | 166.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 43 | 237 | 0.36 | 0.82 | 0 | 0.07 | 273.4 | 0.84 | 0.55 |
| Hex | 97 | 2B | ED | 24 | 52 | 0 | 7 | 111 | 54 | 37 |
| Octal | 227 | 53 | 355 | 44 | 122 | 0 | 7 | 421 | 124 | 67 |
| Binary | 10010111 | 101011 | 11101101 | 100100 | 1010010 | 0 | 111 | 100010001 | 1010100 | 110111 |
Color Harmonies of #972BED
Complementary color
Monochromatic Colors of #972BED
Black with #972BED
Text Example
Text Example
White with #972BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #972BED; }
p { color: rgb(151,43,237); }
H1.HeaderClassName
{
color: #972BED;
}
.AnyTagClassName
{
color: #972BED;
}
</style>
background-color css
<style>
a { background-color: #972BED; }
a { background-color: rgb(151,43,237); }
div.DivClassName
{
background-color: #972BED;
}
.BgClassName
{
background-color: #972BED;
}
</style>
border-color css
<style>
span { border-color: #972BED; }
span { border-color: rgb(151,43,237); }
td.TdClassName
{
border-color: #972BED;
}
.TagClassName
{
border-color: #972BED;
}
</style>