Shades of Strikemaster #9D5084
Tints of Strikemaster #9D5084
RGB
CMYK
RGB Variations
Color information
#9D5084 (or 0x9D5084) is known color: Strikemaster. HEX triplet: 9D, 50 and 84. RGB value is (157,80,132). Sum of RGB (Red+Green+Blue) = 157+80+132=369 (48% of max value = 765). Red value is 157 (61.72% from 255 or 42.55% from 369); Green value is 80 (31.64% from 255 or 21.68% from 369); Blue value is 132 (51.95% from 255 or 35.77% from 369); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5084 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D5084 is #62AF7B. Grayscale: #6C6C6C. Windows color (decimal): -6467452 or 8671389. OLE color: 8671389.
HSL color Cylindrical-coordinate representation of color #9D5084: hue angle of 319.48º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9D5084 is Cyan = 0, Magento = 0.49, Yellow = 0.16 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 80 | 132 | - |
| CMYK | 0 | 0.49 | 0.16 | 0.38 |
| HSL | 319.48º | 0.32% | 0.46% | - |
| HSV(B) | 319.48º | 0.49% | 0.62% | - |
| XYZ | 20.94 | 14.57 | 23.54 | - |
| YUV | 108.95 | 141.01 | 162.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 80 | 132 | 0 | 0.49 | 0.16 | 0.38 | 319.48 | 0.32 | 0.46 |
| Hex | 9D | 50 | 84 | 0 | 31 | 10 | 26 | 13F | 20 | 2E |
| Octal | 235 | 120 | 204 | 0 | 61 | 20 | 46 | 477 | 40 | 56 |
| Binary | 10011101 | 1010000 | 10000100 | 0 | 110001 | 10000 | 100110 | 100111111 | 100000 | 101110 |
Color Harmonies of #9D5084
Complementary color
Monochromatic Colors of #9D5084
Black with #9D5084
Text Example
Text Example
White with #9D5084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D5084; }
p { color: rgb(157,80,132); }
H1.HeaderClassName
{
color: #9D5084;
}
.AnyTagClassName
{
color: #9D5084;
}
</style>
background-color css
<style>
a { background-color: #9D5084; }
a { background-color: rgb(157,80,132); }
div.DivClassName
{
background-color: #9D5084;
}
.BgClassName
{
background-color: #9D5084;
}
</style>
border-color css
<style>
span { border-color: #9D5084; }
span { border-color: rgb(157,80,132); }
td.TdClassName
{
border-color: #9D5084;
}
.TagClassName
{
border-color: #9D5084;
}
</style>