Shades of Strikemaster #95557E
Tints of Strikemaster #95557E
RGB
CMYK
RGB Variations
Color information
#95557E (or 0x95557E) is known color: Strikemaster. HEX triplet: 95, 55 and 7E. RGB value is (149,85,126). Sum of RGB (Red+Green+Blue) = 149+85+126=360 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.39% from 360); Green value is 85 (33.59% from 255 or 23.61% from 360); Blue value is 126 (49.61% from 255 or 35% from 360); Max value from RGB is 149 - color contains mainly: red. Hex color #95557E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95557E is #6AAA81. Grayscale: #6C6C6C. Windows color (decimal): -6990466 or 8279445. OLE color: 8279445.
HSL color Cylindrical-coordinate representation of color #95557E: hue angle of 321.56º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #95557E is Cyan = 0, Magento = 0.43, Yellow = 0.15 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 85 | 126 | - |
| CMYK | 0 | 0.43 | 0.15 | 0.42 |
| HSL | 321.56º | 0.27% | 0.46% | - |
| HSV(B) | 321.56º | 0.43% | 0.58% | - |
| XYZ | 19.41 | 14.39 | 21.49 | - |
| YUV | 108.81 | 137.7 | 156.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 85 | 126 | 0 | 0.43 | 0.15 | 0.42 | 321.56 | 0.27 | 0.46 |
| Hex | 95 | 55 | 7E | 0 | 2B | F | 2A | 142 | 1B | 2E |
| Octal | 225 | 125 | 176 | 0 | 53 | 17 | 52 | 502 | 33 | 56 |
| Binary | 10010101 | 1010101 | 1111110 | 0 | 101011 | 1111 | 101010 | 101000010 | 11011 | 101110 |
Color Harmonies of #95557E
Complementary color
Monochromatic Colors of #95557E
Black with #95557E
Text Example
Text Example
White with #95557E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95557E; }
p { color: rgb(149,85,126); }
H1.HeaderClassName
{
color: #95557E;
}
.AnyTagClassName
{
color: #95557E;
}
</style>
background-color css
<style>
a { background-color: #95557E; }
a { background-color: rgb(149,85,126); }
div.DivClassName
{
background-color: #95557E;
}
.BgClassName
{
background-color: #95557E;
}
</style>
border-color css
<style>
span { border-color: #95557E; }
span { border-color: rgb(149,85,126); }
td.TdClassName
{
border-color: #95557E;
}
.TagClassName
{
border-color: #95557E;
}
</style>