Shades of Strikemaster #9A6181
Tints of Strikemaster #9A6181
RGB
CMYK
RGB Variations
Color information
#9A6181 (or 0x9A6181) is known color: Strikemaster. HEX triplet: 9A, 61 and 81. RGB value is (154,97,129). Sum of RGB (Red+Green+Blue) = 154+97+129=380 (50% of max value = 765). Red value is 154 (60.55% from 255 or 40.53% from 380); Green value is 97 (38.28% from 255 or 25.53% from 380); Blue value is 129 (50.78% from 255 or 33.95% from 380); Max value from RGB is 154 - color contains mainly: red. Hex color #9A6181 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A6181 is #659E7E. Grayscale: #757575. Windows color (decimal): -6659711 or 8479130. OLE color: 8479130.
HSL color Cylindrical-coordinate representation of color #9A6181: hue angle of 326.32º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9A6181 is Cyan = 0, Magento = 0.37, Yellow = 0.16 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 97 | 129 | - |
| CMYK | 0 | 0.37 | 0.16 | 0.40 |
| HSL | 326.32º | 0.23% | 0.49% | - |
| HSV(B) | 326.32º | 0.37% | 0.6% | - |
| XYZ | 21.56 | 17 | 22.91 | - |
| YUV | 117.69 | 134.38 | 153.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 97 | 129 | 0 | 0.37 | 0.16 | 0.40 | 326.32 | 0.23 | 0.49 |
| Hex | 9A | 61 | 81 | 0 | 25 | 10 | 28 | 146 | 17 | 31 |
| Octal | 232 | 141 | 201 | 0 | 45 | 20 | 50 | 506 | 27 | 61 |
| Binary | 10011010 | 1100001 | 10000001 | 0 | 100101 | 10000 | 101000 | 101000110 | 10111 | 110001 |
Color Harmonies of #9A6181
Complementary color
Monochromatic Colors of #9A6181
Black with #9A6181
Text Example
Text Example
White with #9A6181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A6181; }
p { color: rgb(154,97,129); }
H1.HeaderClassName
{
color: #9A6181;
}
.AnyTagClassName
{
color: #9A6181;
}
</style>
background-color css
<style>
a { background-color: #9A6181; }
a { background-color: rgb(154,97,129); }
div.DivClassName
{
background-color: #9A6181;
}
.BgClassName
{
background-color: #9A6181;
}
</style>
border-color css
<style>
span { border-color: #9A6181; }
span { border-color: rgb(154,97,129); }
td.TdClassName
{
border-color: #9A6181;
}
.TagClassName
{
border-color: #9A6181;
}
</style>