Shades of Strikemaster #9A5D87
Tints of Strikemaster #9A5D87
RGB
CMYK
RGB Variations
Color information
#9A5D87 (or 0x9A5D87) is known color: Strikemaster. HEX triplet: 9A, 5D and 87. RGB value is (154,93,135). Sum of RGB (Red+Green+Blue) = 154+93+135=382 (50% of max value = 765). Red value is 154 (60.55% from 255 or 40.31% from 382); Green value is 93 (36.72% from 255 or 24.35% from 382); Blue value is 135 (53.12% from 255 or 35.34% from 382); Max value from RGB is 154 - color contains mainly: red. Hex color #9A5D87 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A5D87 is #65A278. Grayscale: #737373. Windows color (decimal): -6660729 or 8871322. OLE color: 8871322.
HSL color Cylindrical-coordinate representation of color #9A5D87: hue angle of 318.69º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9A5D87 is Cyan = 0, Magento = 0.40, Yellow = 0.12 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 93 | 135 | - |
| CMYK | 0 | 0.40 | 0.12 | 0.40 |
| HSL | 318.69º | 0.25% | 0.48% | - |
| HSV(B) | 318.69º | 0.4% | 0.6% | - |
| XYZ | 21.61 | 16.45 | 24.96 | - |
| YUV | 116.03 | 138.71 | 155.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 93 | 135 | 0 | 0.40 | 0.12 | 0.40 | 318.69 | 0.25 | 0.48 |
| Hex | 9A | 5D | 87 | 0 | 28 | C | 28 | 13F | 19 | 30 |
| Octal | 232 | 135 | 207 | 0 | 50 | 14 | 50 | 477 | 31 | 60 |
| Binary | 10011010 | 1011101 | 10000111 | 0 | 101000 | 1100 | 101000 | 100111111 | 11001 | 110000 |
Color Harmonies of #9A5D87
Complementary color
Monochromatic Colors of #9A5D87
Black with #9A5D87
Text Example
Text Example
White with #9A5D87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A5D87; }
p { color: rgb(154,93,135); }
H1.HeaderClassName
{
color: #9A5D87;
}
.AnyTagClassName
{
color: #9A5D87;
}
</style>
background-color css
<style>
a { background-color: #9A5D87; }
a { background-color: rgb(154,93,135); }
div.DivClassName
{
background-color: #9A5D87;
}
.BgClassName
{
background-color: #9A5D87;
}
</style>
border-color css
<style>
span { border-color: #9A5D87; }
span { border-color: rgb(154,93,135); }
td.TdClassName
{
border-color: #9A5D87;
}
.TagClassName
{
border-color: #9A5D87;
}
</style>