Shades of Strikemaster #9A5988
Tints of Strikemaster #9A5988
RGB
CMYK
RGB Variations
Color information
#9A5988 (or 0x9A5988) is known color: Strikemaster. HEX triplet: 9A, 59 and 88. RGB value is (154,89,136). Sum of RGB (Red+Green+Blue) = 154+89+136=379 (50% of max value = 765). Red value is 154 (60.55% from 255 or 40.63% from 379); Green value is 89 (35.16% from 255 or 23.48% from 379); Blue value is 136 (53.52% from 255 or 35.88% from 379); Max value from RGB is 154 - color contains mainly: red. Hex color #9A5988 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A5988 is #65A677. Grayscale: #717171. Windows color (decimal): -6661752 or 8935834. OLE color: 8935834.
HSL color Cylindrical-coordinate representation of color #9A5988: hue angle of 316.62º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9A5988 is Cyan = 0, Magento = 0.42, Yellow = 0.12 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 89 | 136 | - |
| CMYK | 0 | 0.42 | 0.12 | 0.40 |
| HSL | 316.62º | 0.27% | 0.48% | - |
| HSV(B) | 316.62º | 0.42% | 0.6% | - |
| XYZ | 21.34 | 15.79 | 25.22 | - |
| YUV | 113.79 | 140.53 | 156.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 89 | 136 | 0 | 0.42 | 0.12 | 0.40 | 316.62 | 0.27 | 0.48 |
| Hex | 9A | 59 | 88 | 0 | 2A | C | 28 | 13D | 1B | 30 |
| Octal | 232 | 131 | 210 | 0 | 52 | 14 | 50 | 475 | 33 | 60 |
| Binary | 10011010 | 1011001 | 10001000 | 0 | 101010 | 1100 | 101000 | 100111101 | 11011 | 110000 |
Color Harmonies of #9A5988
Complementary color
Monochromatic Colors of #9A5988
Black with #9A5988
Text Example
Text Example
White with #9A5988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A5988; }
p { color: rgb(154,89,136); }
H1.HeaderClassName
{
color: #9A5988;
}
.AnyTagClassName
{
color: #9A5988;
}
</style>
background-color css
<style>
a { background-color: #9A5988; }
a { background-color: rgb(154,89,136); }
div.DivClassName
{
background-color: #9A5988;
}
.BgClassName
{
background-color: #9A5988;
}
</style>
border-color css
<style>
span { border-color: #9A5988; }
span { border-color: rgb(154,89,136); }
td.TdClassName
{
border-color: #9A5988;
}
.TagClassName
{
border-color: #9A5988;
}
</style>