Shades of Strikemaster #995C88
Tints of Strikemaster #995C88
RGB
CMYK
RGB Variations
Color information
#995C88 (or 0x995C88) is known color: Strikemaster. HEX triplet: 99, 5C and 88. RGB value is (153,92,136). Sum of RGB (Red+Green+Blue) = 153+92+136=381 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.16% from 381); Green value is 92 (36.33% from 255 or 24.15% from 381); Blue value is 136 (53.52% from 255 or 35.70% from 381); Max value from RGB is 153 - color contains mainly: red. Hex color #995C88 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #995C88 is #66A377. Grayscale: #737373. Windows color (decimal): -6726520 or 8936601. OLE color: 8936601.
HSL color Cylindrical-coordinate representation of color #995C88: hue angle of 316.72º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #995C88 is Cyan = 0, Magento = 0.40, Yellow = 0.11 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 92 | 136 | - |
| CMYK | 0 | 0.40 | 0.11 | 0.4 |
| HSL | 316.72º | 0.25% | 0.48% | - |
| HSV(B) | 316.72º | 0.4% | 0.6% | - |
| XYZ | 21.41 | 16.2 | 25.29 | - |
| YUV | 115.26 | 139.71 | 154.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 92 | 136 | 0 | 0.40 | 0.11 | 0.4 | 316.72 | 0.25 | 0.48 |
| Hex | 99 | 5C | 88 | 0 | 28 | B | 28 | 13D | 19 | 30 |
| Octal | 231 | 134 | 210 | 0 | 50 | 13 | 50 | 475 | 31 | 60 |
| Binary | 10011001 | 1011100 | 10001000 | 0 | 101000 | 1011 | 101000 | 100111101 | 11001 | 110000 |
Color Harmonies of #995C88
Complementary color
Monochromatic Colors of #995C88
Black with #995C88
Text Example
Text Example
White with #995C88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995C88; }
p { color: rgb(153,92,136); }
H1.HeaderClassName
{
color: #995C88;
}
.AnyTagClassName
{
color: #995C88;
}
</style>
background-color css
<style>
a { background-color: #995C88; }
a { background-color: rgb(153,92,136); }
div.DivClassName
{
background-color: #995C88;
}
.BgClassName
{
background-color: #995C88;
}
</style>
border-color css
<style>
span { border-color: #995C88; }
span { border-color: rgb(153,92,136); }
td.TdClassName
{
border-color: #995C88;
}
.TagClassName
{
border-color: #995C88;
}
</style>