Shades of Strikemaster #955276
Tints of Strikemaster #955276
RGB
CMYK
RGB Variations
Color information
#955276 (or 0x955276) is known color: Strikemaster. HEX triplet: 95, 52 and 76. RGB value is (149,82,118). Sum of RGB (Red+Green+Blue) = 149+82+118=349 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.69% from 349); Green value is 82 (32.42% from 255 or 23.50% from 349); Blue value is 118 (46.48% from 255 or 33.81% from 349); Max value from RGB is 149 - color contains mainly: red. Hex color #955276 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955276 is #6AAD89. Grayscale: #6A6A6A. Windows color (decimal): -6991242 or 7754389. OLE color: 7754389.
HSL color Cylindrical-coordinate representation of color #955276: hue angle of 327.76º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #955276 is Cyan = 0, Magento = 0.45, Yellow = 0.21 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 82 | 118 | - |
| CMYK | 0 | 0.45 | 0.21 | 0.42 |
| HSL | 327.76º | 0.29% | 0.45% | - |
| HSV(B) | 327.76º | 0.45% | 0.58% | - |
| XYZ | 18.68 | 13.73 | 18.81 | - |
| YUV | 106.14 | 134.7 | 158.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 82 | 118 | 0 | 0.45 | 0.21 | 0.42 | 327.76 | 0.29 | 0.45 |
| Hex | 95 | 52 | 76 | 0 | 2D | 15 | 2A | 148 | 1D | 2D |
| Octal | 225 | 122 | 166 | 0 | 55 | 25 | 52 | 510 | 35 | 55 |
| Binary | 10010101 | 1010010 | 1110110 | 0 | 101101 | 10101 | 101010 | 101001000 | 11101 | 101101 |
Color Harmonies of #955276
Complementary color
Monochromatic Colors of #955276
Black with #955276
Text Example
Text Example
White with #955276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955276; }
p { color: rgb(149,82,118); }
H1.HeaderClassName
{
color: #955276;
}
.AnyTagClassName
{
color: #955276;
}
</style>
background-color css
<style>
a { background-color: #955276; }
a { background-color: rgb(149,82,118); }
div.DivClassName
{
background-color: #955276;
}
.BgClassName
{
background-color: #955276;
}
</style>
border-color css
<style>
span { border-color: #955276; }
span { border-color: rgb(149,82,118); }
td.TdClassName
{
border-color: #955276;
}
.TagClassName
{
border-color: #955276;
}
</style>