Shades of Strikemaster #95587A
Tints of Strikemaster #95587A
RGB
CMYK
RGB Variations
Color information
#95587A (or 0x95587A) is known color: Strikemaster. HEX triplet: 95, 58 and 7A. RGB value is (149,88,122). Sum of RGB (Red+Green+Blue) = 149+88+122=359 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.50% from 359); Green value is 88 (34.77% from 255 or 24.51% from 359); Blue value is 122 (48.05% from 255 or 33.98% from 359); Max value from RGB is 149 - color contains mainly: red. Hex color #95587A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95587A is #6AA785. Grayscale: #6E6E6E. Windows color (decimal): -6989702 or 8018069. OLE color: 8018069.
HSL color Cylindrical-coordinate representation of color #95587A: hue angle of 326.56º 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 #95587A is Cyan = 0, Magento = 0.41, Yellow = 0.18 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 88 | 122 | - |
| CMYK | 0 | 0.41 | 0.18 | 0.42 |
| HSL | 326.56º | 0.26% | 0.46% | - |
| HSV(B) | 326.56º | 0.41% | 0.58% | - |
| XYZ | 19.4 | 14.77 | 20.24 | - |
| YUV | 110.12 | 134.71 | 155.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 88 | 122 | 0 | 0.41 | 0.18 | 0.42 | 326.56 | 0.26 | 0.46 |
| Hex | 95 | 58 | 7A | 0 | 29 | 12 | 2A | 147 | 1A | 2E |
| Octal | 225 | 130 | 172 | 0 | 51 | 22 | 52 | 507 | 32 | 56 |
| Binary | 10010101 | 1011000 | 1111010 | 0 | 101001 | 10010 | 101010 | 101000111 | 11010 | 101110 |
Color Harmonies of #95587A
Complementary color
Monochromatic Colors of #95587A
Black with #95587A
Text Example
Text Example
White with #95587A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95587A; }
p { color: rgb(149,88,122); }
H1.HeaderClassName
{
color: #95587A;
}
.AnyTagClassName
{
color: #95587A;
}
</style>
background-color css
<style>
a { background-color: #95587A; }
a { background-color: rgb(149,88,122); }
div.DivClassName
{
background-color: #95587A;
}
.BgClassName
{
background-color: #95587A;
}
</style>
border-color css
<style>
span { border-color: #95587A; }
span { border-color: rgb(149,88,122); }
td.TdClassName
{
border-color: #95587A;
}
.TagClassName
{
border-color: #95587A;
}
</style>