Shades of Strikemaster #9E6C8A
Tints of Strikemaster #9E6C8A
RGB
CMYK
RGB Variations
Color information
#9E6C8A (or 0x9E6C8A) is known color: Strikemaster. HEX triplet: 9E, 6C and 8A. RGB value is (158,108,138). Sum of RGB (Red+Green+Blue) = 158+108+138=404 (53% of max value = 765). Red value is 158 (62.11% from 255 or 39.11% from 404); Green value is 108 (42.58% from 255 or 26.73% from 404); Blue value is 138 (54.30% from 255 or 34.16% from 404); Max value from RGB is 158 - color contains mainly: red. Hex color #9E6C8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E6C8A is #619375. Grayscale: #7E7E7E. Windows color (decimal): -6394742 or 9071774. OLE color: 9071774.
HSL color Cylindrical-coordinate representation of color #9E6C8A: hue angle of 324º degrees, saturation: 0.2, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9E6C8A is Cyan = 0, Magento = 0.32, Yellow = 0.13 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 108 | 138 | - |
| CMYK | 0 | 0.32 | 0.13 | 0.38 |
| HSL | 324º | 0.2% | 0.52% | - |
| HSV(B) | 324º | 0.32% | 0.62% | - |
| XYZ | 24.05 | 19.83 | 26.6 | - |
| YUV | 126.37 | 134.57 | 150.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 108 | 138 | 0 | 0.32 | 0.13 | 0.38 | 324 | 0.2 | 0.52 |
| Hex | 9E | 6C | 8A | 0 | 20 | D | 26 | 144 | 14 | 34 |
| Octal | 236 | 154 | 212 | 0 | 40 | 15 | 46 | 504 | 24 | 64 |
| Binary | 10011110 | 1101100 | 10001010 | 0 | 100000 | 1101 | 100110 | 101000100 | 10100 | 110100 |
Color Harmonies of #9E6C8A
Complementary color
Monochromatic Colors of #9E6C8A
Black with #9E6C8A
Text Example
Text Example
White with #9E6C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E6C8A; }
p { color: rgb(158,108,138); }
H1.HeaderClassName
{
color: #9E6C8A;
}
.AnyTagClassName
{
color: #9E6C8A;
}
</style>
background-color css
<style>
a { background-color: #9E6C8A; }
a { background-color: rgb(158,108,138); }
div.DivClassName
{
background-color: #9E6C8A;
}
.BgClassName
{
background-color: #9E6C8A;
}
</style>
border-color css
<style>
span { border-color: #9E6C8A; }
span { border-color: rgb(158,108,138); }
td.TdClassName
{
border-color: #9E6C8A;
}
.TagClassName
{
border-color: #9E6C8A;
}
</style>