Shades of Blue Violet #973EFF
Tints of Blue Violet #973EFF
RGB
CMYK
RGB Variations
Color information
#973EFF (or 0x973EFF) is known color: Blue Violet. HEX triplet: 97, 3E and FF. RGB value is (151,62,255). Sum of RGB (Red+Green+Blue) = 151+62+255=468 (61% of max value = 765). Red value is 151 (59.38% from 255 or 32.26% from 468); Green value is 62 (24.61% from 255 or 13.25% from 468); Blue value is 255 (100% from 255 or 54.49% from 468); Max value from RGB is 255 - color contains mainly: blue. Hex color #973EFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #973EFF is #68C100. Grayscale: #6D6D6D. Windows color (decimal): -6865153 or 16727703. OLE color: 16727703.
HSL color Cylindrical-coordinate representation of color #973EFF: hue angle of 267.67º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #973EFF is Cyan = 0.41, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 151 | 62 | 255 | - |
| CMYK | 0.41 | 0.76 | 0 | 0 |
| HSL | 267.67º | 1% | 0.62% | - |
| HSV(B) | 267.67º | 0.76% | 1% | - |
| XYZ | 32.54 | 17.24 | 96.22 | - |
| YUV | 110.61 | 209.49 | 156.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 62 | 255 | 0.41 | 0.76 | 0 | 0 | 267.67 | 1 | 0.62 |
| Hex | 97 | 3E | FF | 29 | 4C | 0 | 0 | 10C | 64 | 3E |
| Octal | 227 | 76 | 377 | 51 | 114 | 0 | 0 | 414 | 144 | 76 |
| Binary | 10010111 | 111110 | 11111111 | 101001 | 1001100 | 0 | 0 | 100001100 | 1100100 | 111110 |
Color Harmonies of #973EFF
Complementary color
Monochromatic Colors of #973EFF
Black with #973EFF
Text Example
Text Example
White with #973EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #973EFF; }
p { color: rgb(151,62,255); }
H1.HeaderClassName
{
color: #973EFF;
}
.AnyTagClassName
{
color: #973EFF;
}
</style>
background-color css
<style>
a { background-color: #973EFF; }
a { background-color: rgb(151,62,255); }
div.DivClassName
{
background-color: #973EFF;
}
.BgClassName
{
background-color: #973EFF;
}
</style>
border-color css
<style>
span { border-color: #973EFF; }
span { border-color: rgb(151,62,255); }
td.TdClassName
{
border-color: #973EFF;
}
.TagClassName
{
border-color: #973EFF;
}
</style>