Shades of Strikemaster #88617D
Tints of Strikemaster #88617D
RGB
CMYK
RGB Variations
Color information
#88617D (or 0x88617D) is known color: Strikemaster. HEX triplet: 88, 61 and 7D. RGB value is (136,97,125). Sum of RGB (Red+Green+Blue) = 136+97+125=358 (47% of max value = 765). Red value is 136 (53.52% from 255 or 37.99% from 358); Green value is 97 (38.28% from 255 or 27.09% from 358); Blue value is 125 (49.22% from 255 or 34.92% from 358); Max value from RGB is 136 - color contains mainly: red. Hex color #88617D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88617D is #779E82. Grayscale: #6F6F6F. Windows color (decimal): -7839363 or 8216968. OLE color: 8216968.
HSL color Cylindrical-coordinate representation of color #88617D: hue angle of 316.92º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #88617D is Cyan = 0, Magento = 0.29, Yellow = 0.08 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 97 | 125 | - |
| CMYK | 0 | 0.29 | 0.08 | 0.47 |
| HSL | 316.92º | 0.17% | 0.46% | - |
| HSV(B) | 316.92º | 0.29% | 0.53% | - |
| XYZ | 18.13 | 15.26 | 21.39 | - |
| YUV | 111.85 | 135.42 | 145.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 97 | 125 | 0 | 0.29 | 0.08 | 0.47 | 316.92 | 0.17 | 0.46 |
| Hex | 88 | 61 | 7D | 0 | 1D | 8 | 2F | 13D | 11 | 2E |
| Octal | 210 | 141 | 175 | 0 | 35 | 10 | 57 | 475 | 21 | 56 |
| Binary | 10001000 | 1100001 | 1111101 | 0 | 11101 | 1000 | 101111 | 100111101 | 10001 | 101110 |
Color Harmonies of #88617D
Complementary color
Monochromatic Colors of #88617D
Black with #88617D
Text Example
Text Example
White with #88617D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88617D; }
p { color: rgb(136,97,125); }
H1.HeaderClassName
{
color: #88617D;
}
.AnyTagClassName
{
color: #88617D;
}
</style>
background-color css
<style>
a { background-color: #88617D; }
a { background-color: rgb(136,97,125); }
div.DivClassName
{
background-color: #88617D;
}
.BgClassName
{
background-color: #88617D;
}
</style>
border-color css
<style>
span { border-color: #88617D; }
span { border-color: rgb(136,97,125); }
td.TdClassName
{
border-color: #88617D;
}
.TagClassName
{
border-color: #88617D;
}
</style>