Shades of Strikemaster #9D6A86
Tints of Strikemaster #9D6A86
RGB
CMYK
RGB Variations
Color information
#9D6A86 (or 0x9D6A86) is known color: Strikemaster. HEX triplet: 9D, 6A and 86. RGB value is (157,106,134). Sum of RGB (Red+Green+Blue) = 157+106+134=397 (52% of max value = 765). Red value is 157 (61.72% from 255 or 39.55% from 397); Green value is 106 (41.80% from 255 or 26.70% from 397); Blue value is 134 (52.73% from 255 or 33.75% from 397); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6A86 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D6A86 is #629579. Grayscale: #7C7C7C. Windows color (decimal): -6460794 or 8809117. OLE color: 8809117.
HSL color Cylindrical-coordinate representation of color #9D6A86: hue angle of 327.06º degrees, saturation: 0.21, 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 #9D6A86 is Cyan = 0, Magento = 0.32, Yellow = 0.15 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 106 | 134 | - |
| CMYK | 0 | 0.32 | 0.15 | 0.38 |
| HSL | 327.06º | 0.21% | 0.52% | - |
| HSV(B) | 327.06º | 0.32% | 0.62% | - |
| XYZ | 23.36 | 19.2 | 25.03 | - |
| YUV | 124.44 | 133.4 | 151.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 106 | 134 | 0 | 0.32 | 0.15 | 0.38 | 327.06 | 0.21 | 0.52 |
| Hex | 9D | 6A | 86 | 0 | 20 | F | 26 | 147 | 15 | 34 |
| Octal | 235 | 152 | 206 | 0 | 40 | 17 | 46 | 507 | 25 | 64 |
| Binary | 10011101 | 1101010 | 10000110 | 0 | 100000 | 1111 | 100110 | 101000111 | 10101 | 110100 |
Color Harmonies of #9D6A86
Complementary color
Monochromatic Colors of #9D6A86
Black with #9D6A86
Text Example
Text Example
White with #9D6A86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D6A86; }
p { color: rgb(157,106,134); }
H1.HeaderClassName
{
color: #9D6A86;
}
.AnyTagClassName
{
color: #9D6A86;
}
</style>
background-color css
<style>
a { background-color: #9D6A86; }
a { background-color: rgb(157,106,134); }
div.DivClassName
{
background-color: #9D6A86;
}
.BgClassName
{
background-color: #9D6A86;
}
</style>
border-color css
<style>
span { border-color: #9D6A86; }
span { border-color: rgb(157,106,134); }
td.TdClassName
{
border-color: #9D6A86;
}
.TagClassName
{
border-color: #9D6A86;
}
</style>