Shades of Strikemaster #955888
Tints of Strikemaster #955888
RGB
CMYK
RGB Variations
Color information
#955888 (or 0x955888) is known color: Strikemaster. HEX triplet: 95, 58 and 88. RGB value is (149,88,136). Sum of RGB (Red+Green+Blue) = 149+88+136=373 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.95% from 373); Green value is 88 (34.77% from 255 or 23.59% from 373); Blue value is 136 (53.52% from 255 or 36.46% from 373); Max value from RGB is 149 - color contains mainly: red. Hex color #955888 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #955888 is #6AA777. Grayscale: #6F6F6F. Windows color (decimal): -6989688 or 8935573. OLE color: 8935573.
HSL color Cylindrical-coordinate representation of color #955888: hue angle of 312.79º 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 #955888 is Cyan = 0, Magento = 0.41, Yellow = 0.09 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 88 | 136 | - |
| CMYK | 0 | 0.41 | 0.09 | 0.42 |
| HSL | 312.79º | 0.26% | 0.46% | - |
| HSV(B) | 312.79º | 0.41% | 0.58% | - |
| XYZ | 20.33 | 15.15 | 25.14 | - |
| YUV | 111.71 | 141.71 | 154.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 88 | 136 | 0 | 0.41 | 0.09 | 0.42 | 312.79 | 0.26 | 0.46 |
| Hex | 95 | 58 | 88 | 0 | 29 | 9 | 2A | 139 | 1A | 2E |
| Octal | 225 | 130 | 210 | 0 | 51 | 11 | 52 | 471 | 32 | 56 |
| Binary | 10010101 | 1011000 | 10001000 | 0 | 101001 | 1001 | 101010 | 100111001 | 11010 | 101110 |
Color Harmonies of #955888
Complementary color
Monochromatic Colors of #955888
Black with #955888
Text Example
Text Example
White with #955888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955888; }
p { color: rgb(149,88,136); }
H1.HeaderClassName
{
color: #955888;
}
.AnyTagClassName
{
color: #955888;
}
</style>
background-color css
<style>
a { background-color: #955888; }
a { background-color: rgb(149,88,136); }
div.DivClassName
{
background-color: #955888;
}
.BgClassName
{
background-color: #955888;
}
</style>
border-color css
<style>
span { border-color: #955888; }
span { border-color: rgb(149,88,136); }
td.TdClassName
{
border-color: #955888;
}
.TagClassName
{
border-color: #955888;
}
</style>