Shades of Blue Violet #971AFC
Tints of Blue Violet #971AFC
RGB
CMYK
RGB Variations
Color information
#971AFC (or 0x971AFC) is known color: Blue Violet. HEX triplet: 97, 1A and FC. RGB value is (151,26,252). Sum of RGB (Red+Green+Blue) = 151+26+252=429 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.20% from 429); Green value is 26 (10.55% from 255 or 6.06% from 429); Blue value is 252 (98.83% from 255 or 58.74% from 429); Max value from RGB is 252 - color contains mainly: blue. Hex color #971AFC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #971AFC is #68E503. Grayscale: #585858. Windows color (decimal): -6874372 or 16521879. OLE color: 16521879.
HSL color Cylindrical-coordinate representation of color #971AFC: hue angle of 273.19º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #971AFC is Cyan = 0.40, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 151 | 26 | 252 | - |
| CMYK | 0.40 | 0.90 | 0 | 0.01 |
| HSL | 273.19º | 0.97% | 0.55% | - |
| HSV(B) | 273.19º | 0.9% | 0.99% | - |
| XYZ | 30.7 | 14.35 | 93.25 | - |
| YUV | 89.14 | 219.91 | 172.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 26 | 252 | 0.40 | 0.90 | 0 | 0.01 | 273.19 | 0.97 | 0.55 |
| Hex | 97 | 1A | FC | 28 | 5A | 0 | 1 | 111 | 61 | 37 |
| Octal | 227 | 32 | 374 | 50 | 132 | 0 | 1 | 421 | 141 | 67 |
| Binary | 10010111 | 11010 | 11111100 | 101000 | 1011010 | 0 | 1 | 100010001 | 1100001 | 110111 |
Color Harmonies of #971AFC
Complementary color
Monochromatic Colors of #971AFC
Black with #971AFC
Text Example
Text Example
White with #971AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #971AFC; }
p { color: rgb(151,26,252); }
H1.HeaderClassName
{
color: #971AFC;
}
.AnyTagClassName
{
color: #971AFC;
}
</style>
background-color css
<style>
a { background-color: #971AFC; }
a { background-color: rgb(151,26,252); }
div.DivClassName
{
background-color: #971AFC;
}
.BgClassName
{
background-color: #971AFC;
}
</style>
border-color css
<style>
span { border-color: #971AFC; }
span { border-color: rgb(151,26,252); }
td.TdClassName
{
border-color: #971AFC;
}
.TagClassName
{
border-color: #971AFC;
}
</style>