Shades of Strikemaster #9F5084
Tints of Strikemaster #9F5084
RGB
CMYK
RGB Variations
Color information
#9F5084 (or 0x9F5084) is known color: Strikemaster. HEX triplet: 9F, 50 and 84. RGB value is (159,80,132). Sum of RGB (Red+Green+Blue) = 159+80+132=371 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.86% from 371); Green value is 80 (31.64% from 255 or 21.56% from 371); Blue value is 132 (51.95% from 255 or 35.58% from 371); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5084 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F5084 is #60AF7B. Grayscale: #6D6D6D. Windows color (decimal): -6336380 or 8671391. OLE color: 8671391.
HSL color Cylindrical-coordinate representation of color #9F5084: hue angle of 320.51º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9F5084 is Cyan = 0, Magento = 0.50, Yellow = 0.17 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 80 | 132 | - |
| CMYK | 0 | 0.50 | 0.17 | 0.38 |
| HSL | 320.51º | 0.33% | 0.47% | - |
| HSV(B) | 320.51º | 0.5% | 0.62% | - |
| XYZ | 21.33 | 14.77 | 23.56 | - |
| YUV | 109.55 | 140.67 | 163.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 80 | 132 | 0 | 0.50 | 0.17 | 0.38 | 320.51 | 0.33 | 0.47 |
| Hex | 9F | 50 | 84 | 0 | 32 | 11 | 26 | 141 | 21 | 2F |
| Octal | 237 | 120 | 204 | 0 | 62 | 21 | 46 | 501 | 41 | 57 |
| Binary | 10011111 | 1010000 | 10000100 | 0 | 110010 | 10001 | 100110 | 101000001 | 100001 | 101111 |
Color Harmonies of #9F5084
Complementary color
Monochromatic Colors of #9F5084
Black with #9F5084
Text Example
Text Example
White with #9F5084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F5084; }
p { color: rgb(159,80,132); }
H1.HeaderClassName
{
color: #9F5084;
}
.AnyTagClassName
{
color: #9F5084;
}
</style>
background-color css
<style>
a { background-color: #9F5084; }
a { background-color: rgb(159,80,132); }
div.DivClassName
{
background-color: #9F5084;
}
.BgClassName
{
background-color: #9F5084;
}
</style>
border-color css
<style>
span { border-color: #9F5084; }
span { border-color: rgb(159,80,132); }
td.TdClassName
{
border-color: #9F5084;
}
.TagClassName
{
border-color: #9F5084;
}
</style>