Shades of Strikemaster #9D5A7F
Tints of Strikemaster #9D5A7F
RGB
CMYK
RGB Variations
Color information
#9D5A7F (or 0x9D5A7F) is known color: Strikemaster. HEX triplet: 9D, 5A and 7F. RGB value is (157,90,127). Sum of RGB (Red+Green+Blue) = 157+90+127=374 (49% of max value = 765). Red value is 157 (61.72% from 255 or 41.98% from 374); Green value is 90 (35.55% from 255 or 24.06% from 374); Blue value is 127 (50% from 255 or 33.96% from 374); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5A7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D5A7F is #62A580. Grayscale: #727272. Windows color (decimal): -6464897 or 8346269. OLE color: 8346269.
HSL color Cylindrical-coordinate representation of color #9D5A7F: hue angle of 326.87º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9D5A7F is Cyan = 0, Magento = 0.43, Yellow = 0.19 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 90 | 127 | - |
| CMYK | 0 | 0.43 | 0.19 | 0.38 |
| HSL | 326.87º | 0.27% | 0.48% | - |
| HSV(B) | 326.87º | 0.43% | 0.62% | - |
| XYZ | 21.39 | 16.01 | 22.04 | - |
| YUV | 114.25 | 135.2 | 158.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 90 | 127 | 0 | 0.43 | 0.19 | 0.38 | 326.87 | 0.27 | 0.48 |
| Hex | 9D | 5A | 7F | 0 | 2B | 13 | 26 | 147 | 1B | 30 |
| Octal | 235 | 132 | 177 | 0 | 53 | 23 | 46 | 507 | 33 | 60 |
| Binary | 10011101 | 1011010 | 1111111 | 0 | 101011 | 10011 | 100110 | 101000111 | 11011 | 110000 |
Color Harmonies of #9D5A7F
Complementary color
Monochromatic Colors of #9D5A7F
Black with #9D5A7F
Text Example
Text Example
White with #9D5A7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D5A7F; }
p { color: rgb(157,90,127); }
H1.HeaderClassName
{
color: #9D5A7F;
}
.AnyTagClassName
{
color: #9D5A7F;
}
</style>
background-color css
<style>
a { background-color: #9D5A7F; }
a { background-color: rgb(157,90,127); }
div.DivClassName
{
background-color: #9D5A7F;
}
.BgClassName
{
background-color: #9D5A7F;
}
</style>
border-color css
<style>
span { border-color: #9D5A7F; }
span { border-color: rgb(157,90,127); }
td.TdClassName
{
border-color: #9D5A7F;
}
.TagClassName
{
border-color: #9D5A7F;
}
</style>