Shades of Strikemaster #9D6C86
Tints of Strikemaster #9D6C86
RGB
CMYK
RGB Variations
Color information
#9D6C86 (or 0x9D6C86) is known color: Strikemaster. HEX triplet: 9D, 6C and 86. RGB value is (157,108,134). Sum of RGB (Red+Green+Blue) = 157+108+134=399 (52% of max value = 765). Red value is 157 (61.72% from 255 or 39.35% from 399); Green value is 108 (42.58% from 255 or 27.07% from 399); Blue value is 134 (52.73% from 255 or 33.58% from 399); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6C86 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D6C86 is #629379. Grayscale: #7D7D7D. Windows color (decimal): -6460282 or 8809629. OLE color: 8809629.
HSL color Cylindrical-coordinate representation of color #9D6C86: hue angle of 328.16º degrees, saturation: 0.2, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9D6C86 is Cyan = 0, Magento = 0.31, Yellow = 0.15 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 108 | 134 | - |
| CMYK | 0 | 0.31 | 0.15 | 0.38 |
| HSL | 328.16º | 0.2% | 0.52% | - |
| HSV(B) | 328.16º | 0.31% | 0.62% | - |
| XYZ | 23.57 | 19.61 | 25.1 | - |
| YUV | 125.62 | 132.73 | 150.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 108 | 134 | 0 | 0.31 | 0.15 | 0.38 | 328.16 | 0.2 | 0.52 |
| Hex | 9D | 6C | 86 | 0 | 1F | F | 26 | 148 | 14 | 34 |
| Octal | 235 | 154 | 206 | 0 | 37 | 17 | 46 | 510 | 24 | 64 |
| Binary | 10011101 | 1101100 | 10000110 | 0 | 11111 | 1111 | 100110 | 101001000 | 10100 | 110100 |
Color Harmonies of #9D6C86
Complementary color
Monochromatic Colors of #9D6C86
Black with #9D6C86
Text Example
Text Example
White with #9D6C86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D6C86; }
p { color: rgb(157,108,134); }
H1.HeaderClassName
{
color: #9D6C86;
}
.AnyTagClassName
{
color: #9D6C86;
}
</style>
background-color css
<style>
a { background-color: #9D6C86; }
a { background-color: rgb(157,108,134); }
div.DivClassName
{
background-color: #9D6C86;
}
.BgClassName
{
background-color: #9D6C86;
}
</style>
border-color css
<style>
span { border-color: #9D6C86; }
span { border-color: rgb(157,108,134); }
td.TdClassName
{
border-color: #9D6C86;
}
.TagClassName
{
border-color: #9D6C86;
}
</style>