Shades of Strikemaster #9E5A82
Tints of Strikemaster #9E5A82
RGB
CMYK
RGB Variations
Color information
#9E5A82 (or 0x9E5A82) is known color: Strikemaster. HEX triplet: 9E, 5A and 82. RGB value is (158,90,130). Sum of RGB (Red+Green+Blue) = 158+90+130=378 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.80% from 378); Green value is 90 (35.55% from 255 or 23.81% from 378); Blue value is 130 (51.17% from 255 or 34.39% from 378); Max value from RGB is 158 - color contains mainly: red. Hex color #9E5A82 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E5A82 is #61A57D. Grayscale: #727272. Windows color (decimal): -6399358 or 8542878. OLE color: 8542878.
HSL color Cylindrical-coordinate representation of color #9E5A82: hue angle of 324.71º degrees, saturation: 0.27, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9E5A82 is Cyan = 0, Magento = 0.43, Yellow = 0.18 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 90 | 130 | - |
| CMYK | 0 | 0.43 | 0.18 | 0.38 |
| HSL | 324.71º | 0.27% | 0.49% | - |
| HSV(B) | 324.71º | 0.43% | 0.62% | - |
| XYZ | 21.79 | 16.19 | 23.1 | - |
| YUV | 114.89 | 136.53 | 158.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 90 | 130 | 0 | 0.43 | 0.18 | 0.38 | 324.71 | 0.27 | 0.49 |
| Hex | 9E | 5A | 82 | 0 | 2B | 12 | 26 | 145 | 1B | 31 |
| Octal | 236 | 132 | 202 | 0 | 53 | 22 | 46 | 505 | 33 | 61 |
| Binary | 10011110 | 1011010 | 10000010 | 0 | 101011 | 10010 | 100110 | 101000101 | 11011 | 110001 |
Color Harmonies of #9E5A82
Complementary color
Monochromatic Colors of #9E5A82
Black with #9E5A82
Text Example
Text Example
White with #9E5A82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E5A82; }
p { color: rgb(158,90,130); }
H1.HeaderClassName
{
color: #9E5A82;
}
.AnyTagClassName
{
color: #9E5A82;
}
</style>
background-color css
<style>
a { background-color: #9E5A82; }
a { background-color: rgb(158,90,130); }
div.DivClassName
{
background-color: #9E5A82;
}
.BgClassName
{
background-color: #9E5A82;
}
</style>
border-color css
<style>
span { border-color: #9E5A82; }
span { border-color: rgb(158,90,130); }
td.TdClassName
{
border-color: #9E5A82;
}
.TagClassName
{
border-color: #9E5A82;
}
</style>