Shades of Blue Violet #973BFC
Tints of Blue Violet #973BFC
RGB
CMYK
RGB Variations
Color information
#973BFC (or 0x973BFC) is known color: Blue Violet. HEX triplet: 97, 3B and FC. RGB value is (151,59,252). Sum of RGB (Red+Green+Blue) = 151+59+252=462 (61% of max value = 765). Red value is 151 (59.38% from 255 or 32.68% from 462); Green value is 59 (23.44% from 255 or 12.77% from 462); Blue value is 252 (98.83% from 255 or 54.55% from 462); Max value from RGB is 252 - color contains mainly: blue. Hex color #973BFC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #973BFC is #68C403. Grayscale: #6B6B6B. Windows color (decimal): -6865924 or 16530327. OLE color: 16530327.
HSL color Cylindrical-coordinate representation of color #973BFC: hue angle of 268.6º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #973BFC is Cyan = 0.40, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 151 | 59 | 252 | - |
| CMYK | 0.40 | 0.77 | 0 | 0.01 |
| HSL | 268.6º | 0.97% | 0.61% | - |
| HSV(B) | 268.6º | 0.77% | 0.99% | - |
| XYZ | 31.9 | 16.74 | 93.64 | - |
| YUV | 108.51 | 208.98 | 158.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 59 | 252 | 0.40 | 0.77 | 0 | 0.01 | 268.6 | 0.97 | 0.61 |
| Hex | 97 | 3B | FC | 28 | 4D | 0 | 1 | 10D | 61 | 3D |
| Octal | 227 | 73 | 374 | 50 | 115 | 0 | 1 | 415 | 141 | 75 |
| Binary | 10010111 | 111011 | 11111100 | 101000 | 1001101 | 0 | 1 | 100001101 | 1100001 | 111101 |
Color Harmonies of #973BFC
Complementary color
Monochromatic Colors of #973BFC
Black with #973BFC
Text Example
Text Example
White with #973BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #973BFC; }
p { color: rgb(151,59,252); }
H1.HeaderClassName
{
color: #973BFC;
}
.AnyTagClassName
{
color: #973BFC;
}
</style>
background-color css
<style>
a { background-color: #973BFC; }
a { background-color: rgb(151,59,252); }
div.DivClassName
{
background-color: #973BFC;
}
.BgClassName
{
background-color: #973BFC;
}
</style>
border-color css
<style>
span { border-color: #973BFC; }
span { border-color: rgb(151,59,252); }
td.TdClassName
{
border-color: #973BFC;
}
.TagClassName
{
border-color: #973BFC;
}
</style>