Shades of Strikemaster #9D5286
Tints of Strikemaster #9D5286
RGB
CMYK
RGB Variations
Color information
#9D5286 (or 0x9D5286) is known color: Strikemaster. HEX triplet: 9D, 52 and 86. RGB value is (157,82,134). Sum of RGB (Red+Green+Blue) = 157+82+134=373 (49% of max value = 765). Red value is 157 (61.72% from 255 or 42.09% from 373); Green value is 82 (32.42% from 255 or 21.98% from 373); Blue value is 134 (52.73% from 255 or 35.92% from 373); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5286 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D5286 is #62AD79. Grayscale: #6E6E6E. Windows color (decimal): -6466938 or 8802973. OLE color: 8802973.
HSL color Cylindrical-coordinate representation of color #9D5286: hue angle of 318.4º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9D5286 is Cyan = 0, Magento = 0.48, Yellow = 0.15 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 82 | 134 | - |
| CMYK | 0 | 0.48 | 0.15 | 0.38 |
| HSL | 318.4º | 0.31% | 0.47% | - |
| HSV(B) | 318.4º | 0.48% | 0.62% | - |
| XYZ | 21.23 | 14.92 | 24.32 | - |
| YUV | 110.35 | 141.35 | 161.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 82 | 134 | 0 | 0.48 | 0.15 | 0.38 | 318.4 | 0.31 | 0.47 |
| Hex | 9D | 52 | 86 | 0 | 30 | F | 26 | 13E | 1F | 2F |
| Octal | 235 | 122 | 206 | 0 | 60 | 17 | 46 | 476 | 37 | 57 |
| Binary | 10011101 | 1010010 | 10000110 | 0 | 110000 | 1111 | 100110 | 100111110 | 11111 | 101111 |
Color Harmonies of #9D5286
Complementary color
Monochromatic Colors of #9D5286
Black with #9D5286
Text Example
Text Example
White with #9D5286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D5286; }
p { color: rgb(157,82,134); }
H1.HeaderClassName
{
color: #9D5286;
}
.AnyTagClassName
{
color: #9D5286;
}
</style>
background-color css
<style>
a { background-color: #9D5286; }
a { background-color: rgb(157,82,134); }
div.DivClassName
{
background-color: #9D5286;
}
.BgClassName
{
background-color: #9D5286;
}
</style>
border-color css
<style>
span { border-color: #9D5286; }
span { border-color: rgb(157,82,134); }
td.TdClassName
{
border-color: #9D5286;
}
.TagClassName
{
border-color: #9D5286;
}
</style>