Shades of Blue Violet #974BEA
Tints of Blue Violet #974BEA
RGB
CMYK
RGB Variations
Color information
#974BEA (or 0x974BEA) is known color: Blue Violet. HEX triplet: 97, 4B and EA. RGB value is (151,75,234). Sum of RGB (Red+Green+Blue) = 151+75+234=460 (60% of max value = 765). Red value is 151 (59.38% from 255 or 32.83% from 460); Green value is 75 (29.69% from 255 or 16.30% from 460); Blue value is 234 (91.80% from 255 or 50.87% from 460); Max value from RGB is 234 - color contains mainly: blue. Hex color #974BEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #974BEA is #68B415. Grayscale: #737373. Windows color (decimal): -6861846 or 15354775. OLE color: 15354775.
HSL color Cylindrical-coordinate representation of color #974BEA: hue angle of 268.68º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #974BEA is Cyan = 0.35, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 151 | 75 | 234 | - |
| CMYK | 0.35 | 0.68 | 0 | 0.08 |
| HSL | 268.68º | 0.79% | 0.61% | - |
| HSV(B) | 268.68º | 0.68% | 0.92% | - |
| XYZ | 30.13 | 17.55 | 79.64 | - |
| YUV | 115.85 | 194.68 | 153.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 75 | 234 | 0.35 | 0.68 | 0 | 0.08 | 268.68 | 0.79 | 0.61 |
| Hex | 97 | 4B | EA | 23 | 44 | 0 | 8 | 10D | 4F | 3D |
| Octal | 227 | 113 | 352 | 43 | 104 | 0 | 10 | 415 | 117 | 75 |
| Binary | 10010111 | 1001011 | 11101010 | 100011 | 1000100 | 0 | 1000 | 100001101 | 1001111 | 111101 |
Color Harmonies of #974BEA
Complementary color
Monochromatic Colors of #974BEA
Black with #974BEA
Text Example
Text Example
White with #974BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #974BEA; }
p { color: rgb(151,75,234); }
H1.HeaderClassName
{
color: #974BEA;
}
.AnyTagClassName
{
color: #974BEA;
}
</style>
background-color css
<style>
a { background-color: #974BEA; }
a { background-color: rgb(151,75,234); }
div.DivClassName
{
background-color: #974BEA;
}
.BgClassName
{
background-color: #974BEA;
}
</style>
border-color css
<style>
span { border-color: #974BEA; }
span { border-color: rgb(151,75,234); }
td.TdClassName
{
border-color: #974BEA;
}
.TagClassName
{
border-color: #974BEA;
}
</style>