Shades of Strikemaster #9D4882
Tints of Strikemaster #9D4882
RGB
CMYK
RGB Variations
Color information
#9D4882 (or 0x9D4882) is known color: Strikemaster. HEX triplet: 9D, 48 and 82. RGB value is (157,72,130). Sum of RGB (Red+Green+Blue) = 157+72+130=359 (47% of max value = 765). Red value is 157 (61.72% from 255 or 43.73% from 359); Green value is 72 (28.52% from 255 or 20.06% from 359); Blue value is 130 (51.17% from 255 or 36.21% from 359); Max value from RGB is 157 - color contains mainly: red. Hex color #9D4882 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D4882 is #62B77D. Grayscale: #676767. Windows color (decimal): -6469502 or 8538269. OLE color: 8538269.
HSL color Cylindrical-coordinate representation of color #9D4882: hue angle of 319.06º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9D4882 is Cyan = 0, Magento = 0.54, Yellow = 0.17 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 72 | 130 | - |
| CMYK | 0 | 0.54 | 0.17 | 0.38 |
| HSL | 319.06º | 0.37% | 0.45% | - |
| HSV(B) | 319.06º | 0.54% | 0.62% | - |
| XYZ | 20.25 | 13.41 | 22.64 | - |
| YUV | 104.03 | 142.66 | 165.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 72 | 130 | 0 | 0.54 | 0.17 | 0.38 | 319.06 | 0.37 | 0.45 |
| Hex | 9D | 48 | 82 | 0 | 36 | 11 | 26 | 13F | 25 | 2D |
| Octal | 235 | 110 | 202 | 0 | 66 | 21 | 46 | 477 | 45 | 55 |
| Binary | 10011101 | 1001000 | 10000010 | 0 | 110110 | 10001 | 100110 | 100111111 | 100101 | 101101 |
Color Harmonies of #9D4882
Complementary color
Monochromatic Colors of #9D4882
Black with #9D4882
Text Example
Text Example
White with #9D4882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D4882; }
p { color: rgb(157,72,130); }
H1.HeaderClassName
{
color: #9D4882;
}
.AnyTagClassName
{
color: #9D4882;
}
</style>
background-color css
<style>
a { background-color: #9D4882; }
a { background-color: rgb(157,72,130); }
div.DivClassName
{
background-color: #9D4882;
}
.BgClassName
{
background-color: #9D4882;
}
</style>
border-color css
<style>
span { border-color: #9D4882; }
span { border-color: rgb(157,72,130); }
td.TdClassName
{
border-color: #9D4882;
}
.TagClassName
{
border-color: #9D4882;
}
</style>