Shades of Strikemaster #9E678B
Tints of Strikemaster #9E678B
RGB
CMYK
RGB Variations
Color information
#9E678B (or 0x9E678B) is known color: Strikemaster. HEX triplet: 9E, 67 and 8B. RGB value is (158,103,139). Sum of RGB (Red+Green+Blue) = 158+103+139=400 (52% of max value = 765). Red value is 158 (62.11% from 255 or 39.5% from 400); Green value is 103 (40.62% from 255 or 25.75% from 400); Blue value is 139 (54.69% from 255 or 34.75% from 400); Max value from RGB is 158 - color contains mainly: red. Hex color #9E678B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E678B is #619874. Grayscale: #7B7B7B. Windows color (decimal): -6396021 or 9136030. OLE color: 9136030.
HSL color Cylindrical-coordinate representation of color #9E678B: hue angle of 320.73º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9E678B is Cyan = 0, Magento = 0.35, Yellow = 0.12 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 103 | 139 | - |
| CMYK | 0 | 0.35 | 0.12 | 0.38 |
| HSL | 320.73º | 0.22% | 0.51% | - |
| HSV(B) | 320.73º | 0.35% | 0.62% | - |
| XYZ | 23.61 | 18.83 | 26.82 | - |
| YUV | 123.55 | 136.72 | 152.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 103 | 139 | 0 | 0.35 | 0.12 | 0.38 | 320.73 | 0.22 | 0.51 |
| Hex | 9E | 67 | 8B | 0 | 23 | C | 26 | 141 | 16 | 33 |
| Octal | 236 | 147 | 213 | 0 | 43 | 14 | 46 | 501 | 26 | 63 |
| Binary | 10011110 | 1100111 | 10001011 | 0 | 100011 | 1100 | 100110 | 101000001 | 10110 | 110011 |
Color Harmonies of #9E678B
Complementary color
Monochromatic Colors of #9E678B
Black with #9E678B
Text Example
Text Example
White with #9E678B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E678B; }
p { color: rgb(158,103,139); }
H1.HeaderClassName
{
color: #9E678B;
}
.AnyTagClassName
{
color: #9E678B;
}
</style>
background-color css
<style>
a { background-color: #9E678B; }
a { background-color: rgb(158,103,139); }
div.DivClassName
{
background-color: #9E678B;
}
.BgClassName
{
background-color: #9E678B;
}
</style>
border-color css
<style>
span { border-color: #9E678B; }
span { border-color: rgb(158,103,139); }
td.TdClassName
{
border-color: #9E678B;
}
.TagClassName
{
border-color: #9E678B;
}
</style>