Shades of Strikemaster #9E568A
Tints of Strikemaster #9E568A
RGB
CMYK
RGB Variations
Color information
#9E568A (or 0x9E568A) is known color: Strikemaster. HEX triplet: 9E, 56 and 8A. RGB value is (158,86,138). Sum of RGB (Red+Green+Blue) = 158+86+138=382 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.36% from 382); Green value is 86 (33.98% from 255 or 22.51% from 382); Blue value is 138 (54.30% from 255 or 36.13% from 382); Max value from RGB is 158 - color contains mainly: red. Hex color #9E568A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E568A is #61A975. Grayscale: #717171. Windows color (decimal): -6400374 or 9066142. OLE color: 9066142.
HSL color Cylindrical-coordinate representation of color #9E568A: hue angle of 316.67º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9E568A is Cyan = 0, Magento = 0.46, Yellow = 0.13 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 86 | 138 | - |
| CMYK | 0 | 0.46 | 0.13 | 0.38 |
| HSL | 316.67º | 0.3% | 0.48% | - |
| HSV(B) | 316.67º | 0.46% | 0.62% | - |
| XYZ | 22.02 | 15.76 | 25.93 | - |
| YUV | 113.46 | 141.85 | 159.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 86 | 138 | 0 | 0.46 | 0.13 | 0.38 | 316.67 | 0.3 | 0.48 |
| Hex | 9E | 56 | 8A | 0 | 2E | D | 26 | 13D | 1E | 30 |
| Octal | 236 | 126 | 212 | 0 | 56 | 15 | 46 | 475 | 36 | 60 |
| Binary | 10011110 | 1010110 | 10001010 | 0 | 101110 | 1101 | 100110 | 100111101 | 11110 | 110000 |
Color Harmonies of #9E568A
Complementary color
Monochromatic Colors of #9E568A
Black with #9E568A
Text Example
Text Example
White with #9E568A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E568A; }
p { color: rgb(158,86,138); }
H1.HeaderClassName
{
color: #9E568A;
}
.AnyTagClassName
{
color: #9E568A;
}
</style>
background-color css
<style>
a { background-color: #9E568A; }
a { background-color: rgb(158,86,138); }
div.DivClassName
{
background-color: #9E568A;
}
.BgClassName
{
background-color: #9E568A;
}
</style>
border-color css
<style>
span { border-color: #9E568A; }
span { border-color: rgb(158,86,138); }
td.TdClassName
{
border-color: #9E568A;
}
.TagClassName
{
border-color: #9E568A;
}
</style>