Shades of Strikemaster #9D5B82
Tints of Strikemaster #9D5B82
RGB
CMYK
RGB Variations
Color information
#9D5B82 (or 0x9D5B82) is known color: Strikemaster. HEX triplet: 9D, 5B and 82. RGB value is (157,91,130). Sum of RGB (Red+Green+Blue) = 157+91+130=378 (50% of max value = 765). Red value is 157 (61.72% from 255 or 41.53% from 378); Green value is 91 (35.94% from 255 or 24.07% from 378); Blue value is 130 (51.17% from 255 or 34.39% from 378); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5B82 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D5B82 is #62A47D. Grayscale: #737373. Windows color (decimal): -6464638 or 8543133. OLE color: 8543133.
HSL color Cylindrical-coordinate representation of color #9D5B82: hue angle of 324.55º degrees, saturation: 0.27, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9D5B82 is Cyan = 0, Magento = 0.42, Yellow = 0.17 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 91 | 130 | - |
| CMYK | 0 | 0.42 | 0.17 | 0.38 |
| HSL | 324.55º | 0.27% | 0.49% | - |
| HSV(B) | 324.55º | 0.42% | 0.62% | - |
| XYZ | 21.67 | 16.26 | 23.12 | - |
| YUV | 115.18 | 136.37 | 157.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 91 | 130 | 0 | 0.42 | 0.17 | 0.38 | 324.55 | 0.27 | 0.49 |
| Hex | 9D | 5B | 82 | 0 | 2A | 11 | 26 | 145 | 1B | 31 |
| Octal | 235 | 133 | 202 | 0 | 52 | 21 | 46 | 505 | 33 | 61 |
| Binary | 10011101 | 1011011 | 10000010 | 0 | 101010 | 10001 | 100110 | 101000101 | 11011 | 110001 |
Color Harmonies of #9D5B82
Complementary color
Monochromatic Colors of #9D5B82
Black with #9D5B82
Text Example
Text Example
White with #9D5B82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D5B82; }
p { color: rgb(157,91,130); }
H1.HeaderClassName
{
color: #9D5B82;
}
.AnyTagClassName
{
color: #9D5B82;
}
</style>
background-color css
<style>
a { background-color: #9D5B82; }
a { background-color: rgb(157,91,130); }
div.DivClassName
{
background-color: #9D5B82;
}
.BgClassName
{
background-color: #9D5B82;
}
</style>
border-color css
<style>
span { border-color: #9D5B82; }
span { border-color: rgb(157,91,130); }
td.TdClassName
{
border-color: #9D5B82;
}
.TagClassName
{
border-color: #9D5B82;
}
</style>