Shades of Violet Blue #974492
Tints of Violet Blue #974492
RGB
CMYK
RGB Variations
Color information
#974492 (or 0x974492) is known color: Violet Blue. HEX triplet: 97, 44 and 92. RGB value is (151,68,146). Sum of RGB (Red+Green+Blue) = 151+68+146=365 (48% of max value = 765). Red value is 151 (59.38% from 255 or 41.37% from 365); Green value is 68 (26.95% from 255 or 18.63% from 365); Blue value is 146 (57.42% from 255 or 40% from 365); Max value from RGB is 151 - color contains mainly: red. Hex color #974492 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #974492 is #68BB6D. Grayscale: #656565. Windows color (decimal): -6863726 or 9585815. OLE color: 9585815.
HSL color Cylindrical-coordinate representation of color #974492: hue angle of 303.61º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #974492 is Cyan = 0, Magento = 0.55, Yellow = 0.03 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 68 | 146 | - |
| CMYK | 0 | 0.55 | 0.03 | 0.41 |
| HSL | 303.61º | 0.38% | 0.43% | - |
| HSV(B) | 303.61º | 0.55% | 0.59% | - |
| XYZ | 20.02 | 12.79 | 28.61 | - |
| YUV | 101.71 | 153 | 163.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 68 | 146 | 0 | 0.55 | 0.03 | 0.41 | 303.61 | 0.38 | 0.43 |
| Hex | 97 | 44 | 92 | 0 | 37 | 3 | 29 | 130 | 26 | 2B |
| Octal | 227 | 104 | 222 | 0 | 67 | 3 | 51 | 460 | 46 | 53 |
| Binary | 10010111 | 1000100 | 10010010 | 0 | 110111 | 11 | 101001 | 100110000 | 100110 | 101011 |
Color Harmonies of #974492
Complementary color
Monochromatic Colors of #974492
Black with #974492
Text Example
Text Example
White with #974492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #974492; }
p { color: rgb(151,68,146); }
H1.HeaderClassName
{
color: #974492;
}
.AnyTagClassName
{
color: #974492;
}
</style>
background-color css
<style>
a { background-color: #974492; }
a { background-color: rgb(151,68,146); }
div.DivClassName
{
background-color: #974492;
}
.BgClassName
{
background-color: #974492;
}
</style>
border-color css
<style>
span { border-color: #974492; }
span { border-color: rgb(151,68,146); }
td.TdClassName
{
border-color: #974492;
}
.TagClassName
{
border-color: #974492;
}
</style>