Shades of Blue Violet #973FE5
Tints of Blue Violet #973FE5
RGB
CMYK
RGB Variations
Color information
#973FE5 (or 0x973FE5) is known color: Blue Violet. HEX triplet: 97, 3F and E5. RGB value is (151,63,229). Sum of RGB (Red+Green+Blue) = 151+63+229=443 (58% of max value = 765). Red value is 151 (59.38% from 255 or 34.09% from 443); Green value is 63 (25% from 255 or 14.22% from 443); Blue value is 229 (89.84% from 255 or 51.69% from 443); Max value from RGB is 229 - color contains mainly: blue. Hex color #973FE5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #973FE5 is #68C01A. Grayscale: #6B6B6B. Windows color (decimal): -6864923 or 15024023. OLE color: 15024023.
HSL color Cylindrical-coordinate representation of color #973FE5: hue angle of 271.81º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #973FE5 is Cyan = 0.34, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 151 | 63 | 229 | - |
| CMYK | 0.34 | 0.72 | 0 | 0.10 |
| HSL | 271.81º | 0.76% | 0.57% | - |
| HSV(B) | 271.81º | 0.72% | 0.9% | - |
| XYZ | 28.68 | 15.79 | 75.67 | - |
| YUV | 108.24 | 196.15 | 158.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 63 | 229 | 0.34 | 0.72 | 0 | 0.10 | 271.81 | 0.76 | 0.57 |
| Hex | 97 | 3F | E5 | 22 | 48 | 0 | A | 110 | 4C | 39 |
| Octal | 227 | 77 | 345 | 42 | 110 | 0 | 12 | 420 | 114 | 71 |
| Binary | 10010111 | 111111 | 11100101 | 100010 | 1001000 | 0 | 1010 | 100010000 | 1001100 | 111001 |
Color Harmonies of #973FE5
Complementary color
Monochromatic Colors of #973FE5
Black with #973FE5
Text Example
Text Example
White with #973FE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #973FE5; }
p { color: rgb(151,63,229); }
H1.HeaderClassName
{
color: #973FE5;
}
.AnyTagClassName
{
color: #973FE5;
}
</style>
background-color css
<style>
a { background-color: #973FE5; }
a { background-color: rgb(151,63,229); }
div.DivClassName
{
background-color: #973FE5;
}
.BgClassName
{
background-color: #973FE5;
}
</style>
border-color css
<style>
span { border-color: #973FE5; }
span { border-color: rgb(151,63,229); }
td.TdClassName
{
border-color: #973FE5;
}
.TagClassName
{
border-color: #973FE5;
}
</style>