Shades of Violet Blue #974598
Tints of Violet Blue #974598
RGB
CMYK
RGB Variations
Color information
#974598 (or 0x974598) is known color: Violet Blue. HEX triplet: 97, 45 and 98. RGB value is (151,69,152). Sum of RGB (Red+Green+Blue) = 151+69+152=372 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.59% from 372); Green value is 69 (27.34% from 255 or 18.55% from 372); Blue value is 152 (59.77% from 255 or 40.86% from 372); Max value from RGB is 152 - color contains mainly: blue. Hex color #974598 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #974598 is #68BA67. Grayscale: #666666. Windows color (decimal): -6863464 or 9979287. OLE color: 9979287.
HSL color Cylindrical-coordinate representation of color #974598: hue angle of 299.28º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #974598 is Cyan = 0.01, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 151 | 69 | 152 | - |
| CMYK | 0.01 | 0.55 | 0 | 0.40 |
| HSL | 299.28º | 0.38% | 0.43% | - |
| HSV(B) | 299.28º | 0.55% | 0.6% | - |
| XYZ | 20.56 | 13.1 | 31.15 | - |
| YUV | 102.98 | 155.67 | 162.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 69 | 152 | 0.01 | 0.55 | 0 | 0.40 | 299.28 | 0.38 | 0.43 |
| Hex | 97 | 45 | 98 | 1 | 37 | 0 | 28 | 12B | 26 | 2B |
| Octal | 227 | 105 | 230 | 1 | 67 | 0 | 50 | 453 | 46 | 53 |
| Binary | 10010111 | 1000101 | 10011000 | 1 | 110111 | 0 | 101000 | 100101011 | 100110 | 101011 |
Color Harmonies of #974598
Complementary color
Monochromatic Colors of #974598
Black with #974598
Text Example
Text Example
White with #974598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #974598; }
p { color: rgb(151,69,152); }
H1.HeaderClassName
{
color: #974598;
}
.AnyTagClassName
{
color: #974598;
}
</style>
background-color css
<style>
a { background-color: #974598; }
a { background-color: rgb(151,69,152); }
div.DivClassName
{
background-color: #974598;
}
.BgClassName
{
background-color: #974598;
}
</style>
border-color css
<style>
span { border-color: #974598; }
span { border-color: rgb(151,69,152); }
td.TdClassName
{
border-color: #974598;
}
.TagClassName
{
border-color: #974598;
}
</style>