Shades of Strikemaster #945876
Tints of Strikemaster #945876
RGB
CMYK
RGB Variations
Color information
#945876 (or 0x945876) is known color: Strikemaster. HEX triplet: 94, 58 and 76. RGB value is (148,88,118). Sum of RGB (Red+Green+Blue) = 148+88+118=354 (46% of max value = 765). Red value is 148 (58.20% from 255 or 41.81% from 354); Green value is 88 (34.77% from 255 or 24.86% from 354); Blue value is 118 (46.48% from 255 or 33.33% from 354); Max value from RGB is 148 - color contains mainly: red. Hex color #945876 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #945876 is #6BA789. Grayscale: #6D6D6D. Windows color (decimal): -7055242 or 7755924. OLE color: 7755924.
HSL color Cylindrical-coordinate representation of color #945876: hue angle of 330º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #945876 is Cyan = 0, Magento = 0.41, Yellow = 0.20 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 88 | 118 | - |
| CMYK | 0 | 0.41 | 0.20 | 0.42 |
| HSL | 330º | 0.25% | 0.46% | - |
| HSV(B) | 330º | 0.41% | 0.58% | - |
| XYZ | 18.97 | 14.58 | 18.95 | - |
| YUV | 109.36 | 132.88 | 155.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 88 | 118 | 0 | 0.41 | 0.20 | 0.42 | 330 | 0.25 | 0.46 |
| Hex | 94 | 58 | 76 | 0 | 29 | 14 | 2A | 14A | 19 | 2E |
| Octal | 224 | 130 | 166 | 0 | 51 | 24 | 52 | 512 | 31 | 56 |
| Binary | 10010100 | 1011000 | 1110110 | 0 | 101001 | 10100 | 101010 | 101001010 | 11001 | 101110 |
Color Harmonies of #945876
Complementary color
Monochromatic Colors of #945876
Black with #945876
Text Example
Text Example
White with #945876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #945876; }
p { color: rgb(148,88,118); }
H1.HeaderClassName
{
color: #945876;
}
.AnyTagClassName
{
color: #945876;
}
</style>
background-color css
<style>
a { background-color: #945876; }
a { background-color: rgb(148,88,118); }
div.DivClassName
{
background-color: #945876;
}
.BgClassName
{
background-color: #945876;
}
</style>
border-color css
<style>
span { border-color: #945876; }
span { border-color: rgb(148,88,118); }
td.TdClassName
{
border-color: #945876;
}
.TagClassName
{
border-color: #945876;
}
</style>