Shades of Strikemaster #955179
Tints of Strikemaster #955179
RGB
CMYK
RGB Variations
Color information
#955179 (or 0x955179) is known color: Strikemaster. HEX triplet: 95, 51 and 79. RGB value is (149,81,121). Sum of RGB (Red+Green+Blue) = 149+81+121=351 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.45% from 351); Green value is 81 (32.03% from 255 or 23.08% from 351); Blue value is 121 (47.66% from 255 or 34.47% from 351); Max value from RGB is 149 - color contains mainly: red. Hex color #955179 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955179 is #6AAE86. Grayscale: #696969. Windows color (decimal): -6991495 or 7950741. OLE color: 7950741.
HSL color Cylindrical-coordinate representation of color #955179: hue angle of 324.71º 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 #955179 is Cyan = 0, Magento = 0.46, Yellow = 0.19 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 81 | 121 | - |
| CMYK | 0 | 0.46 | 0.19 | 0.42 |
| HSL | 324.71º | 0.3% | 0.45% | - |
| HSV(B) | 324.71º | 0.46% | 0.58% | - |
| XYZ | 18.79 | 13.65 | 19.73 | - |
| YUV | 105.89 | 136.53 | 158.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 81 | 121 | 0 | 0.46 | 0.19 | 0.42 | 324.71 | 0.3 | 0.45 |
| Hex | 95 | 51 | 79 | 0 | 2E | 13 | 2A | 145 | 1E | 2D |
| Octal | 225 | 121 | 171 | 0 | 56 | 23 | 52 | 505 | 36 | 55 |
| Binary | 10010101 | 1010001 | 1111001 | 0 | 101110 | 10011 | 101010 | 101000101 | 11110 | 101101 |
Color Harmonies of #955179
Complementary color
Monochromatic Colors of #955179
Black with #955179
Text Example
Text Example
White with #955179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955179; }
p { color: rgb(149,81,121); }
H1.HeaderClassName
{
color: #955179;
}
.AnyTagClassName
{
color: #955179;
}
</style>
background-color css
<style>
a { background-color: #955179; }
a { background-color: rgb(149,81,121); }
div.DivClassName
{
background-color: #955179;
}
.BgClassName
{
background-color: #955179;
}
</style>
border-color css
<style>
span { border-color: #955179; }
span { border-color: rgb(149,81,121); }
td.TdClassName
{
border-color: #955179;
}
.TagClassName
{
border-color: #955179;
}
</style>