Shades of Strikemaster #955D89
Tints of Strikemaster #955D89
RGB
CMYK
RGB Variations
Color information
#955D89 (or 0x955D89) is known color: Strikemaster. HEX triplet: 95, 5D and 89. RGB value is (149,93,137). Sum of RGB (Red+Green+Blue) = 149+93+137=379 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.31% from 379); Green value is 93 (36.72% from 255 or 24.54% from 379); Blue value is 137 (53.91% from 255 or 36.15% from 379); Max value from RGB is 149 - color contains mainly: red. Hex color #955D89 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #955D89 is #6AA276. Grayscale: #727272. Windows color (decimal): -6988407 or 9002389. OLE color: 9002389.
HSL color Cylindrical-coordinate representation of color #955D89: hue angle of 312.86º degrees, saturation: 0.23, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #955D89 is Cyan = 0, Magento = 0.38, Yellow = 0.08 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 93 | 137 | - |
| CMYK | 0 | 0.38 | 0.08 | 0.42 |
| HSL | 312.86º | 0.23% | 0.47% | - |
| HSV(B) | 312.86º | 0.38% | 0.58% | - |
| XYZ | 20.82 | 16.02 | 25.66 | - |
| YUV | 114.76 | 140.55 | 152.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 93 | 137 | 0 | 0.38 | 0.08 | 0.42 | 312.86 | 0.23 | 0.47 |
| Hex | 95 | 5D | 89 | 0 | 26 | 8 | 2A | 139 | 17 | 2F |
| Octal | 225 | 135 | 211 | 0 | 46 | 10 | 52 | 471 | 27 | 57 |
| Binary | 10010101 | 1011101 | 10001001 | 0 | 100110 | 1000 | 101010 | 100111001 | 10111 | 101111 |
Color Harmonies of #955D89
Complementary color
Monochromatic Colors of #955D89
Black with #955D89
Text Example
Text Example
White with #955D89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955D89; }
p { color: rgb(149,93,137); }
H1.HeaderClassName
{
color: #955D89;
}
.AnyTagClassName
{
color: #955D89;
}
</style>
background-color css
<style>
a { background-color: #955D89; }
a { background-color: rgb(149,93,137); }
div.DivClassName
{
background-color: #955D89;
}
.BgClassName
{
background-color: #955D89;
}
</style>
border-color css
<style>
span { border-color: #955D89; }
span { border-color: rgb(149,93,137); }
td.TdClassName
{
border-color: #955D89;
}
.TagClassName
{
border-color: #955D89;
}
</style>