Shades of Strikemaster #9D5C86
Tints of Strikemaster #9D5C86
RGB
CMYK
RGB Variations
Color information
#9D5C86 (or 0x9D5C86) is known color: Strikemaster. HEX triplet: 9D, 5C and 86. RGB value is (157,92,134). Sum of RGB (Red+Green+Blue) = 157+92+134=383 (50% of max value = 765). Red value is 157 (61.72% from 255 or 40.99% from 383); Green value is 92 (36.33% from 255 or 24.02% from 383); Blue value is 134 (52.73% from 255 or 34.99% from 383); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5C86 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D5C86 is #62A379. Grayscale: #747474. Windows color (decimal): -6464378 or 8805533. OLE color: 8805533.
HSL color Cylindrical-coordinate representation of color #9D5C86: hue angle of 321.23º degrees, saturation: 0.26, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9D5C86 is Cyan = 0, Magento = 0.41, Yellow = 0.15 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 92 | 134 | - |
| CMYK | 0 | 0.41 | 0.15 | 0.38 |
| HSL | 321.23º | 0.26% | 0.49% | - |
| HSV(B) | 321.23º | 0.41% | 0.62% | - |
| XYZ | 22.03 | 16.54 | 24.59 | - |
| YUV | 116.22 | 138.03 | 157.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 92 | 134 | 0 | 0.41 | 0.15 | 0.38 | 321.23 | 0.26 | 0.49 |
| Hex | 9D | 5C | 86 | 0 | 29 | F | 26 | 141 | 1A | 31 |
| Octal | 235 | 134 | 206 | 0 | 51 | 17 | 46 | 501 | 32 | 61 |
| Binary | 10011101 | 1011100 | 10000110 | 0 | 101001 | 1111 | 100110 | 101000001 | 11010 | 110001 |
Color Harmonies of #9D5C86
Complementary color
Monochromatic Colors of #9D5C86
Black with #9D5C86
Text Example
Text Example
White with #9D5C86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D5C86; }
p { color: rgb(157,92,134); }
H1.HeaderClassName
{
color: #9D5C86;
}
.AnyTagClassName
{
color: #9D5C86;
}
</style>
background-color css
<style>
a { background-color: #9D5C86; }
a { background-color: rgb(157,92,134); }
div.DivClassName
{
background-color: #9D5C86;
}
.BgClassName
{
background-color: #9D5C86;
}
</style>
border-color css
<style>
span { border-color: #9D5C86; }
span { border-color: rgb(157,92,134); }
td.TdClassName
{
border-color: #9D5C86;
}
.TagClassName
{
border-color: #9D5C86;
}
</style>