Shades of Blue Violet #973FFD
Tints of Blue Violet #973FFD
RGB
CMYK
RGB Variations
Color information
#973FFD (or 0x973FFD) is known color: Blue Violet. HEX triplet: 97, 3F and FD. RGB value is (151,63,253). Sum of RGB (Red+Green+Blue) = 151+63+253=467 (61% of max value = 765). Red value is 151 (59.38% from 255 or 32.33% from 467); Green value is 63 (25% from 255 or 13.49% from 467); Blue value is 253 (99.22% from 255 or 54.18% from 467); Max value from RGB is 253 - color contains mainly: blue. Hex color #973FFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #973FFD is #68C002. Grayscale: #6E6E6E. Windows color (decimal): -6864899 or 16596887. OLE color: 16596887.
HSL color Cylindrical-coordinate representation of color #973FFD: hue angle of 267.79º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #973FFD is Cyan = 0.40, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 151 | 63 | 253 | - |
| CMYK | 0.40 | 0.75 | 0 | 0.01 |
| HSL | 267.79º | 0.98% | 0.62% | - |
| HSV(B) | 267.79º | 0.75% | 0.99% | - |
| XYZ | 32.27 | 17.23 | 94.55 | - |
| YUV | 110.97 | 208.15 | 156.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 63 | 253 | 0.40 | 0.75 | 0 | 0.01 | 267.79 | 0.98 | 0.62 |
| Hex | 97 | 3F | FD | 28 | 4B | 0 | 1 | 10C | 62 | 3E |
| Octal | 227 | 77 | 375 | 50 | 113 | 0 | 1 | 414 | 142 | 76 |
| Binary | 10010111 | 111111 | 11111101 | 101000 | 1001011 | 0 | 1 | 100001100 | 1100010 | 111110 |
Color Harmonies of #973FFD
Complementary color
Monochromatic Colors of #973FFD
Black with #973FFD
Text Example
Text Example
White with #973FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #973FFD; }
p { color: rgb(151,63,253); }
H1.HeaderClassName
{
color: #973FFD;
}
.AnyTagClassName
{
color: #973FFD;
}
</style>
background-color css
<style>
a { background-color: #973FFD; }
a { background-color: rgb(151,63,253); }
div.DivClassName
{
background-color: #973FFD;
}
.BgClassName
{
background-color: #973FFD;
}
</style>
border-color css
<style>
span { border-color: #973FFD; }
span { border-color: rgb(151,63,253); }
td.TdClassName
{
border-color: #973FFD;
}
.TagClassName
{
border-color: #973FFD;
}
</style>