Shades of Strikemaster #9F6687
Tints of Strikemaster #9F6687
RGB
CMYK
RGB Variations
Color information
#9F6687 (or 0x9F6687) is known color: Strikemaster. HEX triplet: 9F, 66 and 87. RGB value is (159,102,135). Sum of RGB (Red+Green+Blue) = 159+102+135=396 (52% of max value = 765). Red value is 159 (62.5% from 255 or 40.15% from 396); Green value is 102 (40.23% from 255 or 25.76% from 396); Blue value is 135 (53.12% from 255 or 34.09% from 396); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6687 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F6687 is #609978. Grayscale: #7A7A7A. Windows color (decimal): -6330745 or 8873631. OLE color: 8873631.
HSL color Cylindrical-coordinate representation of color #9F6687: hue angle of 325.26º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9F6687 is Cyan = 0, Magento = 0.36, Yellow = 0.15 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 102 | 135 | - |
| CMYK | 0 | 0.36 | 0.15 | 0.38 |
| HSL | 325.26º | 0.23% | 0.51% | - |
| HSV(B) | 325.26º | 0.36% | 0.62% | - |
| XYZ | 23.42 | 18.62 | 25.28 | - |
| YUV | 122.81 | 134.88 | 153.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 102 | 135 | 0 | 0.36 | 0.15 | 0.38 | 325.26 | 0.23 | 0.51 |
| Hex | 9F | 66 | 87 | 0 | 24 | F | 26 | 145 | 17 | 33 |
| Octal | 237 | 146 | 207 | 0 | 44 | 17 | 46 | 505 | 27 | 63 |
| Binary | 10011111 | 1100110 | 10000111 | 0 | 100100 | 1111 | 100110 | 101000101 | 10111 | 110011 |
Color Harmonies of #9F6687
Complementary color
Monochromatic Colors of #9F6687
Black with #9F6687
Text Example
Text Example
White with #9F6687
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F6687; }
p { color: rgb(159,102,135); }
H1.HeaderClassName
{
color: #9F6687;
}
.AnyTagClassName
{
color: #9F6687;
}
</style>
background-color css
<style>
a { background-color: #9F6687; }
a { background-color: rgb(159,102,135); }
div.DivClassName
{
background-color: #9F6687;
}
.BgClassName
{
background-color: #9F6687;
}
</style>
border-color css
<style>
span { border-color: #9F6687; }
span { border-color: rgb(159,102,135); }
td.TdClassName
{
border-color: #9F6687;
}
.TagClassName
{
border-color: #9F6687;
}
</style>