Shades of Violet Blue #974B8B
Tints of Violet Blue #974B8B
RGB
CMYK
RGB Variations
Color information
#974B8B (or 0x974B8B) is known color: Violet Blue. HEX triplet: 97, 4B and 8B. RGB value is (151,75,139). Sum of RGB (Red+Green+Blue) = 151+75+139=365 (48% of max value = 765). Red value is 151 (59.38% from 255 or 41.37% from 365); Green value is 75 (29.69% from 255 or 20.55% from 365); Blue value is 139 (54.69% from 255 or 38.08% from 365); Max value from RGB is 151 - color contains mainly: red. Hex color #974B8B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #974B8B is #68B474. Grayscale: #686868. Windows color (decimal): -6861941 or 9128855. OLE color: 9128855.
HSL color Cylindrical-coordinate representation of color #974B8B: hue angle of 309.47º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #974B8B is Cyan = 0, Magento = 0.50, Yellow = 0.08 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 75 | 139 | - |
| CMYK | 0 | 0.50 | 0.08 | 0.41 |
| HSL | 309.47º | 0.34% | 0.44% | - |
| HSV(B) | 309.47º | 0.5% | 0.59% | - |
| XYZ | 19.94 | 13.48 | 25.98 | - |
| YUV | 105.02 | 147.18 | 160.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 75 | 139 | 0 | 0.50 | 0.08 | 0.41 | 309.47 | 0.34 | 0.44 |
| Hex | 97 | 4B | 8B | 0 | 32 | 8 | 29 | 135 | 22 | 2C |
| Octal | 227 | 113 | 213 | 0 | 62 | 10 | 51 | 465 | 42 | 54 |
| Binary | 10010111 | 1001011 | 10001011 | 0 | 110010 | 1000 | 101001 | 100110101 | 100010 | 101100 |
Color Harmonies of #974B8B
Complementary color
Monochromatic Colors of #974B8B
Black with #974B8B
Text Example
Text Example
White with #974B8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #974B8B; }
p { color: rgb(151,75,139); }
H1.HeaderClassName
{
color: #974B8B;
}
.AnyTagClassName
{
color: #974B8B;
}
</style>
background-color css
<style>
a { background-color: #974B8B; }
a { background-color: rgb(151,75,139); }
div.DivClassName
{
background-color: #974B8B;
}
.BgClassName
{
background-color: #974B8B;
}
</style>
border-color css
<style>
span { border-color: #974B8B; }
span { border-color: rgb(151,75,139); }
td.TdClassName
{
border-color: #974B8B;
}
.TagClassName
{
border-color: #974B8B;
}
</style>