Shades of Strikemaster #9F5E8D
Tints of Strikemaster #9F5E8D
RGB
CMYK
RGB Variations
Color information
#9F5E8D (or 0x9F5E8D) is known color: Strikemaster. HEX triplet: 9F, 5E and 8D. RGB value is (159,94,141). Sum of RGB (Red+Green+Blue) = 159+94+141=394 (52% of max value = 765). Red value is 159 (62.5% from 255 or 40.36% from 394); Green value is 94 (37.11% from 255 or 23.86% from 394); Blue value is 141 (55.47% from 255 or 35.79% from 394); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5E8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F5E8D is #60A172. Grayscale: #767676. Windows color (decimal): -6332787 or 9264799. OLE color: 9264799.
HSL color Cylindrical-coordinate representation of color #9F5E8D: hue angle of 316.62º degrees, saturation: 0.26, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9F5E8D is Cyan = 0, Magento = 0.41, Yellow = 0.11 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 94 | 141 | - |
| CMYK | 0 | 0.41 | 0.11 | 0.38 |
| HSL | 316.62º | 0.26% | 0.5% | - |
| HSV(B) | 316.62º | 0.41% | 0.62% | - |
| XYZ | 23.11 | 17.3 | 27.32 | - |
| YUV | 118.79 | 140.53 | 156.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 94 | 141 | 0 | 0.41 | 0.11 | 0.38 | 316.62 | 0.26 | 0.5 |
| Hex | 9F | 5E | 8D | 0 | 29 | B | 26 | 13D | 1A | 32 |
| Octal | 237 | 136 | 215 | 0 | 51 | 13 | 46 | 475 | 32 | 62 |
| Binary | 10011111 | 1011110 | 10001101 | 0 | 101001 | 1011 | 100110 | 100111101 | 11010 | 110010 |
Color Harmonies of #9F5E8D
Complementary color
Monochromatic Colors of #9F5E8D
Black with #9F5E8D
Text Example
Text Example
White with #9F5E8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F5E8D; }
p { color: rgb(159,94,141); }
H1.HeaderClassName
{
color: #9F5E8D;
}
.AnyTagClassName
{
color: #9F5E8D;
}
</style>
background-color css
<style>
a { background-color: #9F5E8D; }
a { background-color: rgb(159,94,141); }
div.DivClassName
{
background-color: #9F5E8D;
}
.BgClassName
{
background-color: #9F5E8D;
}
</style>
border-color css
<style>
span { border-color: #9F5E8D; }
span { border-color: rgb(159,94,141); }
td.TdClassName
{
border-color: #9F5E8D;
}
.TagClassName
{
border-color: #9F5E8D;
}
</style>