Shades of Strikemaster #9F6A84
Tints of Strikemaster #9F6A84
RGB
CMYK
RGB Variations
Color information
#9F6A84 (or 0x9F6A84) is known color: Strikemaster. HEX triplet: 9F, 6A and 84. RGB value is (159,106,132). Sum of RGB (Red+Green+Blue) = 159+106+132=397 (52% of max value = 765). Red value is 159 (62.5% from 255 or 40.05% from 397); Green value is 106 (41.80% from 255 or 26.70% from 397); Blue value is 132 (51.95% from 255 or 33.25% from 397); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6A84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F6A84 is #60957B. Grayscale: #7C7C7C. Windows color (decimal): -6329724 or 8678047. OLE color: 8678047.
HSL color Cylindrical-coordinate representation of color #9F6A84: hue angle of 330.57º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9F6A84 is Cyan = 0, Magento = 0.33, Yellow = 0.17 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 106 | 132 | - |
| CMYK | 0 | 0.33 | 0.17 | 0.38 |
| HSL | 330.57º | 0.22% | 0.52% | - |
| HSV(B) | 330.57º | 0.33% | 0.62% | - |
| XYZ | 23.62 | 19.34 | 24.32 | - |
| YUV | 124.81 | 132.06 | 152.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 106 | 132 | 0 | 0.33 | 0.17 | 0.38 | 330.57 | 0.22 | 0.52 |
| Hex | 9F | 6A | 84 | 0 | 21 | 11 | 26 | 14B | 16 | 34 |
| Octal | 237 | 152 | 204 | 0 | 41 | 21 | 46 | 513 | 26 | 64 |
| Binary | 10011111 | 1101010 | 10000100 | 0 | 100001 | 10001 | 100110 | 101001011 | 10110 | 110100 |
Color Harmonies of #9F6A84
Complementary color
Monochromatic Colors of #9F6A84
Black with #9F6A84
Text Example
Text Example
White with #9F6A84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F6A84; }
p { color: rgb(159,106,132); }
H1.HeaderClassName
{
color: #9F6A84;
}
.AnyTagClassName
{
color: #9F6A84;
}
</style>
background-color css
<style>
a { background-color: #9F6A84; }
a { background-color: rgb(159,106,132); }
div.DivClassName
{
background-color: #9F6A84;
}
.BgClassName
{
background-color: #9F6A84;
}
</style>
border-color css
<style>
span { border-color: #9F6A84; }
span { border-color: rgb(159,106,132); }
td.TdClassName
{
border-color: #9F6A84;
}
.TagClassName
{
border-color: #9F6A84;
}
</style>