Shades of Strikemaster #9D5481
Tints of Strikemaster #9D5481
RGB
CMYK
RGB Variations
Color information
#9D5481 (or 0x9D5481) is known color: Strikemaster. HEX triplet: 9D, 54 and 81. RGB value is (157,84,129). Sum of RGB (Red+Green+Blue) = 157+84+129=370 (49% of max value = 765). Red value is 157 (61.72% from 255 or 42.43% from 370); Green value is 84 (33.20% from 255 or 22.70% from 370); Blue value is 129 (50.78% from 255 or 34.86% from 370); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5481 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D5481 is #62AB7E. Grayscale: #6E6E6E. Windows color (decimal): -6466431 or 8475805. OLE color: 8475805.
HSL color Cylindrical-coordinate representation of color #9D5481: hue angle of 323.01º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9D5481 is Cyan = 0, Magento = 0.46, Yellow = 0.18 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 84 | 129 | - |
| CMYK | 0 | 0.46 | 0.18 | 0.38 |
| HSL | 323.01º | 0.3% | 0.47% | - |
| HSV(B) | 323.01º | 0.46% | 0.62% | - |
| XYZ | 21.04 | 15.09 | 22.57 | - |
| YUV | 110.96 | 138.18 | 160.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 84 | 129 | 0 | 0.46 | 0.18 | 0.38 | 323.01 | 0.3 | 0.47 |
| Hex | 9D | 54 | 81 | 0 | 2E | 12 | 26 | 143 | 1E | 2F |
| Octal | 235 | 124 | 201 | 0 | 56 | 22 | 46 | 503 | 36 | 57 |
| Binary | 10011101 | 1010100 | 10000001 | 0 | 101110 | 10010 | 100110 | 101000011 | 11110 | 101111 |
Color Harmonies of #9D5481
Complementary color
Monochromatic Colors of #9D5481
Black with #9D5481
Text Example
Text Example
White with #9D5481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D5481; }
p { color: rgb(157,84,129); }
H1.HeaderClassName
{
color: #9D5481;
}
.AnyTagClassName
{
color: #9D5481;
}
</style>
background-color css
<style>
a { background-color: #9D5481; }
a { background-color: rgb(157,84,129); }
div.DivClassName
{
background-color: #9D5481;
}
.BgClassName
{
background-color: #9D5481;
}
</style>
border-color css
<style>
span { border-color: #9D5481; }
span { border-color: rgb(157,84,129); }
td.TdClassName
{
border-color: #9D5481;
}
.TagClassName
{
border-color: #9D5481;
}
</style>