Shades of Strikemaster #9D4C84
Tints of Strikemaster #9D4C84
RGB
CMYK
RGB Variations
Color information
#9D4C84 (or 0x9D4C84) is known color: Strikemaster. HEX triplet: 9D, 4C and 84. RGB value is (157,76,132). Sum of RGB (Red+Green+Blue) = 157+76+132=365 (48% of max value = 765). Red value is 157 (61.72% from 255 or 43.01% from 365); Green value is 76 (30.08% from 255 or 20.82% from 365); Blue value is 132 (51.95% from 255 or 36.16% from 365); Max value from RGB is 157 - color contains mainly: red. Hex color #9D4C84 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D4C84 is #62B37B. Grayscale: #6A6A6A. Windows color (decimal): -6468476 or 8670365. OLE color: 8670365.
HSL color Cylindrical-coordinate representation of color #9D4C84: hue angle of 318.52º 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 #9D4C84 is Cyan = 0, Magento = 0.52, Yellow = 0.16 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 76 | 132 | - |
| CMYK | 0 | 0.52 | 0.16 | 0.38 |
| HSL | 318.52º | 0.35% | 0.46% | - |
| HSV(B) | 318.52º | 0.52% | 0.62% | - |
| XYZ | 20.65 | 14 | 23.44 | - |
| YUV | 106.6 | 142.34 | 163.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 76 | 132 | 0 | 0.52 | 0.16 | 0.38 | 318.52 | 0.35 | 0.46 |
| Hex | 9D | 4C | 84 | 0 | 34 | 10 | 26 | 13F | 23 | 2E |
| Octal | 235 | 114 | 204 | 0 | 64 | 20 | 46 | 477 | 43 | 56 |
| Binary | 10011101 | 1001100 | 10000100 | 0 | 110100 | 10000 | 100110 | 100111111 | 100011 | 101110 |
Color Harmonies of #9D4C84
Complementary color
Monochromatic Colors of #9D4C84
Black with #9D4C84
Text Example
Text Example
White with #9D4C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D4C84; }
p { color: rgb(157,76,132); }
H1.HeaderClassName
{
color: #9D4C84;
}
.AnyTagClassName
{
color: #9D4C84;
}
</style>
background-color css
<style>
a { background-color: #9D4C84; }
a { background-color: rgb(157,76,132); }
div.DivClassName
{
background-color: #9D4C84;
}
.BgClassName
{
background-color: #9D4C84;
}
</style>
border-color css
<style>
span { border-color: #9D4C84; }
span { border-color: rgb(157,76,132); }
td.TdClassName
{
border-color: #9D4C84;
}
.TagClassName
{
border-color: #9D4C84;
}
</style>