Shades of Blue Violet #973AF6
Tints of Blue Violet #973AF6
RGB
CMYK
RGB Variations
Color information
#973AF6 (or 0x973AF6) is known color: Blue Violet. HEX triplet: 97, 3A and F6. RGB value is (151,58,246). Sum of RGB (Red+Green+Blue) = 151+58+246=455 (60% of max value = 765). Red value is 151 (59.38% from 255 or 33.19% from 455); Green value is 58 (23.05% from 255 or 12.75% from 455); Blue value is 246 (96.48% from 255 or 54.07% from 455); Max value from RGB is 246 - color contains mainly: blue. Hex color #973AF6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #973AF6 is #68C509. Grayscale: #6A6A6A. Windows color (decimal): -6866186 or 16136855. OLE color: 16136855.
HSL color Cylindrical-coordinate representation of color #973AF6: hue angle of 269.68º degrees, saturation: 0.91, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #973AF6 is Cyan = 0.39, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 151 | 58 | 246 | - |
| CMYK | 0.39 | 0.76 | 0 | 0.04 |
| HSL | 269.68º | 0.91% | 0.6% | - |
| HSV(B) | 269.68º | 0.76% | 0.96% | - |
| XYZ | 30.91 | 16.26 | 88.7 | - |
| YUV | 107.24 | 206.31 | 159.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 58 | 246 | 0.39 | 0.76 | 0 | 0.04 | 269.68 | 0.91 | 0.6 |
| Hex | 97 | 3A | F6 | 27 | 4C | 0 | 4 | 10E | 5B | 3C |
| Octal | 227 | 72 | 366 | 47 | 114 | 0 | 4 | 416 | 133 | 74 |
| Binary | 10010111 | 111010 | 11110110 | 100111 | 1001100 | 0 | 100 | 100001110 | 1011011 | 111100 |
Color Harmonies of #973AF6
Complementary color
Monochromatic Colors of #973AF6
Black with #973AF6
Text Example
Text Example
White with #973AF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #973AF6; }
p { color: rgb(151,58,246); }
H1.HeaderClassName
{
color: #973AF6;
}
.AnyTagClassName
{
color: #973AF6;
}
</style>
background-color css
<style>
a { background-color: #973AF6; }
a { background-color: rgb(151,58,246); }
div.DivClassName
{
background-color: #973AF6;
}
.BgClassName
{
background-color: #973AF6;
}
</style>
border-color css
<style>
span { border-color: #973AF6; }
span { border-color: rgb(151,58,246); }
td.TdClassName
{
border-color: #973AF6;
}
.TagClassName
{
border-color: #973AF6;
}
</style>