Shades of Strikemaster #9E627B
Tints of Strikemaster #9E627B
RGB
CMYK
RGB Variations
Color information
#9E627B (or 0x9E627B) is known color: Strikemaster. HEX triplet: 9E, 62 and 7B. RGB value is (158,98,123). Sum of RGB (Red+Green+Blue) = 158+98+123=379 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.69% from 379); Green value is 98 (38.67% from 255 or 25.86% from 379); Blue value is 123 (48.44% from 255 or 32.45% from 379); Max value from RGB is 158 - color contains mainly: red. Hex color #9E627B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E627B is #619D84. Grayscale: #767676. Windows color (decimal): -6397317 or 8086174. OLE color: 8086174.
HSL color Cylindrical-coordinate representation of color #9E627B: hue angle of 335º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9E627B is Cyan = 0, Magento = 0.38, Yellow = 0.22 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 98 | 123 | - |
| CMYK | 0 | 0.38 | 0.22 | 0.38 |
| HSL | 335º | 0.24% | 0.5% | - |
| HSV(B) | 335º | 0.38% | 0.62% | - |
| XYZ | 22.04 | 17.43 | 20.94 | - |
| YUV | 118.79 | 130.38 | 155.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 98 | 123 | 0 | 0.38 | 0.22 | 0.38 | 335 | 0.24 | 0.5 |
| Hex | 9E | 62 | 7B | 0 | 26 | 16 | 26 | 14F | 18 | 32 |
| Octal | 236 | 142 | 173 | 0 | 46 | 26 | 46 | 517 | 30 | 62 |
| Binary | 10011110 | 1100010 | 1111011 | 0 | 100110 | 10110 | 100110 | 101001111 | 11000 | 110010 |
Color Harmonies of #9E627B
Complementary color
Monochromatic Colors of #9E627B
Black with #9E627B
Text Example
Text Example
White with #9E627B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E627B; }
p { color: rgb(158,98,123); }
H1.HeaderClassName
{
color: #9E627B;
}
.AnyTagClassName
{
color: #9E627B;
}
</style>
background-color css
<style>
a { background-color: #9E627B; }
a { background-color: rgb(158,98,123); }
div.DivClassName
{
background-color: #9E627B;
}
.BgClassName
{
background-color: #9E627B;
}
</style>
border-color css
<style>
span { border-color: #9E627B; }
span { border-color: rgb(158,98,123); }
td.TdClassName
{
border-color: #9E627B;
}
.TagClassName
{
border-color: #9E627B;
}
</style>