Shades of Strikemaster #9F4A85
Tints of Strikemaster #9F4A85
RGB
CMYK
RGB Variations
Color information
#9F4A85 (or 0x9F4A85) is known color: Strikemaster. HEX triplet: 9F, 4A and 85. RGB value is (159,74,133). Sum of RGB (Red+Green+Blue) = 159+74+133=366 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.44% from 366); Green value is 74 (29.30% from 255 or 20.22% from 366); Blue value is 133 (52.34% from 255 or 36.34% from 366); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4A85 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F4A85 is #60B57A. Grayscale: #696969. Windows color (decimal): -6337915 or 8735391. OLE color: 8735391.
HSL color Cylindrical-coordinate representation of color #9F4A85: hue angle of 318.35º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9F4A85 is Cyan = 0, Magento = 0.53, Yellow = 0.16 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 74 | 133 | - |
| CMYK | 0 | 0.53 | 0.16 | 0.38 |
| HSL | 318.35º | 0.36% | 0.46% | - |
| HSV(B) | 318.35º | 0.53% | 0.62% | - |
| XYZ | 20.98 | 13.96 | 23.78 | - |
| YUV | 106.14 | 143.16 | 165.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 74 | 133 | 0 | 0.53 | 0.16 | 0.38 | 318.35 | 0.36 | 0.46 |
| Hex | 9F | 4A | 85 | 0 | 35 | 10 | 26 | 13E | 24 | 2E |
| Octal | 237 | 112 | 205 | 0 | 65 | 20 | 46 | 476 | 44 | 56 |
| Binary | 10011111 | 1001010 | 10000101 | 0 | 110101 | 10000 | 100110 | 100111110 | 100100 | 101110 |
Color Harmonies of #9F4A85
Complementary color
Monochromatic Colors of #9F4A85
Black with #9F4A85
Text Example
Text Example
White with #9F4A85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F4A85; }
p { color: rgb(159,74,133); }
H1.HeaderClassName
{
color: #9F4A85;
}
.AnyTagClassName
{
color: #9F4A85;
}
</style>
background-color css
<style>
a { background-color: #9F4A85; }
a { background-color: rgb(159,74,133); }
div.DivClassName
{
background-color: #9F4A85;
}
.BgClassName
{
background-color: #9F4A85;
}
</style>
border-color css
<style>
span { border-color: #9F4A85; }
span { border-color: rgb(159,74,133); }
td.TdClassName
{
border-color: #9F4A85;
}
.TagClassName
{
border-color: #9F4A85;
}
</style>