Shades of Strikemaster #9D5B85
Tints of Strikemaster #9D5B85
RGB
CMYK
RGB Variations
Color information
#9D5B85 (or 0x9D5B85) is known color: Strikemaster. HEX triplet: 9D, 5B and 85. RGB value is (157,91,133). Sum of RGB (Red+Green+Blue) = 157+91+133=381 (50% of max value = 765). Red value is 157 (61.72% from 255 or 41.21% from 381); Green value is 91 (35.94% from 255 or 23.88% from 381); Blue value is 133 (52.34% from 255 or 34.91% from 381); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5B85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D5B85 is #62A47A. Grayscale: #737373. Windows color (decimal): -6464635 or 8739741. OLE color: 8739741.
HSL color Cylindrical-coordinate representation of color #9D5B85: hue angle of 321.82º 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 #9D5B85 is Cyan = 0, Magento = 0.42, Yellow = 0.15 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 91 | 133 | - |
| CMYK | 0 | 0.42 | 0.15 | 0.38 |
| HSL | 321.82º | 0.27% | 0.49% | - |
| HSV(B) | 321.82º | 0.42% | 0.62% | - |
| XYZ | 21.88 | 16.34 | 24.19 | - |
| YUV | 115.52 | 137.87 | 157.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 91 | 133 | 0 | 0.42 | 0.15 | 0.38 | 321.82 | 0.27 | 0.49 |
| Hex | 9D | 5B | 85 | 0 | 2A | F | 26 | 142 | 1B | 31 |
| Octal | 235 | 133 | 205 | 0 | 52 | 17 | 46 | 502 | 33 | 61 |
| Binary | 10011101 | 1011011 | 10000101 | 0 | 101010 | 1111 | 100110 | 101000010 | 11011 | 110001 |
Color Harmonies of #9D5B85
Complementary color
Monochromatic Colors of #9D5B85
Black with #9D5B85
Text Example
Text Example
White with #9D5B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D5B85; }
p { color: rgb(157,91,133); }
H1.HeaderClassName
{
color: #9D5B85;
}
.AnyTagClassName
{
color: #9D5B85;
}
</style>
background-color css
<style>
a { background-color: #9D5B85; }
a { background-color: rgb(157,91,133); }
div.DivClassName
{
background-color: #9D5B85;
}
.BgClassName
{
background-color: #9D5B85;
}
</style>
border-color css
<style>
span { border-color: #9D5B85; }
span { border-color: rgb(157,91,133); }
td.TdClassName
{
border-color: #9D5B85;
}
.TagClassName
{
border-color: #9D5B85;
}
</style>