Shades of Strikemaster #955178
Tints of Strikemaster #955178
RGB
CMYK
RGB Variations
Color information
#955178 (or 0x955178) is known color: Strikemaster. HEX triplet: 95, 51 and 78. RGB value is (149,81,120). Sum of RGB (Red+Green+Blue) = 149+81+120=350 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.57% from 350); Green value is 81 (32.03% from 255 or 23.14% from 350); Blue value is 120 (47.27% from 255 or 34.29% from 350); Max value from RGB is 149 - color contains mainly: red. Hex color #955178 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955178 is #6AAE87. Grayscale: #696969. Windows color (decimal): -6991496 or 7885205. OLE color: 7885205.
HSL color Cylindrical-coordinate representation of color #955178: hue angle of 325.59º 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 #955178 is Cyan = 0, Magento = 0.46, Yellow = 0.19 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 81 | 120 | - |
| CMYK | 0 | 0.46 | 0.19 | 0.42 |
| HSL | 325.59º | 0.3% | 0.45% | - |
| HSV(B) | 325.59º | 0.46% | 0.58% | - |
| XYZ | 18.73 | 13.63 | 19.41 | - |
| YUV | 105.78 | 136.03 | 158.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 81 | 120 | 0 | 0.46 | 0.19 | 0.42 | 325.59 | 0.3 | 0.45 |
| Hex | 95 | 51 | 78 | 0 | 2E | 13 | 2A | 146 | 1E | 2D |
| Octal | 225 | 121 | 170 | 0 | 56 | 23 | 52 | 506 | 36 | 55 |
| Binary | 10010101 | 1010001 | 1111000 | 0 | 101110 | 10011 | 101010 | 101000110 | 11110 | 101101 |
Color Harmonies of #955178
Complementary color
Monochromatic Colors of #955178
Black with #955178
Text Example
Text Example
White with #955178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955178; }
p { color: rgb(149,81,120); }
H1.HeaderClassName
{
color: #955178;
}
.AnyTagClassName
{
color: #955178;
}
</style>
background-color css
<style>
a { background-color: #955178; }
a { background-color: rgb(149,81,120); }
div.DivClassName
{
background-color: #955178;
}
.BgClassName
{
background-color: #955178;
}
</style>
border-color css
<style>
span { border-color: #955178; }
span { border-color: rgb(149,81,120); }
td.TdClassName
{
border-color: #955178;
}
.TagClassName
{
border-color: #955178;
}
</style>