Shades of Strikemaster #9E607F
Tints of Strikemaster #9E607F
RGB
CMYK
RGB Variations
Color information
#9E607F (or 0x9E607F) is known color: Strikemaster. HEX triplet: 9E, 60 and 7F. RGB value is (158,96,127). Sum of RGB (Red+Green+Blue) = 158+96+127=381 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.47% from 381); Green value is 96 (37.89% from 255 or 25.20% from 381); Blue value is 127 (50% from 255 or 33.33% from 381); Max value from RGB is 158 - color contains mainly: red. Hex color #9E607F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E607F is #619F80. Grayscale: #767676. Windows color (decimal): -6397825 or 8347806. OLE color: 8347806.
HSL color Cylindrical-coordinate representation of color #9E607F: hue angle of 330º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9E607F is Cyan = 0, Magento = 0.39, Yellow = 0.20 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 96 | 127 | - |
| CMYK | 0 | 0.39 | 0.20 | 0.38 |
| HSL | 330º | 0.24% | 0.5% | - |
| HSV(B) | 330º | 0.39% | 0.62% | - |
| XYZ | 22.11 | 17.17 | 22.23 | - |
| YUV | 118.07 | 133.04 | 156.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 96 | 127 | 0 | 0.39 | 0.20 | 0.38 | 330 | 0.24 | 0.5 |
| Hex | 9E | 60 | 7F | 0 | 27 | 14 | 26 | 14A | 18 | 32 |
| Octal | 236 | 140 | 177 | 0 | 47 | 24 | 46 | 512 | 30 | 62 |
| Binary | 10011110 | 1100000 | 1111111 | 0 | 100111 | 10100 | 100110 | 101001010 | 11000 | 110010 |
Color Harmonies of #9E607F
Complementary color
Monochromatic Colors of #9E607F
Black with #9E607F
Text Example
Text Example
White with #9E607F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E607F; }
p { color: rgb(158,96,127); }
H1.HeaderClassName
{
color: #9E607F;
}
.AnyTagClassName
{
color: #9E607F;
}
</style>
background-color css
<style>
a { background-color: #9E607F; }
a { background-color: rgb(158,96,127); }
div.DivClassName
{
background-color: #9E607F;
}
.BgClassName
{
background-color: #9E607F;
}
</style>
border-color css
<style>
span { border-color: #9E607F; }
span { border-color: rgb(158,96,127); }
td.TdClassName
{
border-color: #9E607F;
}
.TagClassName
{
border-color: #9E607F;
}
</style>