Shades of Strikemaster #995C86
Tints of Strikemaster #995C86
RGB
CMYK
RGB Variations
Color information
#995C86 (or 0x995C86) is known color: Strikemaster. HEX triplet: 99, 5C and 86. RGB value is (153,92,134). Sum of RGB (Red+Green+Blue) = 153+92+134=379 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.37% from 379); Green value is 92 (36.33% from 255 or 24.27% from 379); Blue value is 134 (52.73% from 255 or 35.36% from 379); Max value from RGB is 153 - color contains mainly: red. Hex color #995C86 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #995C86 is #66A379. Grayscale: #727272. Windows color (decimal): -6726522 or 8805529. OLE color: 8805529.
HSL color Cylindrical-coordinate representation of color #995C86: hue angle of 318.69º 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 #995C86 is Cyan = 0, Magento = 0.40, Yellow = 0.12 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 92 | 134 | - |
| CMYK | 0 | 0.40 | 0.12 | 0.4 |
| HSL | 318.69º | 0.25% | 0.48% | - |
| HSV(B) | 318.69º | 0.4% | 0.6% | - |
| XYZ | 21.27 | 16.15 | 24.55 | - |
| YUV | 115.03 | 138.71 | 155.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 92 | 134 | 0 | 0.40 | 0.12 | 0.4 | 318.69 | 0.25 | 0.48 |
| Hex | 99 | 5C | 86 | 0 | 28 | C | 28 | 13F | 19 | 30 |
| Octal | 231 | 134 | 206 | 0 | 50 | 14 | 50 | 477 | 31 | 60 |
| Binary | 10011001 | 1011100 | 10000110 | 0 | 101000 | 1100 | 101000 | 100111111 | 11001 | 110000 |
Color Harmonies of #995C86
Complementary color
Monochromatic Colors of #995C86
Black with #995C86
Text Example
Text Example
White with #995C86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995C86; }
p { color: rgb(153,92,134); }
H1.HeaderClassName
{
color: #995C86;
}
.AnyTagClassName
{
color: #995C86;
}
</style>
background-color css
<style>
a { background-color: #995C86; }
a { background-color: rgb(153,92,134); }
div.DivClassName
{
background-color: #995C86;
}
.BgClassName
{
background-color: #995C86;
}
</style>
border-color css
<style>
span { border-color: #995C86; }
span { border-color: rgb(153,92,134); }
td.TdClassName
{
border-color: #995C86;
}
.TagClassName
{
border-color: #995C86;
}
</style>