Shades of Strikemaster #9A5E87
Tints of Strikemaster #9A5E87
RGB
CMYK
RGB Variations
Color information
#9A5E87 (or 0x9A5E87) is known color: Strikemaster. HEX triplet: 9A, 5E and 87. RGB value is (154,94,135). Sum of RGB (Red+Green+Blue) = 154+94+135=383 (50% of max value = 765). Red value is 154 (60.55% from 255 or 40.21% from 383); Green value is 94 (37.11% from 255 or 24.54% from 383); Blue value is 135 (53.12% from 255 or 35.25% from 383); Max value from RGB is 154 - color contains mainly: red. Hex color #9A5E87 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A5E87 is #65A178. Grayscale: #747474. Windows color (decimal): -6660473 or 8871578. OLE color: 8871578.
HSL color Cylindrical-coordinate representation of color #9A5E87: hue angle of 319º degrees, saturation: 0.24, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9A5E87 is Cyan = 0, Magento = 0.39, Yellow = 0.12 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 94 | 135 | - |
| CMYK | 0 | 0.39 | 0.12 | 0.40 |
| HSL | 319º | 0.24% | 0.49% | - |
| HSV(B) | 319º | 0.39% | 0.6% | - |
| XYZ | 21.7 | 16.62 | 24.99 | - |
| YUV | 116.61 | 138.38 | 154.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 94 | 135 | 0 | 0.39 | 0.12 | 0.40 | 319 | 0.24 | 0.49 |
| Hex | 9A | 5E | 87 | 0 | 27 | C | 28 | 13F | 18 | 31 |
| Octal | 232 | 136 | 207 | 0 | 47 | 14 | 50 | 477 | 30 | 61 |
| Binary | 10011010 | 1011110 | 10000111 | 0 | 100111 | 1100 | 101000 | 100111111 | 11000 | 110001 |
Color Harmonies of #9A5E87
Complementary color
Monochromatic Colors of #9A5E87
Black with #9A5E87
Text Example
Text Example
White with #9A5E87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A5E87; }
p { color: rgb(154,94,135); }
H1.HeaderClassName
{
color: #9A5E87;
}
.AnyTagClassName
{
color: #9A5E87;
}
</style>
background-color css
<style>
a { background-color: #9A5E87; }
a { background-color: rgb(154,94,135); }
div.DivClassName
{
background-color: #9A5E87;
}
.BgClassName
{
background-color: #9A5E87;
}
</style>
border-color css
<style>
span { border-color: #9A5E87; }
span { border-color: rgb(154,94,135); }
td.TdClassName
{
border-color: #9A5E87;
}
.TagClassName
{
border-color: #9A5E87;
}
</style>