Shades of Blue Violet #972AFF
Tints of Blue Violet #972AFF
RGB
CMYK
RGB Variations
Color information
#972AFF (or 0x972AFF) is known color: Blue Violet. HEX triplet: 97, 2A and FF. RGB value is (151,42,255). Sum of RGB (Red+Green+Blue) = 151+42+255=448 (59% of max value = 765). Red value is 151 (59.38% from 255 or 33.71% from 448); Green value is 42 (16.80% from 255 or 9.38% from 448); Blue value is 255 (100% from 255 or 56.92% from 448); Max value from RGB is 255 - color contains mainly: blue. Hex color #972AFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #972AFF is #68D500. Grayscale: #626262. Windows color (decimal): -6870273 or 16722583. OLE color: 16722583.
HSL color Cylindrical-coordinate representation of color #972AFF: hue angle of 270.7º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #972AFF is Cyan = 0.41, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 151 | 42 | 255 | - |
| CMYK | 0.41 | 0.84 | 0 | 0 |
| HSL | 270.7º | 1% | 0.58% | - |
| HSV(B) | 270.7º | 0.84% | 1% | - |
| XYZ | 31.64 | 15.46 | 95.92 | - |
| YUV | 98.87 | 216.11 | 165.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 42 | 255 | 0.41 | 0.84 | 0 | 0 | 270.7 | 1 | 0.58 |
| Hex | 97 | 2A | FF | 29 | 54 | 0 | 0 | 10F | 64 | 3A |
| Octal | 227 | 52 | 377 | 51 | 124 | 0 | 0 | 417 | 144 | 72 |
| Binary | 10010111 | 101010 | 11111111 | 101001 | 1010100 | 0 | 0 | 100001111 | 1100100 | 111010 |
Color Harmonies of #972AFF
Complementary color
Monochromatic Colors of #972AFF
Black with #972AFF
Text Example
Text Example
White with #972AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #972AFF; }
p { color: rgb(151,42,255); }
H1.HeaderClassName
{
color: #972AFF;
}
.AnyTagClassName
{
color: #972AFF;
}
</style>
background-color css
<style>
a { background-color: #972AFF; }
a { background-color: rgb(151,42,255); }
div.DivClassName
{
background-color: #972AFF;
}
.BgClassName
{
background-color: #972AFF;
}
</style>
border-color css
<style>
span { border-color: #972AFF; }
span { border-color: rgb(151,42,255); }
td.TdClassName
{
border-color: #972AFF;
}
.TagClassName
{
border-color: #972AFF;
}
</style>