Shades of Strikemaster #9A647F
Tints of Strikemaster #9A647F
RGB
CMYK
RGB Variations
Color information
#9A647F (or 0x9A647F) is known color: Strikemaster. HEX triplet: 9A, 64 and 7F. RGB value is (154,100,127). Sum of RGB (Red+Green+Blue) = 154+100+127=381 (50% of max value = 765). Red value is 154 (60.55% from 255 or 40.42% from 381); Green value is 100 (39.45% from 255 or 26.25% from 381); Blue value is 127 (50% from 255 or 33.33% from 381); Max value from RGB is 154 - color contains mainly: red. Hex color #9A647F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A647F is #659B80. Grayscale: #777777. Windows color (decimal): -6658945 or 8348826. OLE color: 8348826.
HSL color Cylindrical-coordinate representation of color #9A647F: hue angle of 330º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9A647F is Cyan = 0, Magento = 0.35, Yellow = 0.18 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 100 | 127 | - |
| CMYK | 0 | 0.35 | 0.18 | 0.40 |
| HSL | 330º | 0.21% | 0.5% | - |
| HSV(B) | 330º | 0.35% | 0.6% | - |
| XYZ | 21.71 | 17.52 | 22.32 | - |
| YUV | 119.22 | 132.39 | 152.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 100 | 127 | 0 | 0.35 | 0.18 | 0.40 | 330 | 0.21 | 0.5 |
| Hex | 9A | 64 | 7F | 0 | 23 | 12 | 28 | 14A | 15 | 32 |
| Octal | 232 | 144 | 177 | 0 | 43 | 22 | 50 | 512 | 25 | 62 |
| Binary | 10011010 | 1100100 | 1111111 | 0 | 100011 | 10010 | 101000 | 101001010 | 10101 | 110010 |
Color Harmonies of #9A647F
Complementary color
Monochromatic Colors of #9A647F
Black with #9A647F
Text Example
Text Example
White with #9A647F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A647F; }
p { color: rgb(154,100,127); }
H1.HeaderClassName
{
color: #9A647F;
}
.AnyTagClassName
{
color: #9A647F;
}
</style>
background-color css
<style>
a { background-color: #9A647F; }
a { background-color: rgb(154,100,127); }
div.DivClassName
{
background-color: #9A647F;
}
.BgClassName
{
background-color: #9A647F;
}
</style>
border-color css
<style>
span { border-color: #9A647F; }
span { border-color: rgb(154,100,127); }
td.TdClassName
{
border-color: #9A647F;
}
.TagClassName
{
border-color: #9A647F;
}
</style>