Shades of Strikemaster #9C4E83
Tints of Strikemaster #9C4E83
RGB
CMYK
RGB Variations
Color information
#9C4E83 (or 0x9C4E83) is known color: Strikemaster. HEX triplet: 9C, 4E and 83. RGB value is (156,78,131). Sum of RGB (Red+Green+Blue) = 156+78+131=365 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.74% from 365); Green value is 78 (30.86% from 255 or 21.37% from 365); Blue value is 131 (51.56% from 255 or 35.89% from 365); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4E83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C4E83 is #63B17C. Grayscale: #6B6B6B. Windows color (decimal): -6533501 or 8605340. OLE color: 8605340.
HSL color Cylindrical-coordinate representation of color #9C4E83: hue angle of 319.23º 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 #9C4E83 is Cyan = 0, Magento = 0.5, Yellow = 0.16 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 78 | 131 | - |
| CMYK | 0 | 0.5 | 0.16 | 0.39 |
| HSL | 319.23º | 0.33% | 0.46% | - |
| HSV(B) | 319.23º | 0.5% | 0.61% | - |
| XYZ | 20.53 | 14.16 | 23.12 | - |
| YUV | 107.36 | 141.34 | 162.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 78 | 131 | 0 | 0.5 | 0.16 | 0.39 | 319.23 | 0.33 | 0.46 |
| Hex | 9C | 4E | 83 | 0 | 32 | 10 | 27 | 13F | 21 | 2E |
| Octal | 234 | 116 | 203 | 0 | 62 | 20 | 47 | 477 | 41 | 56 |
| Binary | 10011100 | 1001110 | 10000011 | 0 | 110010 | 10000 | 100111 | 100111111 | 100001 | 101110 |
Color Harmonies of #9C4E83
Complementary color
Monochromatic Colors of #9C4E83
Black with #9C4E83
Text Example
Text Example
White with #9C4E83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C4E83; }
p { color: rgb(156,78,131); }
H1.HeaderClassName
{
color: #9C4E83;
}
.AnyTagClassName
{
color: #9C4E83;
}
</style>
background-color css
<style>
a { background-color: #9C4E83; }
a { background-color: rgb(156,78,131); }
div.DivClassName
{
background-color: #9C4E83;
}
.BgClassName
{
background-color: #9C4E83;
}
</style>
border-color css
<style>
span { border-color: #9C4E83; }
span { border-color: rgb(156,78,131); }
td.TdClassName
{
border-color: #9C4E83;
}
.TagClassName
{
border-color: #9C4E83;
}
</style>