Shades of Strikemaster #9C4E7C
Tints of Strikemaster #9C4E7C
RGB
CMYK
RGB Variations
Color information
#9C4E7C (or 0x9C4E7C) is known color: Strikemaster. HEX triplet: 9C, 4E and 7C. RGB value is (156,78,124). Sum of RGB (Red+Green+Blue) = 156+78+124=358 (47% of max value = 765). Red value is 156 (61.33% from 255 or 43.58% from 358); Green value is 78 (30.86% from 255 or 21.79% from 358); Blue value is 124 (48.83% from 255 or 34.64% from 358); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4E7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C4E7C is #63B183. Grayscale: #6A6A6A. Windows color (decimal): -6533508 or 8146588. OLE color: 8146588.
HSL color Cylindrical-coordinate representation of color #9C4E7C: hue angle of 324.62º degrees, saturation: 0.33, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9C4E7C is Cyan = 0, Magento = 0.5, Yellow = 0.21 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 78 | 124 | - |
| CMYK | 0 | 0.5 | 0.21 | 0.39 |
| HSL | 324.62º | 0.33% | 0.46% | - |
| HSV(B) | 324.62º | 0.5% | 0.61% | - |
| XYZ | 20.07 | 13.97 | 20.71 | - |
| YUV | 106.57 | 137.84 | 163.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 78 | 124 | 0 | 0.5 | 0.21 | 0.39 | 324.62 | 0.33 | 0.46 |
| Hex | 9C | 4E | 7C | 0 | 32 | 15 | 27 | 145 | 21 | 2E |
| Octal | 234 | 116 | 174 | 0 | 62 | 25 | 47 | 505 | 41 | 56 |
| Binary | 10011100 | 1001110 | 1111100 | 0 | 110010 | 10101 | 100111 | 101000101 | 100001 | 101110 |
Color Harmonies of #9C4E7C
Complementary color
Monochromatic Colors of #9C4E7C
Black with #9C4E7C
Text Example
Text Example
White with #9C4E7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C4E7C; }
p { color: rgb(156,78,124); }
H1.HeaderClassName
{
color: #9C4E7C;
}
.AnyTagClassName
{
color: #9C4E7C;
}
</style>
background-color css
<style>
a { background-color: #9C4E7C; }
a { background-color: rgb(156,78,124); }
div.DivClassName
{
background-color: #9C4E7C;
}
.BgClassName
{
background-color: #9C4E7C;
}
</style>
border-color css
<style>
span { border-color: #9C4E7C; }
span { border-color: rgb(156,78,124); }
td.TdClassName
{
border-color: #9C4E7C;
}
.TagClassName
{
border-color: #9C4E7C;
}
</style>