Shades of Blue Violet #973FE8
Tints of Blue Violet #973FE8
RGB
CMYK
RGB Variations
Color information
#973FE8 (or 0x973FE8) is known color: Blue Violet. HEX triplet: 97, 3F and E8. RGB value is (151,63,232). Sum of RGB (Red+Green+Blue) = 151+63+232=446 (59% of max value = 765). Red value is 151 (59.38% from 255 or 33.86% from 446); Green value is 63 (25% from 255 or 14.13% from 446); Blue value is 232 (91.02% from 255 or 52.02% from 446); Max value from RGB is 232 - color contains mainly: blue. Hex color #973FE8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #973FE8 is #68C017. Grayscale: #6B6B6B. Windows color (decimal): -6864920 or 15220631. OLE color: 15220631.
HSL color Cylindrical-coordinate representation of color #973FE8: hue angle of 271.24º degrees, saturation: 0.79, 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 #973FE8 is Cyan = 0.35, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 151 | 63 | 232 | - |
| CMYK | 0.35 | 0.73 | 0 | 0.09 |
| HSL | 271.24º | 0.79% | 0.58% | - |
| HSV(B) | 271.24º | 0.73% | 0.91% | - |
| XYZ | 29.11 | 15.96 | 77.89 | - |
| YUV | 108.58 | 197.65 | 158.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 63 | 232 | 0.35 | 0.73 | 0 | 0.09 | 271.24 | 0.79 | 0.58 |
| Hex | 97 | 3F | E8 | 23 | 49 | 0 | 9 | 10F | 4F | 3A |
| Octal | 227 | 77 | 350 | 43 | 111 | 0 | 11 | 417 | 117 | 72 |
| Binary | 10010111 | 111111 | 11101000 | 100011 | 1001001 | 0 | 1001 | 100001111 | 1001111 | 111010 |
Color Harmonies of #973FE8
Complementary color
Monochromatic Colors of #973FE8
Black with #973FE8
Text Example
Text Example
White with #973FE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #973FE8; }
p { color: rgb(151,63,232); }
H1.HeaderClassName
{
color: #973FE8;
}
.AnyTagClassName
{
color: #973FE8;
}
</style>
background-color css
<style>
a { background-color: #973FE8; }
a { background-color: rgb(151,63,232); }
div.DivClassName
{
background-color: #973FE8;
}
.BgClassName
{
background-color: #973FE8;
}
</style>
border-color css
<style>
span { border-color: #973FE8; }
span { border-color: rgb(151,63,232); }
td.TdClassName
{
border-color: #973FE8;
}
.TagClassName
{
border-color: #973FE8;
}
</style>