Shades of Strikemaster #9D4C83
Tints of Strikemaster #9D4C83
RGB
CMYK
RGB Variations
Color information
#9D4C83 (or 0x9D4C83) is known color: Strikemaster. HEX triplet: 9D, 4C and 83. RGB value is (157,76,131). Sum of RGB (Red+Green+Blue) = 157+76+131=364 (48% of max value = 765). Red value is 157 (61.72% from 255 or 43.13% from 364); Green value is 76 (30.08% from 255 or 20.88% from 364); Blue value is 131 (51.56% from 255 or 35.99% from 364); Max value from RGB is 157 - color contains mainly: red. Hex color #9D4C83 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D4C83 is #62B37C. Grayscale: #6A6A6A. Windows color (decimal): -6468477 or 8604829. OLE color: 8604829.
HSL color Cylindrical-coordinate representation of color #9D4C83: hue angle of 319.26º degrees, saturation: 0.35, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9D4C83 is Cyan = 0, Magento = 0.52, Yellow = 0.17 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 76 | 131 | - |
| CMYK | 0 | 0.52 | 0.17 | 0.38 |
| HSL | 319.26º | 0.35% | 0.46% | - |
| HSV(B) | 319.26º | 0.52% | 0.62% | - |
| XYZ | 20.59 | 13.98 | 23.09 | - |
| YUV | 106.49 | 141.84 | 164.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 76 | 131 | 0 | 0.52 | 0.17 | 0.38 | 319.26 | 0.35 | 0.46 |
| Hex | 9D | 4C | 83 | 0 | 34 | 11 | 26 | 13F | 23 | 2E |
| Octal | 235 | 114 | 203 | 0 | 64 | 21 | 46 | 477 | 43 | 56 |
| Binary | 10011101 | 1001100 | 10000011 | 0 | 110100 | 10001 | 100110 | 100111111 | 100011 | 101110 |
Color Harmonies of #9D4C83
Complementary color
Monochromatic Colors of #9D4C83
Black with #9D4C83
Text Example
Text Example
White with #9D4C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D4C83; }
p { color: rgb(157,76,131); }
H1.HeaderClassName
{
color: #9D4C83;
}
.AnyTagClassName
{
color: #9D4C83;
}
</style>
background-color css
<style>
a { background-color: #9D4C83; }
a { background-color: rgb(157,76,131); }
div.DivClassName
{
background-color: #9D4C83;
}
.BgClassName
{
background-color: #9D4C83;
}
</style>
border-color css
<style>
span { border-color: #9D4C83; }
span { border-color: rgb(157,76,131); }
td.TdClassName
{
border-color: #9D4C83;
}
.TagClassName
{
border-color: #9D4C83;
}
</style>