Shades of Strikemaster #9E678A
Tints of Strikemaster #9E678A
RGB
CMYK
RGB Variations
Color information
#9E678A (or 0x9E678A) is known color: Strikemaster. HEX triplet: 9E, 67 and 8A. RGB value is (158,103,138). Sum of RGB (Red+Green+Blue) = 158+103+138=399 (52% of max value = 765). Red value is 158 (62.11% from 255 or 39.60% from 399); Green value is 103 (40.62% from 255 or 25.81% from 399); Blue value is 138 (54.30% from 255 or 34.59% from 399); Max value from RGB is 158 - color contains mainly: red. Hex color #9E678A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E678A is #619875. Grayscale: #7B7B7B. Windows color (decimal): -6396022 or 9070494. OLE color: 9070494.
HSL color Cylindrical-coordinate representation of color #9E678A: hue angle of 321.82º 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 #9E678A is Cyan = 0, Magento = 0.35, Yellow = 0.13 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 103 | 138 | - |
| CMYK | 0 | 0.35 | 0.13 | 0.38 |
| HSL | 321.82º | 0.22% | 0.51% | - |
| HSV(B) | 321.82º | 0.35% | 0.62% | - |
| XYZ | 23.54 | 18.8 | 26.43 | - |
| YUV | 123.44 | 136.22 | 152.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 103 | 138 | 0 | 0.35 | 0.13 | 0.38 | 321.82 | 0.22 | 0.51 |
| Hex | 9E | 67 | 8A | 0 | 23 | D | 26 | 142 | 16 | 33 |
| Octal | 236 | 147 | 212 | 0 | 43 | 15 | 46 | 502 | 26 | 63 |
| Binary | 10011110 | 1100111 | 10001010 | 0 | 100011 | 1101 | 100110 | 101000010 | 10110 | 110011 |
Color Harmonies of #9E678A
Complementary color
Monochromatic Colors of #9E678A
Black with #9E678A
Text Example
Text Example
White with #9E678A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E678A; }
p { color: rgb(158,103,138); }
H1.HeaderClassName
{
color: #9E678A;
}
.AnyTagClassName
{
color: #9E678A;
}
</style>
background-color css
<style>
a { background-color: #9E678A; }
a { background-color: rgb(158,103,138); }
div.DivClassName
{
background-color: #9E678A;
}
.BgClassName
{
background-color: #9E678A;
}
</style>
border-color css
<style>
span { border-color: #9E678A; }
span { border-color: rgb(158,103,138); }
td.TdClassName
{
border-color: #9E678A;
}
.TagClassName
{
border-color: #9E678A;
}
</style>