Shades of Strikemaster #9F4E80
Tints of Strikemaster #9F4E80
RGB
CMYK
RGB Variations
Color information
#9F4E80 (or 0x9F4E80) is known color: Strikemaster. HEX triplet: 9F, 4E and 80. RGB value is (159,78,128). Sum of RGB (Red+Green+Blue) = 159+78+128=365 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.56% from 365); Green value is 78 (30.86% from 255 or 21.37% from 365); Blue value is 128 (50.39% from 255 or 35.07% from 365); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4E80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F4E80 is #60B17F. Grayscale: #6B6B6B. Windows color (decimal): -6336896 or 8408735. OLE color: 8408735.
HSL color Cylindrical-coordinate representation of color #9F4E80: hue angle of 322.96º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9F4E80 is Cyan = 0, Magento = 0.51, Yellow = 0.19 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 78 | 128 | - |
| CMYK | 0 | 0.51 | 0.19 | 0.38 |
| HSL | 322.96º | 0.34% | 0.46% | - |
| HSV(B) | 322.96º | 0.51% | 0.62% | - |
| XYZ | 20.92 | 14.38 | 22.09 | - |
| YUV | 107.92 | 139.34 | 164.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 78 | 128 | 0 | 0.51 | 0.19 | 0.38 | 322.96 | 0.34 | 0.46 |
| Hex | 9F | 4E | 80 | 0 | 33 | 13 | 26 | 143 | 22 | 2E |
| Octal | 237 | 116 | 200 | 0 | 63 | 23 | 46 | 503 | 42 | 56 |
| Binary | 10011111 | 1001110 | 10000000 | 0 | 110011 | 10011 | 100110 | 101000011 | 100010 | 101110 |
Color Harmonies of #9F4E80
Complementary color
Monochromatic Colors of #9F4E80
Black with #9F4E80
Text Example
Text Example
White with #9F4E80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F4E80; }
p { color: rgb(159,78,128); }
H1.HeaderClassName
{
color: #9F4E80;
}
.AnyTagClassName
{
color: #9F4E80;
}
</style>
background-color css
<style>
a { background-color: #9F4E80; }
a { background-color: rgb(159,78,128); }
div.DivClassName
{
background-color: #9F4E80;
}
.BgClassName
{
background-color: #9F4E80;
}
</style>
border-color css
<style>
span { border-color: #9F4E80; }
span { border-color: rgb(159,78,128); }
td.TdClassName
{
border-color: #9F4E80;
}
.TagClassName
{
border-color: #9F4E80;
}
</style>