Shades of Blue Violet #972FFD
Tints of Blue Violet #972FFD
RGB
CMYK
RGB Variations
Color information
#972FFD (or 0x972FFD) is known color: Blue Violet. HEX triplet: 97, 2F and FD. RGB value is (151,47,253). Sum of RGB (Red+Green+Blue) = 151+47+253=451 (59% of max value = 765). Red value is 151 (59.38% from 255 or 33.48% from 451); Green value is 47 (18.75% from 255 or 10.42% from 451); Blue value is 253 (99.22% from 255 or 56.10% from 451); Max value from RGB is 253 - color contains mainly: blue. Hex color #972FFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #972FFD is #68D002. Grayscale: #646464. Windows color (decimal): -6868995 or 16592791. OLE color: 16592791.
HSL color Cylindrical-coordinate representation of color #972FFD: hue angle of 270.29º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #972FFD is Cyan = 0.40, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 151 | 47 | 253 | - |
| CMYK | 0.40 | 0.81 | 0 | 0.01 |
| HSL | 270.29º | 0.98% | 0.59% | - |
| HSV(B) | 270.29º | 0.81% | 0.99% | - |
| XYZ | 31.51 | 15.7 | 94.3 | - |
| YUV | 101.58 | 213.46 | 163.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 47 | 253 | 0.40 | 0.81 | 0 | 0.01 | 270.29 | 0.98 | 0.59 |
| Hex | 97 | 2F | FD | 28 | 51 | 0 | 1 | 10E | 62 | 3B |
| Octal | 227 | 57 | 375 | 50 | 121 | 0 | 1 | 416 | 142 | 73 |
| Binary | 10010111 | 101111 | 11111101 | 101000 | 1010001 | 0 | 1 | 100001110 | 1100010 | 111011 |
Color Harmonies of #972FFD
Complementary color
Monochromatic Colors of #972FFD
Black with #972FFD
Text Example
Text Example
White with #972FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #972FFD; }
p { color: rgb(151,47,253); }
H1.HeaderClassName
{
color: #972FFD;
}
.AnyTagClassName
{
color: #972FFD;
}
</style>
background-color css
<style>
a { background-color: #972FFD; }
a { background-color: rgb(151,47,253); }
div.DivClassName
{
background-color: #972FFD;
}
.BgClassName
{
background-color: #972FFD;
}
</style>
border-color css
<style>
span { border-color: #972FFD; }
span { border-color: rgb(151,47,253); }
td.TdClassName
{
border-color: #972FFD;
}
.TagClassName
{
border-color: #972FFD;
}
</style>