Shades of Blue Violet #973FE7
Tints of Blue Violet #973FE7
RGB
CMYK
RGB Variations
Color information
#973FE7 (or 0x973FE7) is known color: Blue Violet. HEX triplet: 97, 3F and E7. RGB value is (151,63,231). Sum of RGB (Red+Green+Blue) = 151+63+231=445 (58% of max value = 765). Red value is 151 (59.38% from 255 or 33.93% from 445); Green value is 63 (25% from 255 or 14.16% from 445); Blue value is 231 (90.62% from 255 or 51.91% from 445); Max value from RGB is 231 - color contains mainly: blue. Hex color #973FE7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #973FE7 is #68C018. Grayscale: #6B6B6B. Windows color (decimal): -6864921 or 15155095. OLE color: 15155095.
HSL color Cylindrical-coordinate representation of color #973FE7: hue angle of 271.43º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #973FE7 is Cyan = 0.35, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 151 | 63 | 231 | - |
| CMYK | 0.35 | 0.73 | 0 | 0.09 |
| HSL | 271.43º | 0.78% | 0.58% | - |
| HSV(B) | 271.43º | 0.73% | 0.91% | - |
| XYZ | 28.96 | 15.9 | 77.14 | - |
| YUV | 108.46 | 197.15 | 158.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 63 | 231 | 0.35 | 0.73 | 0 | 0.09 | 271.43 | 0.78 | 0.58 |
| Hex | 97 | 3F | E7 | 23 | 49 | 0 | 9 | 10F | 4E | 3A |
| Octal | 227 | 77 | 347 | 43 | 111 | 0 | 11 | 417 | 116 | 72 |
| Binary | 10010111 | 111111 | 11100111 | 100011 | 1001001 | 0 | 1001 | 100001111 | 1001110 | 111010 |
Color Harmonies of #973FE7
Complementary color
Monochromatic Colors of #973FE7
Black with #973FE7
Text Example
Text Example
White with #973FE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #973FE7; }
p { color: rgb(151,63,231); }
H1.HeaderClassName
{
color: #973FE7;
}
.AnyTagClassName
{
color: #973FE7;
}
</style>
background-color css
<style>
a { background-color: #973FE7; }
a { background-color: rgb(151,63,231); }
div.DivClassName
{
background-color: #973FE7;
}
.BgClassName
{
background-color: #973FE7;
}
</style>
border-color css
<style>
span { border-color: #973FE7; }
span { border-color: rgb(151,63,231); }
td.TdClassName
{
border-color: #973FE7;
}
.TagClassName
{
border-color: #973FE7;
}
</style>