Shades of Blue Violet #974EEC
Tints of Blue Violet #974EEC
RGB
CMYK
RGB Variations
Color information
#974EEC (or 0x974EEC) is known color: Blue Violet. HEX triplet: 97, 4E and EC. RGB value is (151,78,236). Sum of RGB (Red+Green+Blue) = 151+78+236=465 (61% of max value = 765). Red value is 151 (59.38% from 255 or 32.47% from 465); Green value is 78 (30.86% from 255 or 16.77% from 465); Blue value is 236 (92.58% from 255 or 50.75% from 465); Max value from RGB is 236 - color contains mainly: blue. Hex color #974EEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #974EEC is #68B113. Grayscale: #757575. Windows color (decimal): -6861076 or 15486615. OLE color: 15486615.
HSL color Cylindrical-coordinate representation of color #974EEC: hue angle of 267.72º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #974EEC is Cyan = 0.36, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 151 | 78 | 236 | - |
| CMYK | 0.36 | 0.67 | 0 | 0.07 |
| HSL | 267.72º | 0.81% | 0.62% | - |
| HSV(B) | 267.72º | 0.67% | 0.93% | - |
| XYZ | 30.63 | 18.08 | 81.23 | - |
| YUV | 117.84 | 194.68 | 151.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 78 | 236 | 0.36 | 0.67 | 0 | 0.07 | 267.72 | 0.81 | 0.62 |
| Hex | 97 | 4E | EC | 24 | 43 | 0 | 7 | 10C | 51 | 3E |
| Octal | 227 | 116 | 354 | 44 | 103 | 0 | 7 | 414 | 121 | 76 |
| Binary | 10010111 | 1001110 | 11101100 | 100100 | 1000011 | 0 | 111 | 100001100 | 1010001 | 111110 |
Color Harmonies of #974EEC
Complementary color
Monochromatic Colors of #974EEC
Black with #974EEC
Text Example
Text Example
White with #974EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #974EEC; }
p { color: rgb(151,78,236); }
H1.HeaderClassName
{
color: #974EEC;
}
.AnyTagClassName
{
color: #974EEC;
}
</style>
background-color css
<style>
a { background-color: #974EEC; }
a { background-color: rgb(151,78,236); }
div.DivClassName
{
background-color: #974EEC;
}
.BgClassName
{
background-color: #974EEC;
}
</style>
border-color css
<style>
span { border-color: #974EEC; }
span { border-color: rgb(151,78,236); }
td.TdClassName
{
border-color: #974EEC;
}
.TagClassName
{
border-color: #974EEC;
}
</style>