Shades of Strikemaster #9D5A81
Tints of Strikemaster #9D5A81
RGB
CMYK
RGB Variations
Color information
#9D5A81 (or 0x9D5A81) is known color: Strikemaster. HEX triplet: 9D, 5A and 81. RGB value is (157,90,129). Sum of RGB (Red+Green+Blue) = 157+90+129=376 (49% of max value = 765). Red value is 157 (61.72% from 255 or 41.76% from 376); Green value is 90 (35.55% from 255 or 23.94% from 376); Blue value is 129 (50.78% from 255 or 34.31% from 376); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5A81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D5A81 is #62A57E. Grayscale: #727272. Windows color (decimal): -6464895 or 8477341. OLE color: 8477341.
HSL color Cylindrical-coordinate representation of color #9D5A81: hue angle of 325.07º 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 #9D5A81 is Cyan = 0, Magento = 0.43, Yellow = 0.18 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 90 | 129 | - |
| CMYK | 0 | 0.43 | 0.18 | 0.38 |
| HSL | 325.07º | 0.27% | 0.48% | - |
| HSV(B) | 325.07º | 0.43% | 0.62% | - |
| XYZ | 21.52 | 16.07 | 22.74 | - |
| YUV | 114.48 | 136.2 | 158.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 90 | 129 | 0 | 0.43 | 0.18 | 0.38 | 325.07 | 0.27 | 0.48 |
| Hex | 9D | 5A | 81 | 0 | 2B | 12 | 26 | 145 | 1B | 30 |
| Octal | 235 | 132 | 201 | 0 | 53 | 22 | 46 | 505 | 33 | 60 |
| Binary | 10011101 | 1011010 | 10000001 | 0 | 101011 | 10010 | 100110 | 101000101 | 11011 | 110000 |
Color Harmonies of #9D5A81
Complementary color
Monochromatic Colors of #9D5A81
Black with #9D5A81
Text Example
Text Example
White with #9D5A81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D5A81; }
p { color: rgb(157,90,129); }
H1.HeaderClassName
{
color: #9D5A81;
}
.AnyTagClassName
{
color: #9D5A81;
}
</style>
background-color css
<style>
a { background-color: #9D5A81; }
a { background-color: rgb(157,90,129); }
div.DivClassName
{
background-color: #9D5A81;
}
.BgClassName
{
background-color: #9D5A81;
}
</style>
border-color css
<style>
span { border-color: #9D5A81; }
span { border-color: rgb(157,90,129); }
td.TdClassName
{
border-color: #9D5A81;
}
.TagClassName
{
border-color: #9D5A81;
}
</style>