Shades of Blue Violet #973BFD
Tints of Blue Violet #973BFD
RGB
CMYK
RGB Variations
Color information
#973BFD (or 0x973BFD) is known color: Blue Violet. HEX triplet: 97, 3B and FD. RGB value is (151,59,253). Sum of RGB (Red+Green+Blue) = 151+59+253=463 (61% of max value = 765). Red value is 151 (59.38% from 255 or 32.61% from 463); Green value is 59 (23.44% from 255 or 12.74% from 463); Blue value is 253 (99.22% from 255 or 54.64% from 463); Max value from RGB is 253 - color contains mainly: blue. Hex color #973BFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #973BFD is #68C402. Grayscale: #6B6B6B. Windows color (decimal): -6865923 or 16595863. OLE color: 16595863.
HSL color Cylindrical-coordinate representation of color #973BFD: hue angle of 268.45º degrees, saturation: 0.98, 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 #973BFD is Cyan = 0.40, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 151 | 59 | 253 | - |
| CMYK | 0.40 | 0.77 | 0 | 0.01 |
| HSL | 268.45º | 0.98% | 0.61% | - |
| HSV(B) | 268.45º | 0.77% | 0.99% | - |
| XYZ | 32.06 | 16.8 | 94.48 | - |
| YUV | 108.62 | 209.48 | 158.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 59 | 253 | 0.40 | 0.77 | 0 | 0.01 | 268.45 | 0.98 | 0.61 |
| Hex | 97 | 3B | FD | 28 | 4D | 0 | 1 | 10C | 62 | 3D |
| Octal | 227 | 73 | 375 | 50 | 115 | 0 | 1 | 414 | 142 | 75 |
| Binary | 10010111 | 111011 | 11111101 | 101000 | 1001101 | 0 | 1 | 100001100 | 1100010 | 111101 |
Color Harmonies of #973BFD
Complementary color
Monochromatic Colors of #973BFD
Black with #973BFD
Text Example
Text Example
White with #973BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #973BFD; }
p { color: rgb(151,59,253); }
H1.HeaderClassName
{
color: #973BFD;
}
.AnyTagClassName
{
color: #973BFD;
}
</style>
background-color css
<style>
a { background-color: #973BFD; }
a { background-color: rgb(151,59,253); }
div.DivClassName
{
background-color: #973BFD;
}
.BgClassName
{
background-color: #973BFD;
}
</style>
border-color css
<style>
span { border-color: #973BFD; }
span { border-color: rgb(151,59,253); }
td.TdClassName
{
border-color: #973BFD;
}
.TagClassName
{
border-color: #973BFD;
}
</style>