Shades of Strikemaster #9F5288
Tints of Strikemaster #9F5288
RGB
CMYK
RGB Variations
Color information
#9F5288 (or 0x9F5288) is known color: Strikemaster. HEX triplet: 9F, 52 and 88. RGB value is (159,82,136). Sum of RGB (Red+Green+Blue) = 159+82+136=377 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.18% from 377); Green value is 82 (32.42% from 255 or 21.75% from 377); Blue value is 136 (53.52% from 255 or 36.07% from 377); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5288 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F5288 is #60AD77. Grayscale: #6F6F6F. Windows color (decimal): -6335864 or 8934047. OLE color: 8934047.
HSL color Cylindrical-coordinate representation of color #9F5288: hue angle of 317.92º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9F5288 is Cyan = 0, Magento = 0.48, Yellow = 0.14 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 82 | 136 | - |
| CMYK | 0 | 0.48 | 0.14 | 0.38 |
| HSL | 317.92º | 0.32% | 0.47% | - |
| HSV(B) | 317.92º | 0.48% | 0.62% | - |
| XYZ | 21.76 | 15.18 | 25.08 | - |
| YUV | 111.18 | 142.01 | 162.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 82 | 136 | 0 | 0.48 | 0.14 | 0.38 | 317.92 | 0.32 | 0.47 |
| Hex | 9F | 52 | 88 | 0 | 30 | E | 26 | 13E | 20 | 2F |
| Octal | 237 | 122 | 210 | 0 | 60 | 16 | 46 | 476 | 40 | 57 |
| Binary | 10011111 | 1010010 | 10001000 | 0 | 110000 | 1110 | 100110 | 100111110 | 100000 | 101111 |
Color Harmonies of #9F5288
Complementary color
Monochromatic Colors of #9F5288
Black with #9F5288
Text Example
Text Example
White with #9F5288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F5288; }
p { color: rgb(159,82,136); }
H1.HeaderClassName
{
color: #9F5288;
}
.AnyTagClassName
{
color: #9F5288;
}
</style>
background-color css
<style>
a { background-color: #9F5288; }
a { background-color: rgb(159,82,136); }
div.DivClassName
{
background-color: #9F5288;
}
.BgClassName
{
background-color: #9F5288;
}
</style>
border-color css
<style>
span { border-color: #9F5288; }
span { border-color: rgb(159,82,136); }
td.TdClassName
{
border-color: #9F5288;
}
.TagClassName
{
border-color: #9F5288;
}
</style>