Shades of Strikemaster #9A6889
Tints of Strikemaster #9A6889
RGB
CMYK
RGB Variations
Color information
#9A6889 (or 0x9A6889) is known color: Strikemaster. HEX triplet: 9A, 68 and 89. RGB value is (154,104,137). Sum of RGB (Red+Green+Blue) = 154+104+137=395 (52% of max value = 765). Red value is 154 (60.55% from 255 or 38.99% from 395); Green value is 104 (41.02% from 255 or 26.33% from 395); Blue value is 137 (53.91% from 255 or 34.68% from 395); Max value from RGB is 154 - color contains mainly: red. Hex color #9A6889 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A6889 is #659776. Grayscale: #7A7A7A. Windows color (decimal): -6657911 or 9005210. OLE color: 9005210.
HSL color Cylindrical-coordinate representation of color #9A6889: hue angle of 320.4º 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 #9A6889 is Cyan = 0, Magento = 0.32, Yellow = 0.11 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 104 | 137 | - |
| CMYK | 0 | 0.32 | 0.11 | 0.40 |
| HSL | 320.4º | 0.2% | 0.51% | - |
| HSV(B) | 320.4º | 0.32% | 0.6% | - |
| XYZ | 22.79 | 18.58 | 26.05 | - |
| YUV | 122.71 | 136.07 | 150.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 104 | 137 | 0 | 0.32 | 0.11 | 0.40 | 320.4 | 0.2 | 0.51 |
| Hex | 9A | 68 | 89 | 0 | 20 | B | 28 | 140 | 14 | 33 |
| Octal | 232 | 150 | 211 | 0 | 40 | 13 | 50 | 500 | 24 | 63 |
| Binary | 10011010 | 1101000 | 10001001 | 0 | 100000 | 1011 | 101000 | 101000000 | 10100 | 110011 |
Color Harmonies of #9A6889
Complementary color
Monochromatic Colors of #9A6889
Black with #9A6889
Text Example
Text Example
White with #9A6889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A6889; }
p { color: rgb(154,104,137); }
H1.HeaderClassName
{
color: #9A6889;
}
.AnyTagClassName
{
color: #9A6889;
}
</style>
background-color css
<style>
a { background-color: #9A6889; }
a { background-color: rgb(154,104,137); }
div.DivClassName
{
background-color: #9A6889;
}
.BgClassName
{
background-color: #9A6889;
}
</style>
border-color css
<style>
span { border-color: #9A6889; }
span { border-color: rgb(154,104,137); }
td.TdClassName
{
border-color: #9A6889;
}
.TagClassName
{
border-color: #9A6889;
}
</style>