Shades of Strikemaster #9C638E
Tints of Strikemaster #9C638E
RGB
CMYK
RGB Variations
Color information
#9C638E (or 0x9C638E) is known color: Strikemaster. HEX triplet: 9C, 63 and 8E. RGB value is (156,99,142). Sum of RGB (Red+Green+Blue) = 156+99+142=397 (52% of max value = 765). Red value is 156 (61.33% from 255 or 39.29% from 397); Green value is 99 (39.06% from 255 or 24.94% from 397); Blue value is 142 (55.86% from 255 or 35.77% from 397); Max value from RGB is 156 - color contains mainly: red. Hex color #9C638E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C638E is #639C71. Grayscale: #787878. Windows color (decimal): -6528114 or 9331612. OLE color: 9331612.
HSL color Cylindrical-coordinate representation of color #9C638E: hue angle of 314.74º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9C638E is Cyan = 0, Magento = 0.37, Yellow = 0.09 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 99 | 142 | - |
| CMYK | 0 | 0.37 | 0.09 | 0.39 |
| HSL | 314.74º | 0.22% | 0.5% | - |
| HSV(B) | 314.74º | 0.37% | 0.61% | - |
| XYZ | 23.05 | 17.94 | 27.84 | - |
| YUV | 120.95 | 139.88 | 153 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 99 | 142 | 0 | 0.37 | 0.09 | 0.39 | 314.74 | 0.22 | 0.5 |
| Hex | 9C | 63 | 8E | 0 | 25 | 9 | 27 | 13B | 16 | 32 |
| Octal | 234 | 143 | 216 | 0 | 45 | 11 | 47 | 473 | 26 | 62 |
| Binary | 10011100 | 1100011 | 10001110 | 0 | 100101 | 1001 | 100111 | 100111011 | 10110 | 110010 |
Color Harmonies of #9C638E
Complementary color
Monochromatic Colors of #9C638E
Black with #9C638E
Text Example
Text Example
White with #9C638E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C638E; }
p { color: rgb(156,99,142); }
H1.HeaderClassName
{
color: #9C638E;
}
.AnyTagClassName
{
color: #9C638E;
}
</style>
background-color css
<style>
a { background-color: #9C638E; }
a { background-color: rgb(156,99,142); }
div.DivClassName
{
background-color: #9C638E;
}
.BgClassName
{
background-color: #9C638E;
}
</style>
border-color css
<style>
span { border-color: #9C638E; }
span { border-color: rgb(156,99,142); }
td.TdClassName
{
border-color: #9C638E;
}
.TagClassName
{
border-color: #9C638E;
}
</style>