Shades of Strikemaster #9E6D88
Tints of Strikemaster #9E6D88
RGB
CMYK
RGB Variations
Color information
#9E6D88 (or 0x9E6D88) is known color: Strikemaster. HEX triplet: 9E, 6D and 88. RGB value is (158,109,136). Sum of RGB (Red+Green+Blue) = 158+109+136=403 (53% of max value = 765). Red value is 158 (62.11% from 255 or 39.21% from 403); Green value is 109 (42.97% from 255 or 27.05% from 403); Blue value is 136 (53.52% from 255 or 33.75% from 403); Max value from RGB is 158 - color contains mainly: red. Hex color #9E6D88 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E6D88 is #619277. Grayscale: #7E7E7E. Windows color (decimal): -6394488 or 8940958. OLE color: 8940958.
HSL color Cylindrical-coordinate representation of color #9E6D88: hue angle of 326.94º degrees, saturation: 0.2, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9E6D88 is Cyan = 0, Magento = 0.31, Yellow = 0.14 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 109 | 136 | - |
| CMYK | 0 | 0.31 | 0.14 | 0.38 |
| HSL | 326.94º | 0.2% | 0.52% | - |
| HSV(B) | 326.94º | 0.31% | 0.62% | - |
| XYZ | 24.01 | 19.98 | 25.88 | - |
| YUV | 126.73 | 133.23 | 150.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 109 | 136 | 0 | 0.31 | 0.14 | 0.38 | 326.94 | 0.2 | 0.52 |
| Hex | 9E | 6D | 88 | 0 | 1F | E | 26 | 147 | 14 | 34 |
| Octal | 236 | 155 | 210 | 0 | 37 | 16 | 46 | 507 | 24 | 64 |
| Binary | 10011110 | 1101101 | 10001000 | 0 | 11111 | 1110 | 100110 | 101000111 | 10100 | 110100 |
Color Harmonies of #9E6D88
Complementary color
Monochromatic Colors of #9E6D88
Black with #9E6D88
Text Example
Text Example
White with #9E6D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E6D88; }
p { color: rgb(158,109,136); }
H1.HeaderClassName
{
color: #9E6D88;
}
.AnyTagClassName
{
color: #9E6D88;
}
</style>
background-color css
<style>
a { background-color: #9E6D88; }
a { background-color: rgb(158,109,136); }
div.DivClassName
{
background-color: #9E6D88;
}
.BgClassName
{
background-color: #9E6D88;
}
</style>
border-color css
<style>
span { border-color: #9E6D88; }
span { border-color: rgb(158,109,136); }
td.TdClassName
{
border-color: #9E6D88;
}
.TagClassName
{
border-color: #9E6D88;
}
</style>