Shades of Strikemaster #9A658B
Tints of Strikemaster #9A658B
RGB
CMYK
RGB Variations
Color information
#9A658B (or 0x9A658B) is known color: Strikemaster. HEX triplet: 9A, 65 and 8B. RGB value is (154,101,139). Sum of RGB (Red+Green+Blue) = 154+101+139=394 (52% of max value = 765). Red value is 154 (60.55% from 255 or 39.09% from 394); Green value is 101 (39.84% from 255 or 25.63% from 394); Blue value is 139 (54.69% from 255 or 35.28% from 394); Max value from RGB is 154 - color contains mainly: red. Hex color #9A658B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A658B is #659A74. Grayscale: #797979. Windows color (decimal): -6658677 or 9135514. OLE color: 9135514.
HSL color Cylindrical-coordinate representation of color #9A658B: hue angle of 316.98º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9A658B is Cyan = 0, Magento = 0.34, Yellow = 0.10 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 101 | 139 | - |
| CMYK | 0 | 0.34 | 0.10 | 0.40 |
| HSL | 316.98º | 0.21% | 0.5% | - |
| HSV(B) | 316.98º | 0.34% | 0.6% | - |
| XYZ | 22.64 | 18.04 | 26.72 | - |
| YUV | 121.18 | 138.06 | 151.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 101 | 139 | 0 | 0.34 | 0.10 | 0.40 | 316.98 | 0.21 | 0.5 |
| Hex | 9A | 65 | 8B | 0 | 22 | A | 28 | 13D | 15 | 32 |
| Octal | 232 | 145 | 213 | 0 | 42 | 12 | 50 | 475 | 25 | 62 |
| Binary | 10011010 | 1100101 | 10001011 | 0 | 100010 | 1010 | 101000 | 100111101 | 10101 | 110010 |
Color Harmonies of #9A658B
Complementary color
Monochromatic Colors of #9A658B
Black with #9A658B
Text Example
Text Example
White with #9A658B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A658B; }
p { color: rgb(154,101,139); }
H1.HeaderClassName
{
color: #9A658B;
}
.AnyTagClassName
{
color: #9A658B;
}
</style>
background-color css
<style>
a { background-color: #9A658B; }
a { background-color: rgb(154,101,139); }
div.DivClassName
{
background-color: #9A658B;
}
.BgClassName
{
background-color: #9A658B;
}
</style>
border-color css
<style>
span { border-color: #9A658B; }
span { border-color: rgb(154,101,139); }
td.TdClassName
{
border-color: #9A658B;
}
.TagClassName
{
border-color: #9A658B;
}
</style>