Shades of Strikemaster #9A5F87
Tints of Strikemaster #9A5F87
RGB
CMYK
RGB Variations
Color information
#9A5F87 (or 0x9A5F87) is known color: Strikemaster. HEX triplet: 9A, 5F and 87. RGB value is (154,95,135). Sum of RGB (Red+Green+Blue) = 154+95+135=384 (50% of max value = 765). Red value is 154 (60.55% from 255 or 40.10% from 384); Green value is 95 (37.5% from 255 or 24.74% from 384); Blue value is 135 (53.12% from 255 or 35.16% from 384); Max value from RGB is 154 - color contains mainly: red. Hex color #9A5F87 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A5F87 is #65A078. Grayscale: #757575. Windows color (decimal): -6660217 or 8871834. OLE color: 8871834.
HSL color Cylindrical-coordinate representation of color #9A5F87: hue angle of 319.32º degrees, saturation: 0.24, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9A5F87 is Cyan = 0, Magento = 0.38, Yellow = 0.12 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 95 | 135 | - |
| CMYK | 0 | 0.38 | 0.12 | 0.40 |
| HSL | 319.32º | 0.24% | 0.49% | - |
| HSV(B) | 319.32º | 0.38% | 0.6% | - |
| XYZ | 21.79 | 16.8 | 25.02 | - |
| YUV | 117.2 | 138.05 | 154.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 95 | 135 | 0 | 0.38 | 0.12 | 0.40 | 319.32 | 0.24 | 0.49 |
| Hex | 9A | 5F | 87 | 0 | 26 | C | 28 | 13F | 18 | 31 |
| Octal | 232 | 137 | 207 | 0 | 46 | 14 | 50 | 477 | 30 | 61 |
| Binary | 10011010 | 1011111 | 10000111 | 0 | 100110 | 1100 | 101000 | 100111111 | 11000 | 110001 |
Color Harmonies of #9A5F87
Complementary color
Monochromatic Colors of #9A5F87
Black with #9A5F87
Text Example
Text Example
White with #9A5F87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A5F87; }
p { color: rgb(154,95,135); }
H1.HeaderClassName
{
color: #9A5F87;
}
.AnyTagClassName
{
color: #9A5F87;
}
</style>
background-color css
<style>
a { background-color: #9A5F87; }
a { background-color: rgb(154,95,135); }
div.DivClassName
{
background-color: #9A5F87;
}
.BgClassName
{
background-color: #9A5F87;
}
</style>
border-color css
<style>
span { border-color: #9A5F87; }
span { border-color: rgb(154,95,135); }
td.TdClassName
{
border-color: #9A5F87;
}
.TagClassName
{
border-color: #9A5F87;
}
</style>