Shades of Blue Violet #972AF6
Tints of Blue Violet #972AF6
RGB
CMYK
RGB Variations
Color information
#972AF6 (or 0x972AF6) is known color: Blue Violet. HEX triplet: 97, 2A and F6. RGB value is (151,42,246). Sum of RGB (Red+Green+Blue) = 151+42+246=439 (58% of max value = 765). Red value is 151 (59.38% from 255 or 34.40% from 439); Green value is 42 (16.80% from 255 or 9.57% from 439); Blue value is 246 (96.48% from 255 or 56.04% from 439); Max value from RGB is 246 - color contains mainly: blue. Hex color #972AF6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #972AF6 is #68D509. Grayscale: #616161. Windows color (decimal): -6870282 or 16132759. OLE color: 16132759.
HSL color Cylindrical-coordinate representation of color #972AF6: hue angle of 272.06º degrees, saturation: 0.92, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #972AF6 is Cyan = 0.39, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 151 | 42 | 246 | - |
| CMYK | 0.39 | 0.83 | 0 | 0.04 |
| HSL | 272.06º | 0.92% | 0.56% | - |
| HSV(B) | 272.06º | 0.83% | 0.96% | - |
| XYZ | 30.23 | 14.89 | 88.47 | - |
| YUV | 97.85 | 211.61 | 165.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 42 | 246 | 0.39 | 0.83 | 0 | 0.04 | 272.06 | 0.92 | 0.56 |
| Hex | 97 | 2A | F6 | 27 | 53 | 0 | 4 | 110 | 5C | 38 |
| Octal | 227 | 52 | 366 | 47 | 123 | 0 | 4 | 420 | 134 | 70 |
| Binary | 10010111 | 101010 | 11110110 | 100111 | 1010011 | 0 | 100 | 100010000 | 1011100 | 111000 |
Color Harmonies of #972AF6
Complementary color
Monochromatic Colors of #972AF6
Black with #972AF6
Text Example
Text Example
White with #972AF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #972AF6; }
p { color: rgb(151,42,246); }
H1.HeaderClassName
{
color: #972AF6;
}
.AnyTagClassName
{
color: #972AF6;
}
</style>
background-color css
<style>
a { background-color: #972AF6; }
a { background-color: rgb(151,42,246); }
div.DivClassName
{
background-color: #972AF6;
}
.BgClassName
{
background-color: #972AF6;
}
</style>
border-color css
<style>
span { border-color: #972AF6; }
span { border-color: rgb(151,42,246); }
td.TdClassName
{
border-color: #972AF6;
}
.TagClassName
{
border-color: #972AF6;
}
</style>