Shades of Strikemaster #974881
Tints of Strikemaster #974881
RGB
CMYK
RGB Variations
Color information
#974881 (or 0x974881) is known color: Strikemaster. HEX triplet: 97, 48 and 81. RGB value is (151,72,129). Sum of RGB (Red+Green+Blue) = 151+72+129=352 (46% of max value = 765). Red value is 151 (59.38% from 255 or 42.90% from 352); Green value is 72 (28.52% from 255 or 20.45% from 352); Blue value is 129 (50.78% from 255 or 36.65% from 352); Max value from RGB is 151 - color contains mainly: red. Hex color #974881 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #974881 is #68B77E. Grayscale: #656565. Windows color (decimal): -6862719 or 8472727. OLE color: 8472727.
HSL color Cylindrical-coordinate representation of color #974881: hue angle of 316.71º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #974881 is Cyan = 0, Magento = 0.52, Yellow = 0.15 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 72 | 129 | - |
| CMYK | 0 | 0.52 | 0.15 | 0.41 |
| HSL | 316.71º | 0.35% | 0.44% | - |
| HSV(B) | 316.71º | 0.52% | 0.59% | - |
| XYZ | 19.04 | 12.8 | 22.24 | - |
| YUV | 102.12 | 143.17 | 162.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 72 | 129 | 0 | 0.52 | 0.15 | 0.41 | 316.71 | 0.35 | 0.44 |
| Hex | 97 | 48 | 81 | 0 | 34 | F | 29 | 13D | 23 | 2C |
| Octal | 227 | 110 | 201 | 0 | 64 | 17 | 51 | 475 | 43 | 54 |
| Binary | 10010111 | 1001000 | 10000001 | 0 | 110100 | 1111 | 101001 | 100111101 | 100011 | 101100 |
Color Harmonies of #974881
Complementary color
Monochromatic Colors of #974881
Black with #974881
Text Example
Text Example
White with #974881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #974881; }
p { color: rgb(151,72,129); }
H1.HeaderClassName
{
color: #974881;
}
.AnyTagClassName
{
color: #974881;
}
</style>
background-color css
<style>
a { background-color: #974881; }
a { background-color: rgb(151,72,129); }
div.DivClassName
{
background-color: #974881;
}
.BgClassName
{
background-color: #974881;
}
</style>
border-color css
<style>
span { border-color: #974881; }
span { border-color: rgb(151,72,129); }
td.TdClassName
{
border-color: #974881;
}
.TagClassName
{
border-color: #974881;
}
</style>