Shades of Strikemaster #95587E
Tints of Strikemaster #95587E
RGB
CMYK
RGB Variations
Color information
#95587E (or 0x95587E) is known color: Strikemaster. HEX triplet: 95, 58 and 7E. RGB value is (149,88,126). Sum of RGB (Red+Green+Blue) = 149+88+126=363 (48% of max value = 765). Red value is 149 (58.59% from 255 or 41.05% from 363); Green value is 88 (34.77% from 255 or 24.24% from 363); Blue value is 126 (49.61% from 255 or 34.71% from 363); Max value from RGB is 149 - color contains mainly: red. Hex color #95587E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95587E is #6AA781. Grayscale: #6E6E6E. Windows color (decimal): -6989698 or 8280213. OLE color: 8280213.
HSL color Cylindrical-coordinate representation of color #95587E: hue angle of 322.62º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #95587E is Cyan = 0, Magento = 0.41, Yellow = 0.15 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 88 | 126 | - |
| CMYK | 0 | 0.41 | 0.15 | 0.42 |
| HSL | 322.62º | 0.26% | 0.46% | - |
| HSV(B) | 322.62º | 0.41% | 0.58% | - |
| XYZ | 19.65 | 14.88 | 21.57 | - |
| YUV | 110.57 | 136.71 | 155.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 88 | 126 | 0 | 0.41 | 0.15 | 0.42 | 322.62 | 0.26 | 0.46 |
| Hex | 95 | 58 | 7E | 0 | 29 | F | 2A | 143 | 1A | 2E |
| Octal | 225 | 130 | 176 | 0 | 51 | 17 | 52 | 503 | 32 | 56 |
| Binary | 10010101 | 1011000 | 1111110 | 0 | 101001 | 1111 | 101010 | 101000011 | 11010 | 101110 |
Color Harmonies of #95587E
Complementary color
Monochromatic Colors of #95587E
Black with #95587E
Text Example
Text Example
White with #95587E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95587E; }
p { color: rgb(149,88,126); }
H1.HeaderClassName
{
color: #95587E;
}
.AnyTagClassName
{
color: #95587E;
}
</style>
background-color css
<style>
a { background-color: #95587E; }
a { background-color: rgb(149,88,126); }
div.DivClassName
{
background-color: #95587E;
}
.BgClassName
{
background-color: #95587E;
}
</style>
border-color css
<style>
span { border-color: #95587E; }
span { border-color: rgb(149,88,126); }
td.TdClassName
{
border-color: #95587E;
}
.TagClassName
{
border-color: #95587E;
}
</style>