Shades of Strikemaster #9A6187
Tints of Strikemaster #9A6187
RGB
CMYK
RGB Variations
Color information
#9A6187 (or 0x9A6187) is known color: Strikemaster. HEX triplet: 9A, 61 and 87. RGB value is (154,97,135). Sum of RGB (Red+Green+Blue) = 154+97+135=386 (51% of max value = 765). Red value is 154 (60.55% from 255 or 39.90% from 386); Green value is 97 (38.28% from 255 or 25.13% from 386); Blue value is 135 (53.12% from 255 or 34.97% from 386); Max value from RGB is 154 - color contains mainly: red. Hex color #9A6187 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A6187 is #659E78. Grayscale: #767676. Windows color (decimal): -6659705 or 8872346. OLE color: 8872346.
HSL color Cylindrical-coordinate representation of color #9A6187: hue angle of 320º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9A6187 is Cyan = 0, Magento = 0.37, Yellow = 0.12 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 97 | 135 | - |
| CMYK | 0 | 0.37 | 0.12 | 0.40 |
| HSL | 320º | 0.23% | 0.49% | - |
| HSV(B) | 320º | 0.37% | 0.6% | - |
| XYZ | 21.97 | 17.17 | 25.08 | - |
| YUV | 118.38 | 137.38 | 153.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 97 | 135 | 0 | 0.37 | 0.12 | 0.40 | 320 | 0.23 | 0.49 |
| Hex | 9A | 61 | 87 | 0 | 25 | C | 28 | 140 | 17 | 31 |
| Octal | 232 | 141 | 207 | 0 | 45 | 14 | 50 | 500 | 27 | 61 |
| Binary | 10011010 | 1100001 | 10000111 | 0 | 100101 | 1100 | 101000 | 101000000 | 10111 | 110001 |
Color Harmonies of #9A6187
Complementary color
Monochromatic Colors of #9A6187
Black with #9A6187
Text Example
Text Example
White with #9A6187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A6187; }
p { color: rgb(154,97,135); }
H1.HeaderClassName
{
color: #9A6187;
}
.AnyTagClassName
{
color: #9A6187;
}
</style>
background-color css
<style>
a { background-color: #9A6187; }
a { background-color: rgb(154,97,135); }
div.DivClassName
{
background-color: #9A6187;
}
.BgClassName
{
background-color: #9A6187;
}
</style>
border-color css
<style>
span { border-color: #9A6187; }
span { border-color: rgb(154,97,135); }
td.TdClassName
{
border-color: #9A6187;
}
.TagClassName
{
border-color: #9A6187;
}
</style>