Shades of Strikemaster #9D6B86
Tints of Strikemaster #9D6B86
RGB
CMYK
RGB Variations
Color information
#9D6B86 (or 0x9D6B86) is known color: Strikemaster. HEX triplet: 9D, 6B and 86. RGB value is (157,107,134). Sum of RGB (Red+Green+Blue) = 157+107+134=398 (52% of max value = 765). Red value is 157 (61.72% from 255 or 39.45% from 398); Green value is 107 (42.19% from 255 or 26.88% from 398); Blue value is 134 (52.73% from 255 or 33.67% from 398); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6B86 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D6B86 is #629479. Grayscale: #7C7C7C. Windows color (decimal): -6460538 or 8809373. OLE color: 8809373.
HSL color Cylindrical-coordinate representation of color #9D6B86: hue angle of 327.6º degrees, saturation: 0.2, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9D6B86 is Cyan = 0, Magento = 0.32, Yellow = 0.15 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 107 | 134 | - |
| CMYK | 0 | 0.32 | 0.15 | 0.38 |
| HSL | 327.6º | 0.2% | 0.52% | - |
| HSV(B) | 327.6º | 0.32% | 0.62% | - |
| XYZ | 23.47 | 19.4 | 25.06 | - |
| YUV | 125.03 | 133.07 | 150.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 107 | 134 | 0 | 0.32 | 0.15 | 0.38 | 327.6 | 0.2 | 0.52 |
| Hex | 9D | 6B | 86 | 0 | 20 | F | 26 | 148 | 14 | 34 |
| Octal | 235 | 153 | 206 | 0 | 40 | 17 | 46 | 510 | 24 | 64 |
| Binary | 10011101 | 1101011 | 10000110 | 0 | 100000 | 1111 | 100110 | 101001000 | 10100 | 110100 |
Color Harmonies of #9D6B86
Complementary color
Monochromatic Colors of #9D6B86
Black with #9D6B86
Text Example
Text Example
White with #9D6B86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D6B86; }
p { color: rgb(157,107,134); }
H1.HeaderClassName
{
color: #9D6B86;
}
.AnyTagClassName
{
color: #9D6B86;
}
</style>
background-color css
<style>
a { background-color: #9D6B86; }
a { background-color: rgb(157,107,134); }
div.DivClassName
{
background-color: #9D6B86;
}
.BgClassName
{
background-color: #9D6B86;
}
</style>
border-color css
<style>
span { border-color: #9D6B86; }
span { border-color: rgb(157,107,134); }
td.TdClassName
{
border-color: #9D6B86;
}
.TagClassName
{
border-color: #9D6B86;
}
</style>