Shades of Violet Blue #974498
Tints of Violet Blue #974498
RGB
CMYK
RGB Variations
Color information
#974498 (or 0x974498) is known color: Violet Blue. HEX triplet: 97, 44 and 98. RGB value is (151,68,152). Sum of RGB (Red+Green+Blue) = 151+68+152=371 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.70% from 371); Green value is 68 (26.95% from 255 or 18.33% from 371); Blue value is 152 (59.77% from 255 or 40.97% from 371); Max value from RGB is 152 - color contains mainly: blue. Hex color #974498 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #974498 is #68BB67. Grayscale: #666666. Windows color (decimal): -6863720 or 9979031. OLE color: 9979031.
HSL color Cylindrical-coordinate representation of color #974498: hue angle of 299.29º 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 #974498 is Cyan = 0.01, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 151 | 68 | 152 | - |
| CMYK | 0.01 | 0.55 | 0 | 0.40 |
| HSL | 299.29º | 0.38% | 0.43% | - |
| HSV(B) | 299.29º | 0.55% | 0.6% | - |
| XYZ | 20.5 | 12.98 | 31.13 | - |
| YUV | 102.39 | 156 | 162.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 68 | 152 | 0.01 | 0.55 | 0 | 0.40 | 299.29 | 0.38 | 0.43 |
| Hex | 97 | 44 | 98 | 1 | 37 | 0 | 28 | 12B | 26 | 2B |
| Octal | 227 | 104 | 230 | 1 | 67 | 0 | 50 | 453 | 46 | 53 |
| Binary | 10010111 | 1000100 | 10011000 | 1 | 110111 | 0 | 101000 | 100101011 | 100110 | 101011 |
Color Harmonies of #974498
Complementary color
Monochromatic Colors of #974498
Black with #974498
Text Example
Text Example
White with #974498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #974498; }
p { color: rgb(151,68,152); }
H1.HeaderClassName
{
color: #974498;
}
.AnyTagClassName
{
color: #974498;
}
</style>
background-color css
<style>
a { background-color: #974498; }
a { background-color: rgb(151,68,152); }
div.DivClassName
{
background-color: #974498;
}
.BgClassName
{
background-color: #974498;
}
</style>
border-color css
<style>
span { border-color: #974498; }
span { border-color: rgb(151,68,152); }
td.TdClassName
{
border-color: #974498;
}
.TagClassName
{
border-color: #974498;
}
</style>