Shades of Strikemaster #9E567A
Tints of Strikemaster #9E567A
RGB
CMYK
RGB Variations
Color information
#9E567A (or 0x9E567A) is known color: Strikemaster. HEX triplet: 9E, 56 and 7A. RGB value is (158,86,122). Sum of RGB (Red+Green+Blue) = 158+86+122=366 (48% of max value = 765). Red value is 158 (62.11% from 255 or 43.17% from 366); Green value is 86 (33.98% from 255 or 23.50% from 366); Blue value is 122 (48.05% from 255 or 33.33% from 366); Max value from RGB is 158 - color contains mainly: red. Hex color #9E567A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E567A is #61A985. Grayscale: #6F6F6F. Windows color (decimal): -6400390 or 8017566. OLE color: 8017566.
HSL color Cylindrical-coordinate representation of color #9E567A: hue angle of 330º 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 #9E567A is Cyan = 0, Magento = 0.46, Yellow = 0.23 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 86 | 122 | - |
| CMYK | 0 | 0.46 | 0.23 | 0.38 |
| HSL | 330º | 0.3% | 0.48% | - |
| HSV(B) | 330º | 0.46% | 0.62% | - |
| XYZ | 20.94 | 15.33 | 20.27 | - |
| YUV | 111.63 | 133.85 | 161.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 86 | 122 | 0 | 0.46 | 0.23 | 0.38 | 330 | 0.3 | 0.48 |
| Hex | 9E | 56 | 7A | 0 | 2E | 17 | 26 | 14A | 1E | 30 |
| Octal | 236 | 126 | 172 | 0 | 56 | 27 | 46 | 512 | 36 | 60 |
| Binary | 10011110 | 1010110 | 1111010 | 0 | 101110 | 10111 | 100110 | 101001010 | 11110 | 110000 |
Color Harmonies of #9E567A
Complementary color
Monochromatic Colors of #9E567A
Black with #9E567A
Text Example
Text Example
White with #9E567A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E567A; }
p { color: rgb(158,86,122); }
H1.HeaderClassName
{
color: #9E567A;
}
.AnyTagClassName
{
color: #9E567A;
}
</style>
background-color css
<style>
a { background-color: #9E567A; }
a { background-color: rgb(158,86,122); }
div.DivClassName
{
background-color: #9E567A;
}
.BgClassName
{
background-color: #9E567A;
}
</style>
border-color css
<style>
span { border-color: #9E567A; }
span { border-color: rgb(158,86,122); }
td.TdClassName
{
border-color: #9E567A;
}
.TagClassName
{
border-color: #9E567A;
}
</style>