Shades of Violet Blue #974D8D
Tints of Violet Blue #974D8D
RGB
CMYK
RGB Variations
Color information
#974D8D (or 0x974D8D) is known color: Violet Blue. HEX triplet: 97, 4D and 8D. RGB value is (151,77,141). Sum of RGB (Red+Green+Blue) = 151+77+141=369 (48% of max value = 765). Red value is 151 (59.38% from 255 or 40.92% from 369); Green value is 77 (30.47% from 255 or 20.87% from 369); Blue value is 141 (55.47% from 255 or 38.21% from 369); Max value from RGB is 151 - color contains mainly: red. Hex color #974D8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #974D8D is #68B272. Grayscale: #6A6A6A. Windows color (decimal): -6861427 or 9260439. OLE color: 9260439.
HSL color Cylindrical-coordinate representation of color #974D8D: hue angle of 308.11º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #974D8D is Cyan = 0, Magento = 0.49, Yellow = 0.07 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 77 | 141 | - |
| CMYK | 0 | 0.49 | 0.07 | 0.41 |
| HSL | 308.11º | 0.32% | 0.45% | - |
| HSV(B) | 308.11º | 0.49% | 0.59% | - |
| XYZ | 20.22 | 13.81 | 26.8 | - |
| YUV | 106.42 | 147.52 | 159.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 77 | 141 | 0 | 0.49 | 0.07 | 0.41 | 308.11 | 0.32 | 0.45 |
| Hex | 97 | 4D | 8D | 0 | 31 | 7 | 29 | 134 | 20 | 2D |
| Octal | 227 | 115 | 215 | 0 | 61 | 7 | 51 | 464 | 40 | 55 |
| Binary | 10010111 | 1001101 | 10001101 | 0 | 110001 | 111 | 101001 | 100110100 | 100000 | 101101 |
Color Harmonies of #974D8D
Complementary color
Monochromatic Colors of #974D8D
Black with #974D8D
Text Example
Text Example
White with #974D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #974D8D; }
p { color: rgb(151,77,141); }
H1.HeaderClassName
{
color: #974D8D;
}
.AnyTagClassName
{
color: #974D8D;
}
</style>
background-color css
<style>
a { background-color: #974D8D; }
a { background-color: rgb(151,77,141); }
div.DivClassName
{
background-color: #974D8D;
}
.BgClassName
{
background-color: #974D8D;
}
</style>
border-color css
<style>
span { border-color: #974D8D; }
span { border-color: rgb(151,77,141); }
td.TdClassName
{
border-color: #974D8D;
}
.TagClassName
{
border-color: #974D8D;
}
</style>