Shades of Strikemaster #945976
Tints of Strikemaster #945976
RGB
CMYK
RGB Variations
Color information
#945976 (or 0x945976) is known color: Strikemaster. HEX triplet: 94, 59 and 76. RGB value is (148,89,118). Sum of RGB (Red+Green+Blue) = 148+89+118=355 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.69% from 355); Green value is 89 (35.16% from 255 or 25.07% from 355); Blue value is 118 (46.48% from 255 or 33.24% from 355); Max value from RGB is 148 - color contains mainly: red. Hex color #945976 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #945976 is #6BA689. Grayscale: #6D6D6D. Windows color (decimal): -7054986 or 7756180. OLE color: 7756180.
HSL color Cylindrical-coordinate representation of color #945976: hue angle of 330.51º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #945976 is Cyan = 0, Magento = 0.40, Yellow = 0.20 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 89 | 118 | - |
| CMYK | 0 | 0.40 | 0.20 | 0.42 |
| HSL | 330.51º | 0.25% | 0.46% | - |
| HSV(B) | 330.51º | 0.4% | 0.58% | - |
| XYZ | 19.06 | 14.75 | 18.98 | - |
| YUV | 109.95 | 132.55 | 155.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 89 | 118 | 0 | 0.40 | 0.20 | 0.42 | 330.51 | 0.25 | 0.46 |
| Hex | 94 | 59 | 76 | 0 | 28 | 14 | 2A | 14B | 19 | 2E |
| Octal | 224 | 131 | 166 | 0 | 50 | 24 | 52 | 513 | 31 | 56 |
| Binary | 10010100 | 1011001 | 1110110 | 0 | 101000 | 10100 | 101010 | 101001011 | 11001 | 101110 |
Color Harmonies of #945976
Complementary color
Monochromatic Colors of #945976
Black with #945976
Text Example
Text Example
White with #945976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #945976; }
p { color: rgb(148,89,118); }
H1.HeaderClassName
{
color: #945976;
}
.AnyTagClassName
{
color: #945976;
}
</style>
background-color css
<style>
a { background-color: #945976; }
a { background-color: rgb(148,89,118); }
div.DivClassName
{
background-color: #945976;
}
.BgClassName
{
background-color: #945976;
}
</style>
border-color css
<style>
span { border-color: #945976; }
span { border-color: rgb(148,89,118); }
td.TdClassName
{
border-color: #945976;
}
.TagClassName
{
border-color: #945976;
}
</style>