Shades of Strikemaster #9A6985
Tints of Strikemaster #9A6985
RGB
CMYK
RGB Variations
Color information
#9A6985 (or 0x9A6985) is known color: Strikemaster. HEX triplet: 9A, 69 and 85. RGB value is (154,105,133). Sum of RGB (Red+Green+Blue) = 154+105+133=392 (51% of max value = 765). Red value is 154 (60.55% from 255 or 39.29% from 392); Green value is 105 (41.41% from 255 or 26.79% from 392); Blue value is 133 (52.34% from 255 or 33.93% from 392); Max value from RGB is 154 - color contains mainly: red. Hex color #9A6985 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A6985 is #65967A. Grayscale: #7A7A7A. Windows color (decimal): -6657659 or 8743322. OLE color: 8743322.
HSL color Cylindrical-coordinate representation of color #9A6985: hue angle of 325.71º 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 #9A6985 is Cyan = 0, Magento = 0.32, Yellow = 0.14 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 105 | 133 | - |
| CMYK | 0 | 0.32 | 0.14 | 0.40 |
| HSL | 325.71º | 0.2% | 0.51% | - |
| HSV(B) | 325.71º | 0.32% | 0.6% | - |
| XYZ | 22.61 | 18.67 | 24.6 | - |
| YUV | 122.84 | 133.73 | 150.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 105 | 133 | 0 | 0.32 | 0.14 | 0.40 | 325.71 | 0.2 | 0.51 |
| Hex | 9A | 69 | 85 | 0 | 20 | E | 28 | 146 | 14 | 33 |
| Octal | 232 | 151 | 205 | 0 | 40 | 16 | 50 | 506 | 24 | 63 |
| Binary | 10011010 | 1101001 | 10000101 | 0 | 100000 | 1110 | 101000 | 101000110 | 10100 | 110011 |
Color Harmonies of #9A6985
Complementary color
Monochromatic Colors of #9A6985
Black with #9A6985
Text Example
Text Example
White with #9A6985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A6985; }
p { color: rgb(154,105,133); }
H1.HeaderClassName
{
color: #9A6985;
}
.AnyTagClassName
{
color: #9A6985;
}
</style>
background-color css
<style>
a { background-color: #9A6985; }
a { background-color: rgb(154,105,133); }
div.DivClassName
{
background-color: #9A6985;
}
.BgClassName
{
background-color: #9A6985;
}
</style>
border-color css
<style>
span { border-color: #9A6985; }
span { border-color: rgb(154,105,133); }
td.TdClassName
{
border-color: #9A6985;
}
.TagClassName
{
border-color: #9A6985;
}
</style>