Shades of Strikemaster #9C5E89
Tints of Strikemaster #9C5E89
RGB
CMYK
RGB Variations
Color information
#9C5E89 (or 0x9C5E89) is known color: Strikemaster. HEX triplet: 9C, 5E and 89. RGB value is (156,94,137). Sum of RGB (Red+Green+Blue) = 156+94+137=387 (51% of max value = 765). Red value is 156 (61.33% from 255 or 40.31% from 387); Green value is 94 (37.11% from 255 or 24.29% from 387); Blue value is 137 (53.91% from 255 or 35.40% from 387); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5E89 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C5E89 is #63A176. Grayscale: #757575. Windows color (decimal): -6529399 or 9002652. OLE color: 9002652.
HSL color Cylindrical-coordinate representation of color #9C5E89: hue angle of 318.39º degrees, saturation: 0.25, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9C5E89 is Cyan = 0, Magento = 0.40, Yellow = 0.12 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 94 | 137 | - |
| CMYK | 0 | 0.40 | 0.12 | 0.39 |
| HSL | 318.39º | 0.25% | 0.49% | - |
| HSV(B) | 318.39º | 0.4% | 0.61% | - |
| XYZ | 22.23 | 16.88 | 25.75 | - |
| YUV | 117.44 | 139.04 | 155.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 94 | 137 | 0 | 0.40 | 0.12 | 0.39 | 318.39 | 0.25 | 0.49 |
| Hex | 9C | 5E | 89 | 0 | 28 | C | 27 | 13E | 19 | 31 |
| Octal | 234 | 136 | 211 | 0 | 50 | 14 | 47 | 476 | 31 | 61 |
| Binary | 10011100 | 1011110 | 10001001 | 0 | 101000 | 1100 | 100111 | 100111110 | 11001 | 110001 |
Color Harmonies of #9C5E89
Complementary color
Monochromatic Colors of #9C5E89
Black with #9C5E89
Text Example
Text Example
White with #9C5E89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C5E89; }
p { color: rgb(156,94,137); }
H1.HeaderClassName
{
color: #9C5E89;
}
.AnyTagClassName
{
color: #9C5E89;
}
</style>
background-color css
<style>
a { background-color: #9C5E89; }
a { background-color: rgb(156,94,137); }
div.DivClassName
{
background-color: #9C5E89;
}
.BgClassName
{
background-color: #9C5E89;
}
</style>
border-color css
<style>
span { border-color: #9C5E89; }
span { border-color: rgb(156,94,137); }
td.TdClassName
{
border-color: #9C5E89;
}
.TagClassName
{
border-color: #9C5E89;
}
</style>