Shades of Strikemaster #9A657B
Tints of Strikemaster #9A657B
RGB
CMYK
RGB Variations
Color information
#9A657B (or 0x9A657B) is known color: Strikemaster. HEX triplet: 9A, 65 and 7B. RGB value is (154,101,123). Sum of RGB (Red+Green+Blue) = 154+101+123=378 (50% of max value = 765). Red value is 154 (60.55% from 255 or 40.74% from 378); Green value is 101 (39.84% from 255 or 26.72% from 378); Blue value is 123 (48.44% from 255 or 32.54% from 378); Max value from RGB is 154 - color contains mainly: red. Hex color #9A657B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A657B is #659A84. Grayscale: #777777. Windows color (decimal): -6658693 or 8086938. OLE color: 8086938.
HSL color Cylindrical-coordinate representation of color #9A657B: hue angle of 335.09º 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 #9A657B is Cyan = 0, Magento = 0.34, Yellow = 0.20 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 101 | 123 | - |
| CMYK | 0 | 0.34 | 0.20 | 0.40 |
| HSL | 335.09º | 0.21% | 0.5% | - |
| HSV(B) | 335.09º | 0.34% | 0.6% | - |
| XYZ | 21.56 | 17.61 | 21 | - |
| YUV | 119.36 | 130.06 | 152.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 101 | 123 | 0 | 0.34 | 0.20 | 0.40 | 335.09 | 0.21 | 0.5 |
| Hex | 9A | 65 | 7B | 0 | 22 | 14 | 28 | 14F | 15 | 32 |
| Octal | 232 | 145 | 173 | 0 | 42 | 24 | 50 | 517 | 25 | 62 |
| Binary | 10011010 | 1100101 | 1111011 | 0 | 100010 | 10100 | 101000 | 101001111 | 10101 | 110010 |
Color Harmonies of #9A657B
Complementary color
Monochromatic Colors of #9A657B
Black with #9A657B
Text Example
Text Example
White with #9A657B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A657B; }
p { color: rgb(154,101,123); }
H1.HeaderClassName
{
color: #9A657B;
}
.AnyTagClassName
{
color: #9A657B;
}
</style>
background-color css
<style>
a { background-color: #9A657B; }
a { background-color: rgb(154,101,123); }
div.DivClassName
{
background-color: #9A657B;
}
.BgClassName
{
background-color: #9A657B;
}
</style>
border-color css
<style>
span { border-color: #9A657B; }
span { border-color: rgb(154,101,123); }
td.TdClassName
{
border-color: #9A657B;
}
.TagClassName
{
border-color: #9A657B;
}
</style>