Shades of Strikemaster #9E648E
Tints of Strikemaster #9E648E
RGB
CMYK
RGB Variations
Color information
#9E648E (or 0x9E648E) is known color: Strikemaster. HEX triplet: 9E, 64 and 8E. RGB value is (158,100,142). Sum of RGB (Red+Green+Blue) = 158+100+142=400 (52% of max value = 765). Red value is 158 (62.11% from 255 or 39.5% from 400); Green value is 100 (39.45% from 255 or 25% from 400); Blue value is 142 (55.86% from 255 or 35.5% from 400); Max value from RGB is 158 - color contains mainly: red. Hex color #9E648E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E648E is #619B71. Grayscale: #7A7A7A. Windows color (decimal): -6396786 or 9331870. OLE color: 9331870.
HSL color Cylindrical-coordinate representation of color #9E648E: hue angle of 316.55º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9E648E is Cyan = 0, Magento = 0.37, Yellow = 0.10 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 100 | 142 | - |
| CMYK | 0 | 0.37 | 0.10 | 0.38 |
| HSL | 316.55º | 0.23% | 0.51% | - |
| HSV(B) | 316.55º | 0.37% | 0.62% | - |
| XYZ | 23.54 | 18.34 | 27.89 | - |
| YUV | 122.13 | 139.22 | 153.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 100 | 142 | 0 | 0.37 | 0.10 | 0.38 | 316.55 | 0.23 | 0.51 |
| Hex | 9E | 64 | 8E | 0 | 25 | A | 26 | 13D | 17 | 33 |
| Octal | 236 | 144 | 216 | 0 | 45 | 12 | 46 | 475 | 27 | 63 |
| Binary | 10011110 | 1100100 | 10001110 | 0 | 100101 | 1010 | 100110 | 100111101 | 10111 | 110011 |
Color Harmonies of #9E648E
Complementary color
Monochromatic Colors of #9E648E
Black with #9E648E
Text Example
Text Example
White with #9E648E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E648E; }
p { color: rgb(158,100,142); }
H1.HeaderClassName
{
color: #9E648E;
}
.AnyTagClassName
{
color: #9E648E;
}
</style>
background-color css
<style>
a { background-color: #9E648E; }
a { background-color: rgb(158,100,142); }
div.DivClassName
{
background-color: #9E648E;
}
.BgClassName
{
background-color: #9E648E;
}
</style>
border-color css
<style>
span { border-color: #9E648E; }
span { border-color: rgb(158,100,142); }
td.TdClassName
{
border-color: #9E648E;
}
.TagClassName
{
border-color: #9E648E;
}
</style>