Shades of Strikemaster #9E608E
Tints of Strikemaster #9E608E
RGB
CMYK
RGB Variations
Color information
#9E608E (or 0x9E608E) is known color: Strikemaster. HEX triplet: 9E, 60 and 8E. RGB value is (158,96,142). Sum of RGB (Red+Green+Blue) = 158+96+142=396 (52% of max value = 765). Red value is 158 (62.11% from 255 or 39.90% from 396); Green value is 96 (37.89% from 255 or 24.24% from 396); Blue value is 142 (55.86% from 255 or 35.86% from 396); Max value from RGB is 158 - color contains mainly: red. Hex color #9E608E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E608E is #619F71. Grayscale: #777777. Windows color (decimal): -6397810 or 9330846. OLE color: 9330846.
HSL color Cylindrical-coordinate representation of color #9E608E: hue angle of 315.48º 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 #9E608E is Cyan = 0, Magento = 0.39, Yellow = 0.10 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 96 | 142 | - |
| CMYK | 0 | 0.39 | 0.10 | 0.38 |
| HSL | 315.48º | 0.24% | 0.5% | - |
| HSV(B) | 315.48º | 0.39% | 0.62% | - |
| XYZ | 23.17 | 17.59 | 27.77 | - |
| YUV | 119.78 | 140.54 | 155.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 96 | 142 | 0 | 0.39 | 0.10 | 0.38 | 315.48 | 0.24 | 0.5 |
| Hex | 9E | 60 | 8E | 0 | 27 | A | 26 | 13B | 18 | 32 |
| Octal | 236 | 140 | 216 | 0 | 47 | 12 | 46 | 473 | 30 | 62 |
| Binary | 10011110 | 1100000 | 10001110 | 0 | 100111 | 1010 | 100110 | 100111011 | 11000 | 110010 |
Color Harmonies of #9E608E
Complementary color
Monochromatic Colors of #9E608E
Black with #9E608E
Text Example
Text Example
White with #9E608E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E608E; }
p { color: rgb(158,96,142); }
H1.HeaderClassName
{
color: #9E608E;
}
.AnyTagClassName
{
color: #9E608E;
}
</style>
background-color css
<style>
a { background-color: #9E608E; }
a { background-color: rgb(158,96,142); }
div.DivClassName
{
background-color: #9E608E;
}
.BgClassName
{
background-color: #9E608E;
}
</style>
border-color css
<style>
span { border-color: #9E608E; }
span { border-color: rgb(158,96,142); }
td.TdClassName
{
border-color: #9E608E;
}
.TagClassName
{
border-color: #9E608E;
}
</style>