Shades of Strikemaster #955876
Tints of Strikemaster #955876
RGB
CMYK
RGB Variations
Color information
#955876 (or 0x955876) is known color: Strikemaster. HEX triplet: 95, 58 and 76. RGB value is (149,88,118). Sum of RGB (Red+Green+Blue) = 149+88+118=355 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.97% from 355); Green value is 88 (34.77% from 255 or 24.79% from 355); Blue value is 118 (46.48% from 255 or 33.24% from 355); Max value from RGB is 149 - color contains mainly: red. Hex color #955876 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955876 is #6AA789. Grayscale: #6D6D6D. Windows color (decimal): -6989706 or 7755925. OLE color: 7755925.
HSL color Cylindrical-coordinate representation of color #955876: hue angle of 330.49º degrees, saturation: 0.26, 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 #955876 is Cyan = 0, Magento = 0.41, Yellow = 0.21 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 88 | 118 | - |
| CMYK | 0 | 0.41 | 0.21 | 0.42 |
| HSL | 330.49º | 0.26% | 0.46% | - |
| HSV(B) | 330.49º | 0.41% | 0.58% | - |
| XYZ | 19.15 | 14.68 | 18.96 | - |
| YUV | 109.66 | 132.71 | 156.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 88 | 118 | 0 | 0.41 | 0.21 | 0.42 | 330.49 | 0.26 | 0.46 |
| Hex | 95 | 58 | 76 | 0 | 29 | 15 | 2A | 14A | 1A | 2E |
| Octal | 225 | 130 | 166 | 0 | 51 | 25 | 52 | 512 | 32 | 56 |
| Binary | 10010101 | 1011000 | 1110110 | 0 | 101001 | 10101 | 101010 | 101001010 | 11010 | 101110 |
Color Harmonies of #955876
Complementary color
Monochromatic Colors of #955876
Black with #955876
Text Example
Text Example
White with #955876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955876; }
p { color: rgb(149,88,118); }
H1.HeaderClassName
{
color: #955876;
}
.AnyTagClassName
{
color: #955876;
}
</style>
background-color css
<style>
a { background-color: #955876; }
a { background-color: rgb(149,88,118); }
div.DivClassName
{
background-color: #955876;
}
.BgClassName
{
background-color: #955876;
}
</style>
border-color css
<style>
span { border-color: #955876; }
span { border-color: rgb(149,88,118); }
td.TdClassName
{
border-color: #955876;
}
.TagClassName
{
border-color: #955876;
}
</style>