Shades of Strikemaster #9C567A
Tints of Strikemaster #9C567A
RGB
CMYK
RGB Variations
Color information
#9C567A (or 0x9C567A) is known color: Strikemaster. HEX triplet: 9C, 56 and 7A. RGB value is (156,86,122). Sum of RGB (Red+Green+Blue) = 156+86+122=364 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.86% from 364); Green value is 86 (33.98% from 255 or 23.63% from 364); Blue value is 122 (48.05% from 255 or 33.52% from 364); Max value from RGB is 156 - color contains mainly: red. Hex color #9C567A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C567A is #63A985. Grayscale: #6E6E6E. Windows color (decimal): -6531462 or 8017564. OLE color: 8017564.
HSL color Cylindrical-coordinate representation of color #9C567A: hue angle of 329.14º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9C567A is Cyan = 0, Magento = 0.45, Yellow = 0.22 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 86 | 122 | - |
| CMYK | 0 | 0.45 | 0.22 | 0.39 |
| HSL | 329.14º | 0.29% | 0.47% | - |
| HSV(B) | 329.14º | 0.45% | 0.61% | - |
| XYZ | 20.55 | 15.13 | 20.25 | - |
| YUV | 111.03 | 134.19 | 160.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 86 | 122 | 0 | 0.45 | 0.22 | 0.39 | 329.14 | 0.29 | 0.47 |
| Hex | 9C | 56 | 7A | 0 | 2D | 16 | 27 | 149 | 1D | 2F |
| Octal | 234 | 126 | 172 | 0 | 55 | 26 | 47 | 511 | 35 | 57 |
| Binary | 10011100 | 1010110 | 1111010 | 0 | 101101 | 10110 | 100111 | 101001001 | 11101 | 101111 |
Color Harmonies of #9C567A
Complementary color
Monochromatic Colors of #9C567A
Black with #9C567A
Text Example
Text Example
White with #9C567A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C567A; }
p { color: rgb(156,86,122); }
H1.HeaderClassName
{
color: #9C567A;
}
.AnyTagClassName
{
color: #9C567A;
}
</style>
background-color css
<style>
a { background-color: #9C567A; }
a { background-color: rgb(156,86,122); }
div.DivClassName
{
background-color: #9C567A;
}
.BgClassName
{
background-color: #9C567A;
}
</style>
border-color css
<style>
span { border-color: #9C567A; }
span { border-color: rgb(156,86,122); }
td.TdClassName
{
border-color: #9C567A;
}
.TagClassName
{
border-color: #9C567A;
}
</style>