Shades of Strikemaster #9A6086
Tints of Strikemaster #9A6086
RGB
CMYK
RGB Variations
Color information
#9A6086 (or 0x9A6086) is known color: Strikemaster. HEX triplet: 9A, 60 and 86. RGB value is (154,96,134). Sum of RGB (Red+Green+Blue) = 154+96+134=384 (50% of max value = 765). Red value is 154 (60.55% from 255 or 40.10% from 384); Green value is 96 (37.89% from 255 or 25% from 384); Blue value is 134 (52.73% from 255 or 34.90% from 384); Max value from RGB is 154 - color contains mainly: red. Hex color #9A6086 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A6086 is #659F79. Grayscale: #757575. Windows color (decimal): -6659962 or 8806554. OLE color: 8806554.
HSL color Cylindrical-coordinate representation of color #9A6086: hue angle of 320.69º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9A6086 is Cyan = 0, Magento = 0.38, Yellow = 0.13 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 96 | 134 | - |
| CMYK | 0 | 0.38 | 0.13 | 0.40 |
| HSL | 320.69º | 0.23% | 0.49% | - |
| HSV(B) | 320.69º | 0.38% | 0.6% | - |
| XYZ | 21.81 | 16.96 | 24.68 | - |
| YUV | 117.67 | 137.22 | 153.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 96 | 134 | 0 | 0.38 | 0.13 | 0.40 | 320.69 | 0.23 | 0.49 |
| Hex | 9A | 60 | 86 | 0 | 26 | D | 28 | 141 | 17 | 31 |
| Octal | 232 | 140 | 206 | 0 | 46 | 15 | 50 | 501 | 27 | 61 |
| Binary | 10011010 | 1100000 | 10000110 | 0 | 100110 | 1101 | 101000 | 101000001 | 10111 | 110001 |
Color Harmonies of #9A6086
Complementary color
Monochromatic Colors of #9A6086
Black with #9A6086
Text Example
Text Example
White with #9A6086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A6086; }
p { color: rgb(154,96,134); }
H1.HeaderClassName
{
color: #9A6086;
}
.AnyTagClassName
{
color: #9A6086;
}
</style>
background-color css
<style>
a { background-color: #9A6086; }
a { background-color: rgb(154,96,134); }
div.DivClassName
{
background-color: #9A6086;
}
.BgClassName
{
background-color: #9A6086;
}
</style>
border-color css
<style>
span { border-color: #9A6086; }
span { border-color: rgb(154,96,134); }
td.TdClassName
{
border-color: #9A6086;
}
.TagClassName
{
border-color: #9A6086;
}
</style>