Shades of Strikemaster #974A7B
Tints of Strikemaster #974A7B
RGB
CMYK
RGB Variations
Color information
#974A7B (or 0x974A7B) is known color: Strikemaster. HEX triplet: 97, 4A and 7B. RGB value is (151,74,123). Sum of RGB (Red+Green+Blue) = 151+74+123=348 (46% of max value = 765). Red value is 151 (59.38% from 255 or 43.39% from 348); Green value is 74 (29.30% from 255 or 21.26% from 348); Blue value is 123 (48.44% from 255 or 35.34% from 348); Max value from RGB is 151 - color contains mainly: red. Hex color #974A7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #974A7B is #68B584. Grayscale: #666666. Windows color (decimal): -6862213 or 8080023. OLE color: 8080023.
HSL color Cylindrical-coordinate representation of color #974A7B: hue angle of 321.82º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #974A7B is Cyan = 0, Magento = 0.51, Yellow = 0.19 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 74 | 123 | - |
| CMYK | 0 | 0.51 | 0.19 | 0.41 |
| HSL | 321.82º | 0.34% | 0.44% | - |
| HSV(B) | 321.82º | 0.51% | 0.59% | - |
| XYZ | 18.79 | 12.91 | 20.24 | - |
| YUV | 102.61 | 139.51 | 162.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 74 | 123 | 0 | 0.51 | 0.19 | 0.41 | 321.82 | 0.34 | 0.44 |
| Hex | 97 | 4A | 7B | 0 | 33 | 13 | 29 | 142 | 22 | 2C |
| Octal | 227 | 112 | 173 | 0 | 63 | 23 | 51 | 502 | 42 | 54 |
| Binary | 10010111 | 1001010 | 1111011 | 0 | 110011 | 10011 | 101001 | 101000010 | 100010 | 101100 |
Color Harmonies of #974A7B
Complementary color
Monochromatic Colors of #974A7B
Black with #974A7B
Text Example
Text Example
White with #974A7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #974A7B; }
p { color: rgb(151,74,123); }
H1.HeaderClassName
{
color: #974A7B;
}
.AnyTagClassName
{
color: #974A7B;
}
</style>
background-color css
<style>
a { background-color: #974A7B; }
a { background-color: rgb(151,74,123); }
div.DivClassName
{
background-color: #974A7B;
}
.BgClassName
{
background-color: #974A7B;
}
</style>
border-color css
<style>
span { border-color: #974A7B; }
span { border-color: rgb(151,74,123); }
td.TdClassName
{
border-color: #974A7B;
}
.TagClassName
{
border-color: #974A7B;
}
</style>