Shades of Strikemaster #955D88
Tints of Strikemaster #955D88
RGB
CMYK
RGB Variations
Color information
#955D88 (or 0x955D88) is known color: Strikemaster. HEX triplet: 95, 5D and 88. RGB value is (149,93,136). Sum of RGB (Red+Green+Blue) = 149+93+136=378 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.42% from 378); Green value is 93 (36.72% from 255 or 24.60% from 378); Blue value is 136 (53.52% from 255 or 35.98% from 378); Max value from RGB is 149 - color contains mainly: red. Hex color #955D88 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #955D88 is #6AA277. Grayscale: #727272. Windows color (decimal): -6988408 or 8936853. OLE color: 8936853.
HSL color Cylindrical-coordinate representation of color #955D88: hue angle of 313.93º 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 #955D88 is Cyan = 0, Magento = 0.38, Yellow = 0.09 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 93 | 136 | - |
| CMYK | 0 | 0.38 | 0.09 | 0.42 |
| HSL | 313.93º | 0.23% | 0.47% | - |
| HSV(B) | 313.93º | 0.38% | 0.58% | - |
| XYZ | 20.75 | 16 | 25.29 | - |
| YUV | 114.65 | 140.05 | 152.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 93 | 136 | 0 | 0.38 | 0.09 | 0.42 | 313.93 | 0.23 | 0.47 |
| Hex | 95 | 5D | 88 | 0 | 26 | 9 | 2A | 13A | 17 | 2F |
| Octal | 225 | 135 | 210 | 0 | 46 | 11 | 52 | 472 | 27 | 57 |
| Binary | 10010101 | 1011101 | 10001000 | 0 | 100110 | 1001 | 101010 | 100111010 | 10111 | 101111 |
Color Harmonies of #955D88
Complementary color
Monochromatic Colors of #955D88
Black with #955D88
Text Example
Text Example
White with #955D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955D88; }
p { color: rgb(149,93,136); }
H1.HeaderClassName
{
color: #955D88;
}
.AnyTagClassName
{
color: #955D88;
}
</style>
background-color css
<style>
a { background-color: #955D88; }
a { background-color: rgb(149,93,136); }
div.DivClassName
{
background-color: #955D88;
}
.BgClassName
{
background-color: #955D88;
}
</style>
border-color css
<style>
span { border-color: #955D88; }
span { border-color: rgb(149,93,136); }
td.TdClassName
{
border-color: #955D88;
}
.TagClassName
{
border-color: #955D88;
}
</style>