Shades of Blue Violet #974CF2
Tints of Blue Violet #974CF2
RGB
CMYK
RGB Variations
Color information
#974CF2 (or 0x974CF2) is known color: Blue Violet. HEX triplet: 97, 4C and F2. RGB value is (151,76,242). Sum of RGB (Red+Green+Blue) = 151+76+242=469 (62% of max value = 765). Red value is 151 (59.38% from 255 or 32.20% from 469); Green value is 76 (30.08% from 255 or 16.20% from 469); Blue value is 242 (94.92% from 255 or 51.60% from 469); Max value from RGB is 242 - color contains mainly: blue. Hex color #974CF2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #974CF2 is #68B30D. Grayscale: #747474. Windows color (decimal): -6861582 or 15879319. OLE color: 15879319.
HSL color Cylindrical-coordinate representation of color #974CF2: hue angle of 267.11º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #974CF2 is Cyan = 0.38, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 151 | 76 | 242 | - |
| CMYK | 0.38 | 0.69 | 0 | 0.05 |
| HSL | 267.11º | 0.86% | 0.62% | - |
| HSV(B) | 267.11º | 0.69% | 0.95% | - |
| XYZ | 31.37 | 18.16 | 85.86 | - |
| YUV | 117.35 | 198.35 | 152 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 76 | 242 | 0.38 | 0.69 | 0 | 0.05 | 267.11 | 0.86 | 0.62 |
| Hex | 97 | 4C | F2 | 26 | 45 | 0 | 5 | 10B | 56 | 3E |
| Octal | 227 | 114 | 362 | 46 | 105 | 0 | 5 | 413 | 126 | 76 |
| Binary | 10010111 | 1001100 | 11110010 | 100110 | 1000101 | 0 | 101 | 100001011 | 1010110 | 111110 |
Color Harmonies of #974CF2
Complementary color
Monochromatic Colors of #974CF2
Black with #974CF2
Text Example
Text Example
White with #974CF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #974CF2; }
p { color: rgb(151,76,242); }
H1.HeaderClassName
{
color: #974CF2;
}
.AnyTagClassName
{
color: #974CF2;
}
</style>
background-color css
<style>
a { background-color: #974CF2; }
a { background-color: rgb(151,76,242); }
div.DivClassName
{
background-color: #974CF2;
}
.BgClassName
{
background-color: #974CF2;
}
</style>
border-color css
<style>
span { border-color: #974CF2; }
span { border-color: rgb(151,76,242); }
td.TdClassName
{
border-color: #974CF2;
}
.TagClassName
{
border-color: #974CF2;
}
</style>