Shades of Blue Violet #973FDF
Tints of Blue Violet #973FDF
RGB
CMYK
RGB Variations
Color information
#973FDF (or 0x973FDF) is known color: Blue Violet. HEX triplet: 97, 3F and DF. RGB value is (151,63,223). Sum of RGB (Red+Green+Blue) = 151+63+223=437 (57% of max value = 765). Red value is 151 (59.38% from 255 or 34.55% from 437); Green value is 63 (25% from 255 or 14.42% from 437); Blue value is 223 (87.5% from 255 or 51.03% from 437); Max value from RGB is 223 - color contains mainly: blue. Hex color #973FDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #973FDF is #68C020. Grayscale: #6B6B6B. Windows color (decimal): -6864929 or 14630807. OLE color: 14630807.
HSL color Cylindrical-coordinate representation of color #973FDF: hue angle of 273º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #973FDF is Cyan = 0.32, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 151 | 63 | 223 | - |
| CMYK | 0.32 | 0.72 | 0 | 0.13 |
| HSL | 273º | 0.71% | 0.56% | - |
| HSV(B) | 273º | 0.72% | 0.87% | - |
| XYZ | 27.86 | 15.46 | 71.33 | - |
| YUV | 107.55 | 193.15 | 158.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 63 | 223 | 0.32 | 0.72 | 0 | 0.13 | 273 | 0.71 | 0.56 |
| Hex | 97 | 3F | DF | 20 | 48 | 0 | D | 111 | 47 | 38 |
| Octal | 227 | 77 | 337 | 40 | 110 | 0 | 15 | 421 | 107 | 70 |
| Binary | 10010111 | 111111 | 11011111 | 100000 | 1001000 | 0 | 1101 | 100010001 | 1000111 | 111000 |
Color Harmonies of #973FDF
Complementary color
Monochromatic Colors of #973FDF
Black with #973FDF
Text Example
Text Example
White with #973FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #973FDF; }
p { color: rgb(151,63,223); }
H1.HeaderClassName
{
color: #973FDF;
}
.AnyTagClassName
{
color: #973FDF;
}
</style>
background-color css
<style>
a { background-color: #973FDF; }
a { background-color: rgb(151,63,223); }
div.DivClassName
{
background-color: #973FDF;
}
.BgClassName
{
background-color: #973FDF;
}
</style>
border-color css
<style>
span { border-color: #973FDF; }
span { border-color: rgb(151,63,223); }
td.TdClassName
{
border-color: #973FDF;
}
.TagClassName
{
border-color: #973FDF;
}
</style>