Shades of Strikemaster #9A6885
Tints of Strikemaster #9A6885
RGB
CMYK
RGB Variations
Color information
#9A6885 (or 0x9A6885) is known color: Strikemaster. HEX triplet: 9A, 68 and 85. RGB value is (154,104,133). Sum of RGB (Red+Green+Blue) = 154+104+133=391 (51% of max value = 765). Red value is 154 (60.55% from 255 or 39.39% from 391); Green value is 104 (41.02% from 255 or 26.60% from 391); Blue value is 133 (52.34% from 255 or 34.02% from 391); Max value from RGB is 154 - color contains mainly: red. Hex color #9A6885 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A6885 is #65977A. Grayscale: #7A7A7A. Windows color (decimal): -6657915 or 8743066. OLE color: 8743066.
HSL color Cylindrical-coordinate representation of color #9A6885: hue angle of 325.2º 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 #9A6885 is Cyan = 0, Magento = 0.32, Yellow = 0.14 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 104 | 133 | - |
| CMYK | 0 | 0.32 | 0.14 | 0.40 |
| HSL | 325.2º | 0.2% | 0.51% | - |
| HSV(B) | 325.2º | 0.32% | 0.6% | - |
| XYZ | 22.51 | 18.46 | 24.57 | - |
| YUV | 122.26 | 134.07 | 150.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 104 | 133 | 0 | 0.32 | 0.14 | 0.40 | 325.2 | 0.2 | 0.51 |
| Hex | 9A | 68 | 85 | 0 | 20 | E | 28 | 145 | 14 | 33 |
| Octal | 232 | 150 | 205 | 0 | 40 | 16 | 50 | 505 | 24 | 63 |
| Binary | 10011010 | 1101000 | 10000101 | 0 | 100000 | 1110 | 101000 | 101000101 | 10100 | 110011 |
Color Harmonies of #9A6885
Complementary color
Monochromatic Colors of #9A6885
Black with #9A6885
Text Example
Text Example
White with #9A6885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A6885; }
p { color: rgb(154,104,133); }
H1.HeaderClassName
{
color: #9A6885;
}
.AnyTagClassName
{
color: #9A6885;
}
</style>
background-color css
<style>
a { background-color: #9A6885; }
a { background-color: rgb(154,104,133); }
div.DivClassName
{
background-color: #9A6885;
}
.BgClassName
{
background-color: #9A6885;
}
</style>
border-color css
<style>
span { border-color: #9A6885; }
span { border-color: rgb(154,104,133); }
td.TdClassName
{
border-color: #9A6885;
}
.TagClassName
{
border-color: #9A6885;
}
</style>