Shades of Strikemaster #9A7385
Tints of Strikemaster #9A7385
RGB
CMYK
RGB Variations
Color information
#9A7385 (or 0x9A7385) is known color: Strikemaster. HEX triplet: 9A, 73 and 85. RGB value is (154,115,133). Sum of RGB (Red+Green+Blue) = 154+115+133=402 (53% of max value = 765). Red value is 154 (60.55% from 255 or 38.31% from 402); Green value is 115 (45.31% from 255 or 28.61% from 402); Blue value is 133 (52.34% from 255 or 33.08% from 402); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7385 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A7385 is #658C7A. Grayscale: #808080. Windows color (decimal): -6655099 or 8745882. OLE color: 8745882.
HSL color Cylindrical-coordinate representation of color #9A7385: hue angle of 332.31º degrees, saturation: 0.16, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9A7385 is Cyan = 0, Magento = 0.25, Yellow = 0.14 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 115 | 133 | - |
| CMYK | 0 | 0.25 | 0.14 | 0.40 |
| HSL | 332.31º | 0.16% | 0.53% | - |
| HSV(B) | 332.31º | 0.25% | 0.6% | - |
| XYZ | 23.69 | 20.82 | 24.96 | - |
| YUV | 128.71 | 130.42 | 146.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 115 | 133 | 0 | 0.25 | 0.14 | 0.40 | 332.31 | 0.16 | 0.53 |
| Hex | 9A | 73 | 85 | 0 | 19 | E | 28 | 14C | 10 | 35 |
| Octal | 232 | 163 | 205 | 0 | 31 | 16 | 50 | 514 | 20 | 65 |
| Binary | 10011010 | 1110011 | 10000101 | 0 | 11001 | 1110 | 101000 | 101001100 | 10000 | 110101 |
Color Harmonies of #9A7385
Complementary color
Monochromatic Colors of #9A7385
Black with #9A7385
Text Example
Text Example
White with #9A7385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A7385; }
p { color: rgb(154,115,133); }
H1.HeaderClassName
{
color: #9A7385;
}
.AnyTagClassName
{
color: #9A7385;
}
</style>
background-color css
<style>
a { background-color: #9A7385; }
a { background-color: rgb(154,115,133); }
div.DivClassName
{
background-color: #9A7385;
}
.BgClassName
{
background-color: #9A7385;
}
</style>
border-color css
<style>
span { border-color: #9A7385; }
span { border-color: rgb(154,115,133); }
td.TdClassName
{
border-color: #9A7385;
}
.TagClassName
{
border-color: #9A7385;
}
</style>