Shades of Strikemaster #9A667D
Tints of Strikemaster #9A667D
RGB
CMYK
RGB Variations
Color information
#9A667D (or 0x9A667D) is known color: Strikemaster. HEX triplet: 9A, 66 and 7D. RGB value is (154,102,125). Sum of RGB (Red+Green+Blue) = 154+102+125=381 (50% of max value = 765). Red value is 154 (60.55% from 255 or 40.42% from 381); Green value is 102 (40.23% from 255 or 26.77% from 381); Blue value is 125 (49.22% from 255 or 32.81% from 381); Max value from RGB is 154 - color contains mainly: red. Hex color #9A667D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A667D is #659982. Grayscale: #787878. Windows color (decimal): -6658435 or 8218266. OLE color: 8218266.
HSL color Cylindrical-coordinate representation of color #9A667D: hue angle of 333.46º 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 #9A667D is Cyan = 0, Magento = 0.34, Yellow = 0.19 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 102 | 125 | - |
| CMYK | 0 | 0.34 | 0.19 | 0.40 |
| HSL | 333.46º | 0.2% | 0.5% | - |
| HSV(B) | 333.46º | 0.34% | 0.6% | - |
| XYZ | 21.78 | 17.85 | 21.7 | - |
| YUV | 120.17 | 130.73 | 152.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 102 | 125 | 0 | 0.34 | 0.19 | 0.40 | 333.46 | 0.2 | 0.5 |
| Hex | 9A | 66 | 7D | 0 | 22 | 13 | 28 | 14D | 14 | 32 |
| Octal | 232 | 146 | 175 | 0 | 42 | 23 | 50 | 515 | 24 | 62 |
| Binary | 10011010 | 1100110 | 1111101 | 0 | 100010 | 10011 | 101000 | 101001101 | 10100 | 110010 |
Color Harmonies of #9A667D
Complementary color
Monochromatic Colors of #9A667D
Black with #9A667D
Text Example
Text Example
White with #9A667D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A667D; }
p { color: rgb(154,102,125); }
H1.HeaderClassName
{
color: #9A667D;
}
.AnyTagClassName
{
color: #9A667D;
}
</style>
background-color css
<style>
a { background-color: #9A667D; }
a { background-color: rgb(154,102,125); }
div.DivClassName
{
background-color: #9A667D;
}
.BgClassName
{
background-color: #9A667D;
}
</style>
border-color css
<style>
span { border-color: #9A667D; }
span { border-color: rgb(154,102,125); }
td.TdClassName
{
border-color: #9A667D;
}
.TagClassName
{
border-color: #9A667D;
}
</style>