Shades of Strikemaster #9E607B
Tints of Strikemaster #9E607B
RGB
CMYK
RGB Variations
Color information
#9E607B (or 0x9E607B) is known color: Strikemaster. HEX triplet: 9E, 60 and 7B. RGB value is (158,96,123). Sum of RGB (Red+Green+Blue) = 158+96+123=377 (49% of max value = 765). Red value is 158 (62.11% from 255 or 41.91% from 377); Green value is 96 (37.89% from 255 or 25.46% from 377); Blue value is 123 (48.44% from 255 or 32.63% from 377); Max value from RGB is 158 - color contains mainly: red. Hex color #9E607B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E607B is #619F84. Grayscale: #757575. Windows color (decimal): -6397829 or 8085662. OLE color: 8085662.
HSL color Cylindrical-coordinate representation of color #9E607B: hue angle of 333.87º 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 #9E607B is Cyan = 0, Magento = 0.39, Yellow = 0.22 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 96 | 123 | - |
| CMYK | 0 | 0.39 | 0.22 | 0.38 |
| HSL | 333.87º | 0.24% | 0.5% | - |
| HSV(B) | 333.87º | 0.39% | 0.62% | - |
| XYZ | 21.86 | 17.06 | 20.88 | - |
| YUV | 117.62 | 131.04 | 156.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 96 | 123 | 0 | 0.39 | 0.22 | 0.38 | 333.87 | 0.24 | 0.5 |
| Hex | 9E | 60 | 7B | 0 | 27 | 16 | 26 | 14E | 18 | 32 |
| Octal | 236 | 140 | 173 | 0 | 47 | 26 | 46 | 516 | 30 | 62 |
| Binary | 10011110 | 1100000 | 1111011 | 0 | 100111 | 10110 | 100110 | 101001110 | 11000 | 110010 |
Color Harmonies of #9E607B
Complementary color
Monochromatic Colors of #9E607B
Black with #9E607B
Text Example
Text Example
White with #9E607B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E607B; }
p { color: rgb(158,96,123); }
H1.HeaderClassName
{
color: #9E607B;
}
.AnyTagClassName
{
color: #9E607B;
}
</style>
background-color css
<style>
a { background-color: #9E607B; }
a { background-color: rgb(158,96,123); }
div.DivClassName
{
background-color: #9E607B;
}
.BgClassName
{
background-color: #9E607B;
}
</style>
border-color css
<style>
span { border-color: #9E607B; }
span { border-color: rgb(158,96,123); }
td.TdClassName
{
border-color: #9E607B;
}
.TagClassName
{
border-color: #9E607B;
}
</style>