Shades of Strikemaster #955176
Tints of Strikemaster #955176
RGB
CMYK
RGB Variations
Color information
#955176 (or 0x955176) is known color: Strikemaster. HEX triplet: 95, 51 and 76. RGB value is (149,81,118). Sum of RGB (Red+Green+Blue) = 149+81+118=348 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.82% from 348); Green value is 81 (32.03% from 255 or 23.28% from 348); Blue value is 118 (46.48% from 255 or 33.91% from 348); Max value from RGB is 149 - color contains mainly: red. Hex color #955176 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955176 is #6AAE89. Grayscale: #696969. Windows color (decimal): -6991498 or 7754133. OLE color: 7754133.
HSL color Cylindrical-coordinate representation of color #955176: hue angle of 327.35º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #955176 is Cyan = 0, Magento = 0.46, Yellow = 0.21 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 81 | 118 | - |
| CMYK | 0 | 0.46 | 0.21 | 0.42 |
| HSL | 327.35º | 0.3% | 0.45% | - |
| HSV(B) | 327.35º | 0.46% | 0.58% | - |
| XYZ | 18.61 | 13.58 | 18.78 | - |
| YUV | 105.55 | 135.03 | 158.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 81 | 118 | 0 | 0.46 | 0.21 | 0.42 | 327.35 | 0.3 | 0.45 |
| Hex | 95 | 51 | 76 | 0 | 2E | 15 | 2A | 147 | 1E | 2D |
| Octal | 225 | 121 | 166 | 0 | 56 | 25 | 52 | 507 | 36 | 55 |
| Binary | 10010101 | 1010001 | 1110110 | 0 | 101110 | 10101 | 101010 | 101000111 | 11110 | 101101 |
Color Harmonies of #955176
Complementary color
Monochromatic Colors of #955176
Black with #955176
Text Example
Text Example
White with #955176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955176; }
p { color: rgb(149,81,118); }
H1.HeaderClassName
{
color: #955176;
}
.AnyTagClassName
{
color: #955176;
}
</style>
background-color css
<style>
a { background-color: #955176; }
a { background-color: rgb(149,81,118); }
div.DivClassName
{
background-color: #955176;
}
.BgClassName
{
background-color: #955176;
}
</style>
border-color css
<style>
span { border-color: #955176; }
span { border-color: rgb(149,81,118); }
td.TdClassName
{
border-color: #955176;
}
.TagClassName
{
border-color: #955176;
}
</style>