Shades of Violet Blue #974B92
Tints of Violet Blue #974B92
RGB
CMYK
RGB Variations
Color information
#974B92 (or 0x974B92) is known color: Violet Blue. HEX triplet: 97, 4B and 92. RGB value is (151,75,146). Sum of RGB (Red+Green+Blue) = 151+75+146=372 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.59% from 372); Green value is 75 (29.69% from 255 or 20.16% from 372); Blue value is 146 (57.42% from 255 or 39.25% from 372); Max value from RGB is 151 - color contains mainly: red. Hex color #974B92 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #974B92 is #68B46D. Grayscale: #696969. Windows color (decimal): -6861934 or 9587607. OLE color: 9587607.
HSL color Cylindrical-coordinate representation of color #974B92: hue angle of 303.95º 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 #974B92 is Cyan = 0, Magento = 0.50, Yellow = 0.03 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 75 | 146 | - |
| CMYK | 0 | 0.50 | 0.03 | 0.41 |
| HSL | 303.95º | 0.34% | 0.44% | - |
| HSV(B) | 303.95º | 0.5% | 0.59% | - |
| XYZ | 20.47 | 13.69 | 28.76 | - |
| YUV | 105.82 | 150.68 | 160.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 75 | 146 | 0 | 0.50 | 0.03 | 0.41 | 303.95 | 0.34 | 0.44 |
| Hex | 97 | 4B | 92 | 0 | 32 | 3 | 29 | 130 | 22 | 2C |
| Octal | 227 | 113 | 222 | 0 | 62 | 3 | 51 | 460 | 42 | 54 |
| Binary | 10010111 | 1001011 | 10010010 | 0 | 110010 | 11 | 101001 | 100110000 | 100010 | 101100 |
Color Harmonies of #974B92
Complementary color
Monochromatic Colors of #974B92
Black with #974B92
Text Example
Text Example
White with #974B92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #974B92; }
p { color: rgb(151,75,146); }
H1.HeaderClassName
{
color: #974B92;
}
.AnyTagClassName
{
color: #974B92;
}
</style>
background-color css
<style>
a { background-color: #974B92; }
a { background-color: rgb(151,75,146); }
div.DivClassName
{
background-color: #974B92;
}
.BgClassName
{
background-color: #974B92;
}
</style>
border-color css
<style>
span { border-color: #974B92; }
span { border-color: rgb(151,75,146); }
td.TdClassName
{
border-color: #974B92;
}
.TagClassName
{
border-color: #974B92;
}
</style>