Shades of Strikemaster #9E6384
Tints of Strikemaster #9E6384
RGB
CMYK
RGB Variations
Color information
#9E6384 (or 0x9E6384) is known color: Strikemaster. HEX triplet: 9E, 63 and 84. RGB value is (158,99,132). Sum of RGB (Red+Green+Blue) = 158+99+132=389 (51% of max value = 765). Red value is 158 (62.11% from 255 or 40.62% from 389); Green value is 99 (39.06% from 255 or 25.45% from 389); Blue value is 132 (51.95% from 255 or 33.93% from 389); Max value from RGB is 158 - color contains mainly: red. Hex color #9E6384 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E6384 is #619C7B. Grayscale: #787878. Windows color (decimal): -6397052 or 8676254. OLE color: 8676254.
HSL color Cylindrical-coordinate representation of color #9E6384: hue angle of 326.44º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9E6384 is Cyan = 0, Magento = 0.37, Yellow = 0.16 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 99 | 132 | - |
| CMYK | 0 | 0.37 | 0.16 | 0.38 |
| HSL | 326.44º | 0.23% | 0.5% | - |
| HSV(B) | 326.44º | 0.37% | 0.62% | - |
| XYZ | 22.73 | 17.86 | 24.08 | - |
| YUV | 120.4 | 134.55 | 154.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 99 | 132 | 0 | 0.37 | 0.16 | 0.38 | 326.44 | 0.23 | 0.5 |
| Hex | 9E | 63 | 84 | 0 | 25 | 10 | 26 | 146 | 17 | 32 |
| Octal | 236 | 143 | 204 | 0 | 45 | 20 | 46 | 506 | 27 | 62 |
| Binary | 10011110 | 1100011 | 10000100 | 0 | 100101 | 10000 | 100110 | 101000110 | 10111 | 110010 |
Color Harmonies of #9E6384
Complementary color
Monochromatic Colors of #9E6384
Black with #9E6384
Text Example
Text Example
White with #9E6384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E6384; }
p { color: rgb(158,99,132); }
H1.HeaderClassName
{
color: #9E6384;
}
.AnyTagClassName
{
color: #9E6384;
}
</style>
background-color css
<style>
a { background-color: #9E6384; }
a { background-color: rgb(158,99,132); }
div.DivClassName
{
background-color: #9E6384;
}
.BgClassName
{
background-color: #9E6384;
}
</style>
border-color css
<style>
span { border-color: #9E6384; }
span { border-color: rgb(158,99,132); }
td.TdClassName
{
border-color: #9E6384;
}
.TagClassName
{
border-color: #9E6384;
}
</style>