Shades of Blue Violet #973DFB
Tints of Blue Violet #973DFB
RGB
CMYK
RGB Variations
Color information
#973DFB (or 0x973DFB) is known color: Blue Violet. HEX triplet: 97, 3D and FB. RGB value is (151,61,251). Sum of RGB (Red+Green+Blue) = 151+61+251=463 (61% of max value = 765). Red value is 151 (59.38% from 255 or 32.61% from 463); Green value is 61 (24.22% from 255 or 13.17% from 463); Blue value is 251 (98.44% from 255 or 54.21% from 463); Max value from RGB is 251 - color contains mainly: blue. Hex color #973DFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #973DFB is #68C204. Grayscale: #6C6C6C. Windows color (decimal): -6865413 or 16465303. OLE color: 16465303.
HSL color Cylindrical-coordinate representation of color #973DFB: hue angle of 268.42º 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 #973DFB is Cyan = 0.40, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 151 | 61 | 251 | - |
| CMYK | 0.40 | 0.76 | 0 | 0.02 |
| HSL | 268.42º | 0.96% | 0.61% | - |
| HSV(B) | 268.42º | 0.76% | 0.98% | - |
| XYZ | 31.84 | 16.88 | 92.85 | - |
| YUV | 109.57 | 207.82 | 157.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 61 | 251 | 0.40 | 0.76 | 0 | 0.02 | 268.42 | 0.96 | 0.61 |
| Hex | 97 | 3D | FB | 28 | 4C | 0 | 2 | 10C | 60 | 3D |
| Octal | 227 | 75 | 373 | 50 | 114 | 0 | 2 | 414 | 140 | 75 |
| Binary | 10010111 | 111101 | 11111011 | 101000 | 1001100 | 0 | 10 | 100001100 | 1100000 | 111101 |
Color Harmonies of #973DFB
Complementary color
Monochromatic Colors of #973DFB
Black with #973DFB
Text Example
Text Example
White with #973DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #973DFB; }
p { color: rgb(151,61,251); }
H1.HeaderClassName
{
color: #973DFB;
}
.AnyTagClassName
{
color: #973DFB;
}
</style>
background-color css
<style>
a { background-color: #973DFB; }
a { background-color: rgb(151,61,251); }
div.DivClassName
{
background-color: #973DFB;
}
.BgClassName
{
background-color: #973DFB;
}
</style>
border-color css
<style>
span { border-color: #973DFB; }
span { border-color: rgb(151,61,251); }
td.TdClassName
{
border-color: #973DFB;
}
.TagClassName
{
border-color: #973DFB;
}
</style>