Shades of Strikemaster #9D6687
Tints of Strikemaster #9D6687
RGB
CMYK
RGB Variations
Color information
#9D6687 (or 0x9D6687) is known color: Strikemaster. HEX triplet: 9D, 66 and 87. RGB value is (157,102,135). Sum of RGB (Red+Green+Blue) = 157+102+135=394 (52% of max value = 765). Red value is 157 (61.72% from 255 or 39.85% from 394); Green value is 102 (40.23% from 255 or 25.89% from 394); Blue value is 135 (53.12% from 255 or 34.26% from 394); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6687 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D6687 is #629978. Grayscale: #7A7A7A. Windows color (decimal): -6461817 or 8873629. OLE color: 8873629.
HSL color Cylindrical-coordinate representation of color #9D6687: hue angle of 324º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9D6687 is Cyan = 0, Magento = 0.35, Yellow = 0.14 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 102 | 135 | - |
| CMYK | 0 | 0.35 | 0.14 | 0.38 |
| HSL | 324º | 0.22% | 0.51% | - |
| HSV(B) | 324º | 0.35% | 0.62% | - |
| XYZ | 23.03 | 18.42 | 25.26 | - |
| YUV | 122.21 | 135.22 | 152.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 102 | 135 | 0 | 0.35 | 0.14 | 0.38 | 324 | 0.22 | 0.51 |
| Hex | 9D | 66 | 87 | 0 | 23 | E | 26 | 144 | 16 | 33 |
| Octal | 235 | 146 | 207 | 0 | 43 | 16 | 46 | 504 | 26 | 63 |
| Binary | 10011101 | 1100110 | 10000111 | 0 | 100011 | 1110 | 100110 | 101000100 | 10110 | 110011 |
Color Harmonies of #9D6687
Complementary color
Monochromatic Colors of #9D6687
Black with #9D6687
Text Example
Text Example
White with #9D6687
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D6687; }
p { color: rgb(157,102,135); }
H1.HeaderClassName
{
color: #9D6687;
}
.AnyTagClassName
{
color: #9D6687;
}
</style>
background-color css
<style>
a { background-color: #9D6687; }
a { background-color: rgb(157,102,135); }
div.DivClassName
{
background-color: #9D6687;
}
.BgClassName
{
background-color: #9D6687;
}
</style>
border-color css
<style>
span { border-color: #9D6687; }
span { border-color: rgb(157,102,135); }
td.TdClassName
{
border-color: #9D6687;
}
.TagClassName
{
border-color: #9D6687;
}
</style>