Shades of Blue Violet #974CFB
Tints of Blue Violet #974CFB
RGB
CMYK
RGB Variations
Color information
#974CFB (or 0x974CFB) is known color: Blue Violet. HEX triplet: 97, 4C and FB. RGB value is (151,76,251). Sum of RGB (Red+Green+Blue) = 151+76+251=478 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.59% from 478); Green value is 76 (30.08% from 255 or 15.90% from 478); Blue value is 251 (98.44% from 255 or 52.51% from 478); Max value from RGB is 251 - color contains mainly: blue. Hex color #974CFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #974CFB is #68B304. Grayscale: #757575. Windows color (decimal): -6861573 or 16469143. OLE color: 16469143.
HSL color Cylindrical-coordinate representation of color #974CFB: hue angle of 265.71º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #974CFB is Cyan = 0.40, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 151 | 76 | 251 | - |
| CMYK | 0.40 | 0.70 | 0 | 0.02 |
| HSL | 265.71º | 0.96% | 0.64% | - |
| HSV(B) | 265.71º | 0.7% | 0.98% | - |
| XYZ | 32.76 | 18.71 | 93.15 | - |
| YUV | 118.38 | 202.85 | 151.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 76 | 251 | 0.40 | 0.70 | 0 | 0.02 | 265.71 | 0.96 | 0.64 |
| Hex | 97 | 4C | FB | 28 | 46 | 0 | 2 | 10A | 60 | 40 |
| Octal | 227 | 114 | 373 | 50 | 106 | 0 | 2 | 412 | 140 | 100 |
| Binary | 10010111 | 1001100 | 11111011 | 101000 | 1000110 | 0 | 10 | 100001010 | 1100000 | 1000000 |
Color Harmonies of #974CFB
Complementary color
Monochromatic Colors of #974CFB
Black with #974CFB
Text Example
Text Example
White with #974CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #974CFB; }
p { color: rgb(151,76,251); }
H1.HeaderClassName
{
color: #974CFB;
}
.AnyTagClassName
{
color: #974CFB;
}
</style>
background-color css
<style>
a { background-color: #974CFB; }
a { background-color: rgb(151,76,251); }
div.DivClassName
{
background-color: #974CFB;
}
.BgClassName
{
background-color: #974CFB;
}
</style>
border-color css
<style>
span { border-color: #974CFB; }
span { border-color: rgb(151,76,251); }
td.TdClassName
{
border-color: #974CFB;
}
.TagClassName
{
border-color: #974CFB;
}
</style>