Shades of Blue Violet #973FE6
Tints of Blue Violet #973FE6
RGB
CMYK
RGB Variations
Color information
#973FE6 (or 0x973FE6) is known color: Blue Violet. HEX triplet: 97, 3F and E6. RGB value is (151,63,230). Sum of RGB (Red+Green+Blue) = 151+63+230=444 (58% of max value = 765). Red value is 151 (59.38% from 255 or 34.01% from 444); Green value is 63 (25% from 255 or 14.19% from 444); Blue value is 230 (90.23% from 255 or 51.80% from 444); Max value from RGB is 230 - color contains mainly: blue. Hex color #973FE6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #973FE6 is #68C019. Grayscale: #6B6B6B. Windows color (decimal): -6864922 or 15089559. OLE color: 15089559.
HSL color Cylindrical-coordinate representation of color #973FE6: hue angle of 271.62º degrees, saturation: 0.77, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #973FE6 is Cyan = 0.34, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 151 | 63 | 230 | - |
| CMYK | 0.34 | 0.73 | 0 | 0.10 |
| HSL | 271.62º | 0.77% | 0.57% | - |
| HSV(B) | 271.62º | 0.73% | 0.9% | - |
| XYZ | 28.82 | 15.85 | 76.4 | - |
| YUV | 108.35 | 196.65 | 158.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 63 | 230 | 0.34 | 0.73 | 0 | 0.10 | 271.62 | 0.77 | 0.57 |
| Hex | 97 | 3F | E6 | 22 | 49 | 0 | A | 110 | 4D | 39 |
| Octal | 227 | 77 | 346 | 42 | 111 | 0 | 12 | 420 | 115 | 71 |
| Binary | 10010111 | 111111 | 11100110 | 100010 | 1001001 | 0 | 1010 | 100010000 | 1001101 | 111001 |
Color Harmonies of #973FE6
Complementary color
Monochromatic Colors of #973FE6
Black with #973FE6
Text Example
Text Example
White with #973FE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #973FE6; }
p { color: rgb(151,63,230); }
H1.HeaderClassName
{
color: #973FE6;
}
.AnyTagClassName
{
color: #973FE6;
}
</style>
background-color css
<style>
a { background-color: #973FE6; }
a { background-color: rgb(151,63,230); }
div.DivClassName
{
background-color: #973FE6;
}
.BgClassName
{
background-color: #973FE6;
}
</style>
border-color css
<style>
span { border-color: #973FE6; }
span { border-color: rgb(151,63,230); }
td.TdClassName
{
border-color: #973FE6;
}
.TagClassName
{
border-color: #973FE6;
}
</style>