Shades of Strikemaster #9E6484
Tints of Strikemaster #9E6484
RGB
CMYK
RGB Variations
Color information
#9E6484 (or 0x9E6484) is known color: Strikemaster. HEX triplet: 9E, 64 and 84. RGB value is (158,100,132). Sum of RGB (Red+Green+Blue) = 158+100+132=390 (51% of max value = 765). Red value is 158 (62.11% from 255 or 40.51% from 390); Green value is 100 (39.45% from 255 or 25.64% from 390); Blue value is 132 (51.95% from 255 or 33.85% from 390); Max value from RGB is 158 - color contains mainly: red. Hex color #9E6484 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E6484 is #619B7B. Grayscale: #787878. Windows color (decimal): -6396796 or 8676510. OLE color: 8676510.
HSL color Cylindrical-coordinate representation of color #9E6484: hue angle of 326.9º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9E6484 is Cyan = 0, Magento = 0.37, Yellow = 0.16 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 100 | 132 | - |
| CMYK | 0 | 0.37 | 0.16 | 0.38 |
| HSL | 326.9º | 0.23% | 0.51% | - |
| HSV(B) | 326.9º | 0.37% | 0.62% | - |
| XYZ | 22.82 | 18.05 | 24.11 | - |
| YUV | 120.99 | 134.22 | 154.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 100 | 132 | 0 | 0.37 | 0.16 | 0.38 | 326.9 | 0.23 | 0.51 |
| Hex | 9E | 64 | 84 | 0 | 25 | 10 | 26 | 147 | 17 | 33 |
| Octal | 236 | 144 | 204 | 0 | 45 | 20 | 46 | 507 | 27 | 63 |
| Binary | 10011110 | 1100100 | 10000100 | 0 | 100101 | 10000 | 100110 | 101000111 | 10111 | 110011 |
Color Harmonies of #9E6484
Complementary color
Monochromatic Colors of #9E6484
Black with #9E6484
Text Example
Text Example
White with #9E6484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E6484; }
p { color: rgb(158,100,132); }
H1.HeaderClassName
{
color: #9E6484;
}
.AnyTagClassName
{
color: #9E6484;
}
</style>
background-color css
<style>
a { background-color: #9E6484; }
a { background-color: rgb(158,100,132); }
div.DivClassName
{
background-color: #9E6484;
}
.BgClassName
{
background-color: #9E6484;
}
</style>
border-color css
<style>
span { border-color: #9E6484; }
span { border-color: rgb(158,100,132); }
td.TdClassName
{
border-color: #9E6484;
}
.TagClassName
{
border-color: #9E6484;
}
</style>