Shades of Strikemaster #9A688C
Tints of Strikemaster #9A688C
RGB
CMYK
RGB Variations
Color information
#9A688C (or 0x9A688C) is known color: Strikemaster. HEX triplet: 9A, 68 and 8C. RGB value is (154,104,140). Sum of RGB (Red+Green+Blue) = 154+104+140=398 (52% of max value = 765). Red value is 154 (60.55% from 255 or 38.69% from 398); Green value is 104 (41.02% from 255 or 26.13% from 398); Blue value is 140 (55.08% from 255 or 35.18% from 398); Max value from RGB is 154 - color contains mainly: red. Hex color #9A688C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A688C is #659773. Grayscale: #7A7A7A. Windows color (decimal): -6657908 or 9201818. OLE color: 9201818.
HSL color Cylindrical-coordinate representation of color #9A688C: hue angle of 316.8º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9A688C is Cyan = 0, Magento = 0.32, Yellow = 0.09 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 104 | 140 | - |
| CMYK | 0 | 0.32 | 0.09 | 0.40 |
| HSL | 316.8º | 0.2% | 0.51% | - |
| HSV(B) | 316.8º | 0.32% | 0.6% | - |
| XYZ | 23.01 | 18.66 | 27.2 | - |
| YUV | 123.05 | 137.57 | 150.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 104 | 140 | 0 | 0.32 | 0.09 | 0.40 | 316.8 | 0.2 | 0.51 |
| Hex | 9A | 68 | 8C | 0 | 20 | 9 | 28 | 13D | 14 | 33 |
| Octal | 232 | 150 | 214 | 0 | 40 | 11 | 50 | 475 | 24 | 63 |
| Binary | 10011010 | 1101000 | 10001100 | 0 | 100000 | 1001 | 101000 | 100111101 | 10100 | 110011 |
Color Harmonies of #9A688C
Complementary color
Monochromatic Colors of #9A688C
Black with #9A688C
Text Example
Text Example
White with #9A688C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A688C; }
p { color: rgb(154,104,140); }
H1.HeaderClassName
{
color: #9A688C;
}
.AnyTagClassName
{
color: #9A688C;
}
</style>
background-color css
<style>
a { background-color: #9A688C; }
a { background-color: rgb(154,104,140); }
div.DivClassName
{
background-color: #9A688C;
}
.BgClassName
{
background-color: #9A688C;
}
</style>
border-color css
<style>
span { border-color: #9A688C; }
span { border-color: rgb(154,104,140); }
td.TdClassName
{
border-color: #9A688C;
}
.TagClassName
{
border-color: #9A688C;
}
</style>