Shades of Blue Violet #973CFC
Tints of Blue Violet #973CFC
RGB
CMYK
RGB Variations
Color information
#973CFC (or 0x973CFC) is known color: Blue Violet. HEX triplet: 97, 3C and FC. RGB value is (151,60,252). Sum of RGB (Red+Green+Blue) = 151+60+252=463 (61% of max value = 765). Red value is 151 (59.38% from 255 or 32.61% from 463); Green value is 60 (23.83% from 255 or 12.96% from 463); Blue value is 252 (98.83% from 255 or 54.43% from 463); Max value from RGB is 252 - color contains mainly: blue. Hex color #973CFC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #973CFC is #68C303. Grayscale: #6C6C6C. Windows color (decimal): -6865668 or 16530583. OLE color: 16530583.
HSL color Cylindrical-coordinate representation of color #973CFC: hue angle of 268.44º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #973CFC is Cyan = 0.40, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 151 | 60 | 252 | - |
| CMYK | 0.40 | 0.76 | 0 | 0.01 |
| HSL | 268.44º | 0.97% | 0.61% | - |
| HSV(B) | 268.44º | 0.76% | 0.99% | - |
| XYZ | 31.95 | 16.84 | 93.66 | - |
| YUV | 109.1 | 208.65 | 157.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 60 | 252 | 0.40 | 0.76 | 0 | 0.01 | 268.44 | 0.97 | 0.61 |
| Hex | 97 | 3C | FC | 28 | 4C | 0 | 1 | 10C | 61 | 3D |
| Octal | 227 | 74 | 374 | 50 | 114 | 0 | 1 | 414 | 141 | 75 |
| Binary | 10010111 | 111100 | 11111100 | 101000 | 1001100 | 0 | 1 | 100001100 | 1100001 | 111101 |
Color Harmonies of #973CFC
Complementary color
Monochromatic Colors of #973CFC
Black with #973CFC
Text Example
Text Example
White with #973CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #973CFC; }
p { color: rgb(151,60,252); }
H1.HeaderClassName
{
color: #973CFC;
}
.AnyTagClassName
{
color: #973CFC;
}
</style>
background-color css
<style>
a { background-color: #973CFC; }
a { background-color: rgb(151,60,252); }
div.DivClassName
{
background-color: #973CFC;
}
.BgClassName
{
background-color: #973CFC;
}
</style>
border-color css
<style>
span { border-color: #973CFC; }
span { border-color: rgb(151,60,252); }
td.TdClassName
{
border-color: #973CFC;
}
.TagClassName
{
border-color: #973CFC;
}
</style>