Shades of Strikemaster #885F7D
Tints of Strikemaster #885F7D
RGB
CMYK
RGB Variations
Color information
#885F7D (or 0x885F7D) is known color: Strikemaster. HEX triplet: 88, 5F and 7D. RGB value is (136,95,125). Sum of RGB (Red+Green+Blue) = 136+95+125=356 (47% of max value = 765). Red value is 136 (53.52% from 255 or 38.20% from 356); Green value is 95 (37.5% from 255 or 26.69% from 356); Blue value is 125 (49.22% from 255 or 35.11% from 356); Max value from RGB is 136 - color contains mainly: red. Hex color #885F7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885F7D is #77A082. Grayscale: #6E6E6E. Windows color (decimal): -7839875 or 8216456. OLE color: 8216456.
HSL color Cylindrical-coordinate representation of color #885F7D: hue angle of 316.1º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #885F7D is Cyan = 0, Magento = 0.30, Yellow = 0.08 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 95 | 125 | - |
| CMYK | 0 | 0.30 | 0.08 | 0.47 |
| HSL | 316.1º | 0.18% | 0.45% | - |
| HSV(B) | 316.1º | 0.3% | 0.53% | - |
| XYZ | 17.95 | 14.9 | 21.33 | - |
| YUV | 110.68 | 136.08 | 146.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 95 | 125 | 0 | 0.30 | 0.08 | 0.47 | 316.1 | 0.18 | 0.45 |
| Hex | 88 | 5F | 7D | 0 | 1E | 8 | 2F | 13C | 12 | 2D |
| Octal | 210 | 137 | 175 | 0 | 36 | 10 | 57 | 474 | 22 | 55 |
| Binary | 10001000 | 1011111 | 1111101 | 0 | 11110 | 1000 | 101111 | 100111100 | 10010 | 101101 |
Color Harmonies of #885F7D
Complementary color
Monochromatic Colors of #885F7D
Black with #885F7D
Text Example
Text Example
White with #885F7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885F7D; }
p { color: rgb(136,95,125); }
H1.HeaderClassName
{
color: #885F7D;
}
.AnyTagClassName
{
color: #885F7D;
}
</style>
background-color css
<style>
a { background-color: #885F7D; }
a { background-color: rgb(136,95,125); }
div.DivClassName
{
background-color: #885F7D;
}
.BgClassName
{
background-color: #885F7D;
}
</style>
border-color css
<style>
span { border-color: #885F7D; }
span { border-color: rgb(136,95,125); }
td.TdClassName
{
border-color: #885F7D;
}
.TagClassName
{
border-color: #885F7D;
}
</style>