Shades of Blue Violet #973EE9
Tints of Blue Violet #973EE9
RGB
CMYK
RGB Variations
Color information
#973EE9 (or 0x973EE9) is known color: Blue Violet. HEX triplet: 97, 3E and E9. RGB value is (151,62,233). Sum of RGB (Red+Green+Blue) = 151+62+233=446 (59% of max value = 765). Red value is 151 (59.38% from 255 or 33.86% from 446); Green value is 62 (24.61% from 255 or 13.90% from 446); Blue value is 233 (91.41% from 255 or 52.24% from 446); Max value from RGB is 233 - color contains mainly: blue. Hex color #973EE9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #973EE9 is #68C116. Grayscale: #6B6B6B. Windows color (decimal): -6865175 or 15285911. OLE color: 15285911.
HSL color Cylindrical-coordinate representation of color #973EE9: hue angle of 271.23º degrees, saturation: 0.8, 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 #973EE9 is Cyan = 0.35, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 151 | 62 | 233 | - |
| CMYK | 0.35 | 0.73 | 0 | 0.09 |
| HSL | 271.23º | 0.8% | 0.58% | - |
| HSV(B) | 271.23º | 0.73% | 0.91% | - |
| XYZ | 29.19 | 15.91 | 78.62 | - |
| YUV | 108.11 | 198.49 | 158.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 62 | 233 | 0.35 | 0.73 | 0 | 0.09 | 271.23 | 0.8 | 0.58 |
| Hex | 97 | 3E | E9 | 23 | 49 | 0 | 9 | 10F | 50 | 3A |
| Octal | 227 | 76 | 351 | 43 | 111 | 0 | 11 | 417 | 120 | 72 |
| Binary | 10010111 | 111110 | 11101001 | 100011 | 1001001 | 0 | 1001 | 100001111 | 1010000 | 111010 |
Color Harmonies of #973EE9
Complementary color
Monochromatic Colors of #973EE9
Black with #973EE9
Text Example
Text Example
White with #973EE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #973EE9; }
p { color: rgb(151,62,233); }
H1.HeaderClassName
{
color: #973EE9;
}
.AnyTagClassName
{
color: #973EE9;
}
</style>
background-color css
<style>
a { background-color: #973EE9; }
a { background-color: rgb(151,62,233); }
div.DivClassName
{
background-color: #973EE9;
}
.BgClassName
{
background-color: #973EE9;
}
</style>
border-color css
<style>
span { border-color: #973EE9; }
span { border-color: rgb(151,62,233); }
td.TdClassName
{
border-color: #973EE9;
}
.TagClassName
{
border-color: #973EE9;
}
</style>