Shades of Strikemaster #9E6884
Tints of Strikemaster #9E6884
RGB
CMYK
RGB Variations
Color information
#9E6884 (or 0x9E6884) is known color: Strikemaster. HEX triplet: 9E, 68 and 84. RGB value is (158,104,132). Sum of RGB (Red+Green+Blue) = 158+104+132=394 (52% of max value = 765). Red value is 158 (62.11% from 255 or 40.10% from 394); Green value is 104 (41.02% from 255 or 26.40% from 394); Blue value is 132 (51.95% from 255 or 33.50% from 394); Max value from RGB is 158 - color contains mainly: red. Hex color #9E6884 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E6884 is #61977B. Grayscale: #7B7B7B. Windows color (decimal): -6395772 or 8677534. OLE color: 8677534.
HSL color Cylindrical-coordinate representation of color #9E6884: hue angle of 328.89º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9E6884 is Cyan = 0, Magento = 0.34, Yellow = 0.16 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 104 | 132 | - |
| CMYK | 0 | 0.34 | 0.16 | 0.38 |
| HSL | 328.89º | 0.22% | 0.51% | - |
| HSV(B) | 328.89º | 0.34% | 0.62% | - |
| XYZ | 23.22 | 18.84 | 24.24 | - |
| YUV | 123.34 | 132.89 | 152.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 104 | 132 | 0 | 0.34 | 0.16 | 0.38 | 328.89 | 0.22 | 0.51 |
| Hex | 9E | 68 | 84 | 0 | 22 | 10 | 26 | 149 | 16 | 33 |
| Octal | 236 | 150 | 204 | 0 | 42 | 20 | 46 | 511 | 26 | 63 |
| Binary | 10011110 | 1101000 | 10000100 | 0 | 100010 | 10000 | 100110 | 101001001 | 10110 | 110011 |
Color Harmonies of #9E6884
Complementary color
Monochromatic Colors of #9E6884
Black with #9E6884
Text Example
Text Example
White with #9E6884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E6884; }
p { color: rgb(158,104,132); }
H1.HeaderClassName
{
color: #9E6884;
}
.AnyTagClassName
{
color: #9E6884;
}
</style>
background-color css
<style>
a { background-color: #9E6884; }
a { background-color: rgb(158,104,132); }
div.DivClassName
{
background-color: #9E6884;
}
.BgClassName
{
background-color: #9E6884;
}
</style>
border-color css
<style>
span { border-color: #9E6884; }
span { border-color: rgb(158,104,132); }
td.TdClassName
{
border-color: #9E6884;
}
.TagClassName
{
border-color: #9E6884;
}
</style>