Shades of Strikemaster #9E658F
Tints of Strikemaster #9E658F
RGB
CMYK
RGB Variations
Color information
#9E658F (or 0x9E658F) is known color: Strikemaster. HEX triplet: 9E, 65 and 8F. RGB value is (158,101,143). Sum of RGB (Red+Green+Blue) = 158+101+143=402 (53% of max value = 765). Red value is 158 (62.11% from 255 or 39.30% from 402); Green value is 101 (39.84% from 255 or 25.12% from 402); Blue value is 143 (56.25% from 255 or 35.57% from 402); Max value from RGB is 158 - color contains mainly: red. Hex color #9E658F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E658F is #619A70. Grayscale: #7A7A7A. Windows color (decimal): -6396529 or 9397662. OLE color: 9397662.
HSL color Cylindrical-coordinate representation of color #9E658F: hue angle of 315.79º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9E658F is Cyan = 0, Magento = 0.36, Yellow = 0.09 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 101 | 143 | - |
| CMYK | 0 | 0.36 | 0.09 | 0.38 |
| HSL | 315.79º | 0.23% | 0.51% | - |
| HSV(B) | 315.79º | 0.36% | 0.62% | - |
| XYZ | 23.71 | 18.56 | 28.32 | - |
| YUV | 122.83 | 139.38 | 153.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 101 | 143 | 0 | 0.36 | 0.09 | 0.38 | 315.79 | 0.23 | 0.51 |
| Hex | 9E | 65 | 8F | 0 | 24 | 9 | 26 | 13C | 17 | 33 |
| Octal | 236 | 145 | 217 | 0 | 44 | 11 | 46 | 474 | 27 | 63 |
| Binary | 10011110 | 1100101 | 10001111 | 0 | 100100 | 1001 | 100110 | 100111100 | 10111 | 110011 |
Color Harmonies of #9E658F
Complementary color
Monochromatic Colors of #9E658F
Black with #9E658F
Text Example
Text Example
White with #9E658F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E658F; }
p { color: rgb(158,101,143); }
H1.HeaderClassName
{
color: #9E658F;
}
.AnyTagClassName
{
color: #9E658F;
}
</style>
background-color css
<style>
a { background-color: #9E658F; }
a { background-color: rgb(158,101,143); }
div.DivClassName
{
background-color: #9E658F;
}
.BgClassName
{
background-color: #9E658F;
}
</style>
border-color css
<style>
span { border-color: #9E658F; }
span { border-color: rgb(158,101,143); }
td.TdClassName
{
border-color: #9E658F;
}
.TagClassName
{
border-color: #9E658F;
}
</style>