Shades of Strikemaster #9C6885
Tints of Strikemaster #9C6885
RGB
CMYK
RGB Variations
Color information
#9C6885 (or 0x9C6885) is known color: Strikemaster. HEX triplet: 9C, 68 and 85. RGB value is (156,104,133). Sum of RGB (Red+Green+Blue) = 156+104+133=393 (52% of max value = 765). Red value is 156 (61.33% from 255 or 39.69% from 393); Green value is 104 (41.02% from 255 or 26.46% from 393); Blue value is 133 (52.34% from 255 or 33.84% from 393); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6885 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C6885 is #63977A. Grayscale: #7A7A7A. Windows color (decimal): -6526843 or 8743068. OLE color: 8743068.
HSL color Cylindrical-coordinate representation of color #9C6885: hue angle of 326.54º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9C6885 is Cyan = 0, Magento = 0.33, Yellow = 0.15 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 104 | 133 | - |
| CMYK | 0 | 0.33 | 0.15 | 0.39 |
| HSL | 326.54º | 0.21% | 0.51% | - |
| HSV(B) | 326.54º | 0.33% | 0.61% | - |
| XYZ | 22.89 | 18.66 | 24.59 | - |
| YUV | 122.85 | 133.73 | 151.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 104 | 133 | 0 | 0.33 | 0.15 | 0.39 | 326.54 | 0.21 | 0.51 |
| Hex | 9C | 68 | 85 | 0 | 21 | F | 27 | 147 | 15 | 33 |
| Octal | 234 | 150 | 205 | 0 | 41 | 17 | 47 | 507 | 25 | 63 |
| Binary | 10011100 | 1101000 | 10000101 | 0 | 100001 | 1111 | 100111 | 101000111 | 10101 | 110011 |
Color Harmonies of #9C6885
Complementary color
Monochromatic Colors of #9C6885
Black with #9C6885
Text Example
Text Example
White with #9C6885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C6885; }
p { color: rgb(156,104,133); }
H1.HeaderClassName
{
color: #9C6885;
}
.AnyTagClassName
{
color: #9C6885;
}
</style>
background-color css
<style>
a { background-color: #9C6885; }
a { background-color: rgb(156,104,133); }
div.DivClassName
{
background-color: #9C6885;
}
.BgClassName
{
background-color: #9C6885;
}
</style>
border-color css
<style>
span { border-color: #9C6885; }
span { border-color: rgb(156,104,133); }
td.TdClassName
{
border-color: #9C6885;
}
.TagClassName
{
border-color: #9C6885;
}
</style>