Shades of Blue Violet #973CDF
Tints of Blue Violet #973CDF
RGB
CMYK
RGB Variations
Color information
#973CDF (or 0x973CDF) is known color: Blue Violet. HEX triplet: 97, 3C and DF. RGB value is (151,60,223). Sum of RGB (Red+Green+Blue) = 151+60+223=434 (57% of max value = 765). Red value is 151 (59.38% from 255 or 34.79% from 434); Green value is 60 (23.83% from 255 or 13.82% from 434); Blue value is 223 (87.5% from 255 or 51.38% from 434); Max value from RGB is 223 - color contains mainly: blue. Hex color #973CDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #973CDF is #68C320. Grayscale: #696969. Windows color (decimal): -6865697 or 14630039. OLE color: 14630039.
HSL color Cylindrical-coordinate representation of color #973CDF: hue angle of 273.5º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #973CDF is Cyan = 0.32, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 151 | 60 | 223 | - |
| CMYK | 0.32 | 0.73 | 0 | 0.13 |
| HSL | 273.5º | 0.72% | 0.55% | - |
| HSV(B) | 273.5º | 0.73% | 0.87% | - |
| XYZ | 27.7 | 15.14 | 71.27 | - |
| YUV | 105.79 | 194.15 | 160.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 60 | 223 | 0.32 | 0.73 | 0 | 0.13 | 273.5 | 0.72 | 0.55 |
| Hex | 97 | 3C | DF | 20 | 49 | 0 | D | 111 | 48 | 37 |
| Octal | 227 | 74 | 337 | 40 | 111 | 0 | 15 | 421 | 110 | 67 |
| Binary | 10010111 | 111100 | 11011111 | 100000 | 1001001 | 0 | 1101 | 100010001 | 1001000 | 110111 |
Color Harmonies of #973CDF
Complementary color
Monochromatic Colors of #973CDF
Black with #973CDF
Text Example
Text Example
White with #973CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #973CDF; }
p { color: rgb(151,60,223); }
H1.HeaderClassName
{
color: #973CDF;
}
.AnyTagClassName
{
color: #973CDF;
}
</style>
background-color css
<style>
a { background-color: #973CDF; }
a { background-color: rgb(151,60,223); }
div.DivClassName
{
background-color: #973CDF;
}
.BgClassName
{
background-color: #973CDF;
}
</style>
border-color css
<style>
span { border-color: #973CDF; }
span { border-color: rgb(151,60,223); }
td.TdClassName
{
border-color: #973CDF;
}
.TagClassName
{
border-color: #973CDF;
}
</style>