Shades of Strikemaster #9A6689
Tints of Strikemaster #9A6689
RGB
CMYK
RGB Variations
Color information
#9A6689 (or 0x9A6689) is known color: Strikemaster. HEX triplet: 9A, 66 and 89. RGB value is (154,102,137). Sum of RGB (Red+Green+Blue) = 154+102+137=393 (52% of max value = 765). Red value is 154 (60.55% from 255 or 39.19% from 393); Green value is 102 (40.23% from 255 or 25.95% from 393); Blue value is 137 (53.91% from 255 or 34.86% from 393); Max value from RGB is 154 - color contains mainly: red. Hex color #9A6689 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A6689 is #659976. Grayscale: #797979. Windows color (decimal): -6658423 or 9004698. OLE color: 9004698.
HSL color Cylindrical-coordinate representation of color #9A6689: hue angle of 319.62º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9A6689 is Cyan = 0, Magento = 0.34, Yellow = 0.11 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 102 | 137 | - |
| CMYK | 0 | 0.34 | 0.11 | 0.40 |
| HSL | 319.62º | 0.2% | 0.5% | - |
| HSV(B) | 319.62º | 0.34% | 0.6% | - |
| XYZ | 22.59 | 18.18 | 25.99 | - |
| YUV | 121.54 | 136.73 | 151.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 102 | 137 | 0 | 0.34 | 0.11 | 0.40 | 319.62 | 0.2 | 0.5 |
| Hex | 9A | 66 | 89 | 0 | 22 | B | 28 | 140 | 14 | 32 |
| Octal | 232 | 146 | 211 | 0 | 42 | 13 | 50 | 500 | 24 | 62 |
| Binary | 10011010 | 1100110 | 10001001 | 0 | 100010 | 1011 | 101000 | 101000000 | 10100 | 110010 |
Color Harmonies of #9A6689
Complementary color
Monochromatic Colors of #9A6689
Black with #9A6689
Text Example
Text Example
White with #9A6689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A6689; }
p { color: rgb(154,102,137); }
H1.HeaderClassName
{
color: #9A6689;
}
.AnyTagClassName
{
color: #9A6689;
}
</style>
background-color css
<style>
a { background-color: #9A6689; }
a { background-color: rgb(154,102,137); }
div.DivClassName
{
background-color: #9A6689;
}
.BgClassName
{
background-color: #9A6689;
}
</style>
border-color css
<style>
span { border-color: #9A6689; }
span { border-color: rgb(154,102,137); }
td.TdClassName
{
border-color: #9A6689;
}
.TagClassName
{
border-color: #9A6689;
}
</style>