Shades of Strikemaster #9A6887
Tints of Strikemaster #9A6887
RGB
CMYK
RGB Variations
Color information
#9A6887 (or 0x9A6887) is known color: Strikemaster. HEX triplet: 9A, 68 and 87. RGB value is (154,104,135). Sum of RGB (Red+Green+Blue) = 154+104+135=393 (52% of max value = 765). Red value is 154 (60.55% from 255 or 39.19% from 393); Green value is 104 (41.02% from 255 or 26.46% from 393); Blue value is 135 (53.12% from 255 or 34.35% from 393); Max value from RGB is 154 - color contains mainly: red. Hex color #9A6887 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A6887 is #659778. Grayscale: #7A7A7A. Windows color (decimal): -6657913 or 8874138. OLE color: 8874138.
HSL color Cylindrical-coordinate representation of color #9A6887: hue angle of 322.8º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9A6887 is Cyan = 0, Magento = 0.32, Yellow = 0.12 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 104 | 135 | - |
| CMYK | 0 | 0.32 | 0.12 | 0.40 |
| HSL | 322.8º | 0.2% | 0.51% | - |
| HSV(B) | 322.8º | 0.32% | 0.6% | - |
| XYZ | 22.65 | 18.52 | 25.3 | - |
| YUV | 122.48 | 135.07 | 150.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 104 | 135 | 0 | 0.32 | 0.12 | 0.40 | 322.8 | 0.2 | 0.51 |
| Hex | 9A | 68 | 87 | 0 | 20 | C | 28 | 143 | 14 | 33 |
| Octal | 232 | 150 | 207 | 0 | 40 | 14 | 50 | 503 | 24 | 63 |
| Binary | 10011010 | 1101000 | 10000111 | 0 | 100000 | 1100 | 101000 | 101000011 | 10100 | 110011 |
Color Harmonies of #9A6887
Complementary color
Monochromatic Colors of #9A6887
Black with #9A6887
Text Example
Text Example
White with #9A6887
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A6887; }
p { color: rgb(154,104,135); }
H1.HeaderClassName
{
color: #9A6887;
}
.AnyTagClassName
{
color: #9A6887;
}
</style>
background-color css
<style>
a { background-color: #9A6887; }
a { background-color: rgb(154,104,135); }
div.DivClassName
{
background-color: #9A6887;
}
.BgClassName
{
background-color: #9A6887;
}
</style>
border-color css
<style>
span { border-color: #9A6887; }
span { border-color: rgb(154,104,135); }
td.TdClassName
{
border-color: #9A6887;
}
.TagClassName
{
border-color: #9A6887;
}
</style>