Shades of Strikemaster #9F6880
Tints of Strikemaster #9F6880
RGB
CMYK
RGB Variations
Color information
#9F6880 (or 0x9F6880) is known color: Strikemaster. HEX triplet: 9F, 68 and 80. RGB value is (159,104,128). Sum of RGB (Red+Green+Blue) = 159+104+128=391 (51% of max value = 765). Red value is 159 (62.5% from 255 or 40.66% from 391); Green value is 104 (41.02% from 255 or 26.60% from 391); Blue value is 128 (50.39% from 255 or 32.74% from 391); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6880 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F6880 is #60977F. Grayscale: #7B7B7B. Windows color (decimal): -6330240 or 8415391. OLE color: 8415391.
HSL color Cylindrical-coordinate representation of color #9F6880: hue angle of 333.82º 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 #9F6880 is Cyan = 0, Magento = 0.35, Yellow = 0.19 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 104 | 128 | - |
| CMYK | 0 | 0.35 | 0.19 | 0.38 |
| HSL | 333.82º | 0.22% | 0.52% | - |
| HSV(B) | 333.82º | 0.35% | 0.62% | - |
| XYZ | 23.14 | 18.83 | 22.84 | - |
| YUV | 123.18 | 130.72 | 153.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 104 | 128 | 0 | 0.35 | 0.19 | 0.38 | 333.82 | 0.22 | 0.52 |
| Hex | 9F | 68 | 80 | 0 | 23 | 13 | 26 | 14E | 16 | 34 |
| Octal | 237 | 150 | 200 | 0 | 43 | 23 | 46 | 516 | 26 | 64 |
| Binary | 10011111 | 1101000 | 10000000 | 0 | 100011 | 10011 | 100110 | 101001110 | 10110 | 110100 |
Color Harmonies of #9F6880
Complementary color
Monochromatic Colors of #9F6880
Black with #9F6880
Text Example
Text Example
White with #9F6880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F6880; }
p { color: rgb(159,104,128); }
H1.HeaderClassName
{
color: #9F6880;
}
.AnyTagClassName
{
color: #9F6880;
}
</style>
background-color css
<style>
a { background-color: #9F6880; }
a { background-color: rgb(159,104,128); }
div.DivClassName
{
background-color: #9F6880;
}
.BgClassName
{
background-color: #9F6880;
}
</style>
border-color css
<style>
span { border-color: #9F6880; }
span { border-color: rgb(159,104,128); }
td.TdClassName
{
border-color: #9F6880;
}
.TagClassName
{
border-color: #9F6880;
}
</style>