Shades of Blue Violet #973DF6
Tints of Blue Violet #973DF6
RGB
CMYK
RGB Variations
Color information
#973DF6 (or 0x973DF6) is known color: Blue Violet. HEX triplet: 97, 3D and F6. RGB value is (151,61,246). Sum of RGB (Red+Green+Blue) = 151+61+246=458 (60% of max value = 765). Red value is 151 (59.38% from 255 or 32.97% from 458); Green value is 61 (24.22% from 255 or 13.32% from 458); Blue value is 246 (96.48% from 255 or 53.71% from 458); Max value from RGB is 246 - color contains mainly: blue. Hex color #973DF6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #973DF6 is #68C209. Grayscale: #6C6C6C. Windows color (decimal): -6865418 or 16137623. OLE color: 16137623.
HSL color Cylindrical-coordinate representation of color #973DF6: hue angle of 269.19º degrees, saturation: 0.91, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #973DF6 is Cyan = 0.39, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 151 | 61 | 246 | - |
| CMYK | 0.39 | 0.75 | 0 | 0.04 |
| HSL | 269.19º | 0.91% | 0.6% | - |
| HSV(B) | 269.19º | 0.75% | 0.96% | - |
| XYZ | 31.07 | 16.57 | 88.75 | - |
| YUV | 109 | 205.32 | 157.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 61 | 246 | 0.39 | 0.75 | 0 | 0.04 | 269.19 | 0.91 | 0.6 |
| Hex | 97 | 3D | F6 | 27 | 4B | 0 | 4 | 10D | 5B | 3C |
| Octal | 227 | 75 | 366 | 47 | 113 | 0 | 4 | 415 | 133 | 74 |
| Binary | 10010111 | 111101 | 11110110 | 100111 | 1001011 | 0 | 100 | 100001101 | 1011011 | 111100 |
Color Harmonies of #973DF6
Complementary color
Monochromatic Colors of #973DF6
Black with #973DF6
Text Example
Text Example
White with #973DF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #973DF6; }
p { color: rgb(151,61,246); }
H1.HeaderClassName
{
color: #973DF6;
}
.AnyTagClassName
{
color: #973DF6;
}
</style>
background-color css
<style>
a { background-color: #973DF6; }
a { background-color: rgb(151,61,246); }
div.DivClassName
{
background-color: #973DF6;
}
.BgClassName
{
background-color: #973DF6;
}
</style>
border-color css
<style>
span { border-color: #973DF6; }
span { border-color: rgb(151,61,246); }
td.TdClassName
{
border-color: #973DF6;
}
.TagClassName
{
border-color: #973DF6;
}
</style>