Shades of Strikemaster #9C4F7B
Tints of Strikemaster #9C4F7B
RGB
CMYK
RGB Variations
Color information
#9C4F7B (or 0x9C4F7B) is known color: Strikemaster. HEX triplet: 9C, 4F and 7B. RGB value is (156,79,123). Sum of RGB (Red+Green+Blue) = 156+79+123=358 (47% of max value = 765). Red value is 156 (61.33% from 255 or 43.58% from 358); Green value is 79 (31.25% from 255 or 22.07% from 358); Blue value is 123 (48.44% from 255 or 34.36% from 358); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4F7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C4F7B is #63B084. Grayscale: #6A6A6A. Windows color (decimal): -6533253 or 8081308. OLE color: 8081308.
HSL color Cylindrical-coordinate representation of color #9C4F7B: hue angle of 325.71º degrees, saturation: 0.33, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9C4F7B is Cyan = 0, Magento = 0.49, Yellow = 0.21 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 79 | 123 | - |
| CMYK | 0 | 0.49 | 0.21 | 0.39 |
| HSL | 325.71º | 0.33% | 0.46% | - |
| HSV(B) | 325.71º | 0.49% | 0.61% | - |
| XYZ | 20.08 | 14.09 | 20.4 | - |
| YUV | 107.04 | 137.01 | 162.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 79 | 123 | 0 | 0.49 | 0.21 | 0.39 | 325.71 | 0.33 | 0.46 |
| Hex | 9C | 4F | 7B | 0 | 31 | 15 | 27 | 146 | 21 | 2E |
| Octal | 234 | 117 | 173 | 0 | 61 | 25 | 47 | 506 | 41 | 56 |
| Binary | 10011100 | 1001111 | 1111011 | 0 | 110001 | 10101 | 100111 | 101000110 | 100001 | 101110 |
Color Harmonies of #9C4F7B
Complementary color
Monochromatic Colors of #9C4F7B
Black with #9C4F7B
Text Example
Text Example
White with #9C4F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C4F7B; }
p { color: rgb(156,79,123); }
H1.HeaderClassName
{
color: #9C4F7B;
}
.AnyTagClassName
{
color: #9C4F7B;
}
</style>
background-color css
<style>
a { background-color: #9C4F7B; }
a { background-color: rgb(156,79,123); }
div.DivClassName
{
background-color: #9C4F7B;
}
.BgClassName
{
background-color: #9C4F7B;
}
</style>
border-color css
<style>
span { border-color: #9C4F7B; }
span { border-color: rgb(156,79,123); }
td.TdClassName
{
border-color: #9C4F7B;
}
.TagClassName
{
border-color: #9C4F7B;
}
</style>