Shades of Strikemaster #9A6379
Tints of Strikemaster #9A6379
RGB
CMYK
RGB Variations
Color information
#9A6379 (or 0x9A6379) is known color: Strikemaster. HEX triplet: 9A, 63 and 79. RGB value is (154,99,121). Sum of RGB (Red+Green+Blue) = 154+99+121=374 (49% of max value = 765). Red value is 154 (60.55% from 255 or 41.18% from 374); Green value is 99 (39.06% from 255 or 26.47% from 374); Blue value is 121 (47.66% from 255 or 32.35% from 374); Max value from RGB is 154 - color contains mainly: red. Hex color #9A6379 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A6379 is #659C86. Grayscale: #757575. Windows color (decimal): -6659207 or 7955354. OLE color: 7955354.
HSL color Cylindrical-coordinate representation of color #9A6379: hue angle of 336º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9A6379 is Cyan = 0, Magento = 0.36, Yellow = 0.21 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 99 | 121 | - |
| CMYK | 0 | 0.36 | 0.21 | 0.40 |
| HSL | 336º | 0.22% | 0.5% | - |
| HSV(B) | 336º | 0.36% | 0.6% | - |
| XYZ | 21.24 | 17.17 | 20.28 | - |
| YUV | 117.95 | 129.72 | 153.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 99 | 121 | 0 | 0.36 | 0.21 | 0.40 | 336 | 0.22 | 0.5 |
| Hex | 9A | 63 | 79 | 0 | 24 | 15 | 28 | 150 | 16 | 32 |
| Octal | 232 | 143 | 171 | 0 | 44 | 25 | 50 | 520 | 26 | 62 |
| Binary | 10011010 | 1100011 | 1111001 | 0 | 100100 | 10101 | 101000 | 101010000 | 10110 | 110010 |
Color Harmonies of #9A6379
Complementary color
Monochromatic Colors of #9A6379
Black with #9A6379
Text Example
Text Example
White with #9A6379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A6379; }
p { color: rgb(154,99,121); }
H1.HeaderClassName
{
color: #9A6379;
}
.AnyTagClassName
{
color: #9A6379;
}
</style>
background-color css
<style>
a { background-color: #9A6379; }
a { background-color: rgb(154,99,121); }
div.DivClassName
{
background-color: #9A6379;
}
.BgClassName
{
background-color: #9A6379;
}
</style>
border-color css
<style>
span { border-color: #9A6379; }
span { border-color: rgb(154,99,121); }
td.TdClassName
{
border-color: #9A6379;
}
.TagClassName
{
border-color: #9A6379;
}
</style>