Shades of Strikemaster #9D5B7D
Tints of Strikemaster #9D5B7D
RGB
CMYK
RGB Variations
Color information
#9D5B7D (or 0x9D5B7D) is known color: Strikemaster. HEX triplet: 9D, 5B and 7D. RGB value is (157,91,125). Sum of RGB (Red+Green+Blue) = 157+91+125=373 (49% of max value = 765). Red value is 157 (61.72% from 255 or 42.09% from 373); Green value is 91 (35.94% from 255 or 24.40% from 373); Blue value is 125 (49.22% from 255 or 33.51% from 373); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5B7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D5B7D is #62A482. Grayscale: #727272. Windows color (decimal): -6464643 or 8215453. OLE color: 8215453.
HSL color Cylindrical-coordinate representation of color #9D5B7D: hue angle of 329.09º 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 #9D5B7D is Cyan = 0, Magento = 0.42, Yellow = 0.20 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 91 | 125 | - |
| CMYK | 0 | 0.42 | 0.20 | 0.38 |
| HSL | 329.09º | 0.27% | 0.49% | - |
| HSV(B) | 329.09º | 0.42% | 0.62% | - |
| XYZ | 21.35 | 16.13 | 21.39 | - |
| YUV | 114.61 | 133.87 | 158.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 91 | 125 | 0 | 0.42 | 0.20 | 0.38 | 329.09 | 0.27 | 0.49 |
| Hex | 9D | 5B | 7D | 0 | 2A | 14 | 26 | 149 | 1B | 31 |
| Octal | 235 | 133 | 175 | 0 | 52 | 24 | 46 | 511 | 33 | 61 |
| Binary | 10011101 | 1011011 | 1111101 | 0 | 101010 | 10100 | 100110 | 101001001 | 11011 | 110001 |
Color Harmonies of #9D5B7D
Complementary color
Monochromatic Colors of #9D5B7D
Black with #9D5B7D
Text Example
Text Example
White with #9D5B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D5B7D; }
p { color: rgb(157,91,125); }
H1.HeaderClassName
{
color: #9D5B7D;
}
.AnyTagClassName
{
color: #9D5B7D;
}
</style>
background-color css
<style>
a { background-color: #9D5B7D; }
a { background-color: rgb(157,91,125); }
div.DivClassName
{
background-color: #9D5B7D;
}
.BgClassName
{
background-color: #9D5B7D;
}
</style>
border-color css
<style>
span { border-color: #9D5B7D; }
span { border-color: rgb(157,91,125); }
td.TdClassName
{
border-color: #9D5B7D;
}
.TagClassName
{
border-color: #9D5B7D;
}
</style>