Shades of Strikemaster #9A6984
Tints of Strikemaster #9A6984
RGB
CMYK
RGB Variations
Color information
#9A6984 (or 0x9A6984) is known color: Strikemaster. HEX triplet: 9A, 69 and 84. RGB value is (154,105,132). Sum of RGB (Red+Green+Blue) = 154+105+132=391 (51% of max value = 765). Red value is 154 (60.55% from 255 or 39.39% from 391); Green value is 105 (41.41% from 255 or 26.85% from 391); Blue value is 132 (51.95% from 255 or 33.76% from 391); Max value from RGB is 154 - color contains mainly: red. Hex color #9A6984 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A6984 is #65967B. Grayscale: #7A7A7A. Windows color (decimal): -6657660 or 8677786. OLE color: 8677786.
HSL color Cylindrical-coordinate representation of color #9A6984: hue angle of 326.94º 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 #9A6984 is Cyan = 0, Magento = 0.32, Yellow = 0.14 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 105 | 132 | - |
| CMYK | 0 | 0.32 | 0.14 | 0.40 |
| HSL | 326.94º | 0.2% | 0.51% | - |
| HSV(B) | 326.94º | 0.32% | 0.6% | - |
| XYZ | 22.54 | 18.64 | 24.24 | - |
| YUV | 122.73 | 133.23 | 150.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 105 | 132 | 0 | 0.32 | 0.14 | 0.40 | 326.94 | 0.2 | 0.51 |
| Hex | 9A | 69 | 84 | 0 | 20 | E | 28 | 147 | 14 | 33 |
| Octal | 232 | 151 | 204 | 0 | 40 | 16 | 50 | 507 | 24 | 63 |
| Binary | 10011010 | 1101001 | 10000100 | 0 | 100000 | 1110 | 101000 | 101000111 | 10100 | 110011 |
Color Harmonies of #9A6984
Complementary color
Monochromatic Colors of #9A6984
Black with #9A6984
Text Example
Text Example
White with #9A6984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A6984; }
p { color: rgb(154,105,132); }
H1.HeaderClassName
{
color: #9A6984;
}
.AnyTagClassName
{
color: #9A6984;
}
</style>
background-color css
<style>
a { background-color: #9A6984; }
a { background-color: rgb(154,105,132); }
div.DivClassName
{
background-color: #9A6984;
}
.BgClassName
{
background-color: #9A6984;
}
</style>
border-color css
<style>
span { border-color: #9A6984; }
span { border-color: rgb(154,105,132); }
td.TdClassName
{
border-color: #9A6984;
}
.TagClassName
{
border-color: #9A6984;
}
</style>