Shades of Strikemaster #9A667A
Tints of Strikemaster #9A667A
RGB
CMYK
RGB Variations
Color information
#9A667A (or 0x9A667A) is known color: Strikemaster. HEX triplet: 9A, 66 and 7A. RGB value is (154,102,122). Sum of RGB (Red+Green+Blue) = 154+102+122=378 (50% of max value = 765). Red value is 154 (60.55% from 255 or 40.74% from 378); Green value is 102 (40.23% from 255 or 26.98% from 378); Blue value is 122 (48.05% from 255 or 32.28% from 378); Max value from RGB is 154 - color contains mainly: red. Hex color #9A667A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A667A is #659985. Grayscale: #777777. Windows color (decimal): -6658438 or 8021658. OLE color: 8021658.
HSL color Cylindrical-coordinate representation of color #9A667A: hue angle of 336.92º degrees, saturation: 0.2, 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 #9A667A is Cyan = 0, Magento = 0.34, Yellow = 0.21 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 102 | 122 | - |
| CMYK | 0 | 0.34 | 0.21 | 0.40 |
| HSL | 336.92º | 0.2% | 0.5% | - |
| HSV(B) | 336.92º | 0.34% | 0.6% | - |
| XYZ | 21.59 | 17.78 | 20.71 | - |
| YUV | 119.83 | 129.23 | 152.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 102 | 122 | 0 | 0.34 | 0.21 | 0.40 | 336.92 | 0.2 | 0.5 |
| Hex | 9A | 66 | 7A | 0 | 22 | 15 | 28 | 151 | 14 | 32 |
| Octal | 232 | 146 | 172 | 0 | 42 | 25 | 50 | 521 | 24 | 62 |
| Binary | 10011010 | 1100110 | 1111010 | 0 | 100010 | 10101 | 101000 | 101010001 | 10100 | 110010 |
Color Harmonies of #9A667A
Complementary color
Monochromatic Colors of #9A667A
Black with #9A667A
Text Example
Text Example
White with #9A667A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A667A; }
p { color: rgb(154,102,122); }
H1.HeaderClassName
{
color: #9A667A;
}
.AnyTagClassName
{
color: #9A667A;
}
</style>
background-color css
<style>
a { background-color: #9A667A; }
a { background-color: rgb(154,102,122); }
div.DivClassName
{
background-color: #9A667A;
}
.BgClassName
{
background-color: #9A667A;
}
</style>
border-color css
<style>
span { border-color: #9A667A; }
span { border-color: rgb(154,102,122); }
td.TdClassName
{
border-color: #9A667A;
}
.TagClassName
{
border-color: #9A667A;
}
</style>