Shades of Blue Violet #973CFB
Tints of Blue Violet #973CFB
RGB
CMYK
RGB Variations
Color information
#973CFB (or 0x973CFB) is known color: Blue Violet. HEX triplet: 97, 3C and FB. RGB value is (151,60,251). Sum of RGB (Red+Green+Blue) = 151+60+251=462 (61% of max value = 765). Red value is 151 (59.38% from 255 or 32.68% from 462); Green value is 60 (23.83% from 255 or 12.99% from 462); Blue value is 251 (98.44% from 255 or 54.33% from 462); Max value from RGB is 251 - color contains mainly: blue. Hex color #973CFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #973CFB is #68C304. Grayscale: #6C6C6C. Windows color (decimal): -6865669 or 16465047. OLE color: 16465047.
HSL color Cylindrical-coordinate representation of color #973CFB: hue angle of 268.59º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #973CFB is Cyan = 0.40, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 151 | 60 | 251 | - |
| CMYK | 0.40 | 0.76 | 0 | 0.02 |
| HSL | 268.59º | 0.96% | 0.61% | - |
| HSV(B) | 268.59º | 0.76% | 0.98% | - |
| XYZ | 31.79 | 16.78 | 92.83 | - |
| YUV | 108.98 | 208.15 | 157.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 60 | 251 | 0.40 | 0.76 | 0 | 0.02 | 268.59 | 0.96 | 0.61 |
| Hex | 97 | 3C | FB | 28 | 4C | 0 | 2 | 10D | 60 | 3D |
| Octal | 227 | 74 | 373 | 50 | 114 | 0 | 2 | 415 | 140 | 75 |
| Binary | 10010111 | 111100 | 11111011 | 101000 | 1001100 | 0 | 10 | 100001101 | 1100000 | 111101 |
Color Harmonies of #973CFB
Complementary color
Monochromatic Colors of #973CFB
Black with #973CFB
Text Example
Text Example
White with #973CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #973CFB; }
p { color: rgb(151,60,251); }
H1.HeaderClassName
{
color: #973CFB;
}
.AnyTagClassName
{
color: #973CFB;
}
</style>
background-color css
<style>
a { background-color: #973CFB; }
a { background-color: rgb(151,60,251); }
div.DivClassName
{
background-color: #973CFB;
}
.BgClassName
{
background-color: #973CFB;
}
</style>
border-color css
<style>
span { border-color: #973CFB; }
span { border-color: rgb(151,60,251); }
td.TdClassName
{
border-color: #973CFB;
}
.TagClassName
{
border-color: #973CFB;
}
</style>