Shades of Blue Violet #973DDF
Tints of Blue Violet #973DDF
RGB
CMYK
RGB Variations
Color information
#973DDF (or 0x973DDF) is known color: Blue Violet. HEX triplet: 97, 3D and DF. RGB value is (151,61,223). Sum of RGB (Red+Green+Blue) = 151+61+223=435 (57% of max value = 765). Red value is 151 (59.38% from 255 or 34.71% from 435); Green value is 61 (24.22% from 255 or 14.02% from 435); Blue value is 223 (87.5% from 255 or 51.26% from 435); Max value from RGB is 223 - color contains mainly: blue. Hex color #973DDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #973DDF is #68C220. Grayscale: #696969. Windows color (decimal): -6865441 or 14630295. OLE color: 14630295.
HSL color Cylindrical-coordinate representation of color #973DDF: hue angle of 273.33º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #973DDF is Cyan = 0.32, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 151 | 61 | 223 | - |
| CMYK | 0.32 | 0.73 | 0 | 0.13 |
| HSL | 273.33º | 0.72% | 0.56% | - |
| HSV(B) | 273.33º | 0.73% | 0.87% | - |
| XYZ | 27.75 | 15.24 | 71.29 | - |
| YUV | 106.38 | 193.82 | 159.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 61 | 223 | 0.32 | 0.73 | 0 | 0.13 | 273.33 | 0.72 | 0.56 |
| Hex | 97 | 3D | DF | 20 | 49 | 0 | D | 111 | 48 | 38 |
| Octal | 227 | 75 | 337 | 40 | 111 | 0 | 15 | 421 | 110 | 70 |
| Binary | 10010111 | 111101 | 11011111 | 100000 | 1001001 | 0 | 1101 | 100010001 | 1001000 | 111000 |
Color Harmonies of #973DDF
Complementary color
Monochromatic Colors of #973DDF
Black with #973DDF
Text Example
Text Example
White with #973DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #973DDF; }
p { color: rgb(151,61,223); }
H1.HeaderClassName
{
color: #973DDF;
}
.AnyTagClassName
{
color: #973DDF;
}
</style>
background-color css
<style>
a { background-color: #973DDF; }
a { background-color: rgb(151,61,223); }
div.DivClassName
{
background-color: #973DDF;
}
.BgClassName
{
background-color: #973DDF;
}
</style>
border-color css
<style>
span { border-color: #973DDF; }
span { border-color: rgb(151,61,223); }
td.TdClassName
{
border-color: #973DDF;
}
.TagClassName
{
border-color: #973DDF;
}
</style>