Shades of Strikemaster #9D6287
Tints of Strikemaster #9D6287
RGB
CMYK
RGB Variations
Color information
#9D6287 (or 0x9D6287) is known color: Strikemaster. HEX triplet: 9D, 62 and 87. RGB value is (157,98,135). Sum of RGB (Red+Green+Blue) = 157+98+135=390 (51% of max value = 765). Red value is 157 (61.72% from 255 or 40.26% from 390); Green value is 98 (38.67% from 255 or 25.13% from 390); Blue value is 135 (53.12% from 255 or 34.62% from 390); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6287 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D6287 is #629D78. Grayscale: #777777. Windows color (decimal): -6462841 or 8872605. OLE color: 8872605.
HSL color Cylindrical-coordinate representation of color #9D6287: hue angle of 322.37º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9D6287 is Cyan = 0, Magento = 0.38, Yellow = 0.14 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 98 | 135 | - |
| CMYK | 0 | 0.38 | 0.14 | 0.38 |
| HSL | 322.37º | 0.23% | 0.5% | - |
| HSV(B) | 322.37º | 0.38% | 0.62% | - |
| XYZ | 22.65 | 17.65 | 25.14 | - |
| YUV | 119.86 | 136.55 | 154.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 98 | 135 | 0 | 0.38 | 0.14 | 0.38 | 322.37 | 0.23 | 0.5 |
| Hex | 9D | 62 | 87 | 0 | 26 | E | 26 | 142 | 17 | 32 |
| Octal | 235 | 142 | 207 | 0 | 46 | 16 | 46 | 502 | 27 | 62 |
| Binary | 10011101 | 1100010 | 10000111 | 0 | 100110 | 1110 | 100110 | 101000010 | 10111 | 110010 |
Color Harmonies of #9D6287
Complementary color
Monochromatic Colors of #9D6287
Black with #9D6287
Text Example
Text Example
White with #9D6287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D6287; }
p { color: rgb(157,98,135); }
H1.HeaderClassName
{
color: #9D6287;
}
.AnyTagClassName
{
color: #9D6287;
}
</style>
background-color css
<style>
a { background-color: #9D6287; }
a { background-color: rgb(157,98,135); }
div.DivClassName
{
background-color: #9D6287;
}
.BgClassName
{
background-color: #9D6287;
}
</style>
border-color css
<style>
span { border-color: #9D6287; }
span { border-color: rgb(157,98,135); }
td.TdClassName
{
border-color: #9D6287;
}
.TagClassName
{
border-color: #9D6287;
}
</style>