Shades of Strikemaster #9F5E8B
Tints of Strikemaster #9F5E8B
RGB
CMYK
RGB Variations
Color information
#9F5E8B (or 0x9F5E8B) is known color: Strikemaster. HEX triplet: 9F, 5E and 8B. RGB value is (159,94,139). Sum of RGB (Red+Green+Blue) = 159+94+139=392 (51% of max value = 765). Red value is 159 (62.5% from 255 or 40.56% from 392); Green value is 94 (37.11% from 255 or 23.98% from 392); Blue value is 139 (54.69% from 255 or 35.46% from 392); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5E8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F5E8B is #60A174. Grayscale: #767676. Windows color (decimal): -6332789 or 9133727. OLE color: 9133727.
HSL color Cylindrical-coordinate representation of color #9F5E8B: hue angle of 318.46º 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 #9F5E8B is Cyan = 0, Magento = 0.41, Yellow = 0.13 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 94 | 139 | - |
| CMYK | 0 | 0.41 | 0.13 | 0.38 |
| HSL | 318.46º | 0.26% | 0.5% | - |
| HSV(B) | 318.46º | 0.41% | 0.62% | - |
| XYZ | 22.96 | 17.24 | 26.54 | - |
| YUV | 118.57 | 139.53 | 156.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 94 | 139 | 0 | 0.41 | 0.13 | 0.38 | 318.46 | 0.26 | 0.5 |
| Hex | 9F | 5E | 8B | 0 | 29 | D | 26 | 13E | 1A | 32 |
| Octal | 237 | 136 | 213 | 0 | 51 | 15 | 46 | 476 | 32 | 62 |
| Binary | 10011111 | 1011110 | 10001011 | 0 | 101001 | 1101 | 100110 | 100111110 | 11010 | 110010 |
Color Harmonies of #9F5E8B
Complementary color
Monochromatic Colors of #9F5E8B
Black with #9F5E8B
Text Example
Text Example
White with #9F5E8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F5E8B; }
p { color: rgb(159,94,139); }
H1.HeaderClassName
{
color: #9F5E8B;
}
.AnyTagClassName
{
color: #9F5E8B;
}
</style>
background-color css
<style>
a { background-color: #9F5E8B; }
a { background-color: rgb(159,94,139); }
div.DivClassName
{
background-color: #9F5E8B;
}
.BgClassName
{
background-color: #9F5E8B;
}
</style>
border-color css
<style>
span { border-color: #9F5E8B; }
span { border-color: rgb(159,94,139); }
td.TdClassName
{
border-color: #9F5E8B;
}
.TagClassName
{
border-color: #9F5E8B;
}
</style>