Shades of Strikemaster #9F6881
Tints of Strikemaster #9F6881
RGB
CMYK
RGB Variations
Color information
#9F6881 (or 0x9F6881) is known color: Strikemaster. HEX triplet: 9F, 68 and 81. RGB value is (159,104,129). Sum of RGB (Red+Green+Blue) = 159+104+129=392 (51% of max value = 765). Red value is 159 (62.5% from 255 or 40.56% from 392); Green value is 104 (41.02% from 255 or 26.53% from 392); Blue value is 129 (50.78% from 255 or 32.91% from 392); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6881 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F6881 is #60977E. Grayscale: #7B7B7B. Windows color (decimal): -6330239 or 8480927. OLE color: 8480927.
HSL color Cylindrical-coordinate representation of color #9F6881: hue angle of 332.73º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9F6881 is Cyan = 0, Magento = 0.35, Yellow = 0.19 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 104 | 129 | - |
| CMYK | 0 | 0.35 | 0.19 | 0.38 |
| HSL | 332.73º | 0.22% | 0.52% | - |
| HSV(B) | 332.73º | 0.35% | 0.62% | - |
| XYZ | 23.21 | 18.86 | 23.19 | - |
| YUV | 123.3 | 131.22 | 153.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 104 | 129 | 0 | 0.35 | 0.19 | 0.38 | 332.73 | 0.22 | 0.52 |
| Hex | 9F | 68 | 81 | 0 | 23 | 13 | 26 | 14D | 16 | 34 |
| Octal | 237 | 150 | 201 | 0 | 43 | 23 | 46 | 515 | 26 | 64 |
| Binary | 10011111 | 1101000 | 10000001 | 0 | 100011 | 10011 | 100110 | 101001101 | 10110 | 110100 |
Color Harmonies of #9F6881
Complementary color
Monochromatic Colors of #9F6881
Black with #9F6881
Text Example
Text Example
White with #9F6881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F6881; }
p { color: rgb(159,104,129); }
H1.HeaderClassName
{
color: #9F6881;
}
.AnyTagClassName
{
color: #9F6881;
}
</style>
background-color css
<style>
a { background-color: #9F6881; }
a { background-color: rgb(159,104,129); }
div.DivClassName
{
background-color: #9F6881;
}
.BgClassName
{
background-color: #9F6881;
}
</style>
border-color css
<style>
span { border-color: #9F6881; }
span { border-color: rgb(159,104,129); }
td.TdClassName
{
border-color: #9F6881;
}
.TagClassName
{
border-color: #9F6881;
}
</style>