Shades of Strikemaster #9F5A88
Tints of Strikemaster #9F5A88
RGB
CMYK
RGB Variations
Color information
#9F5A88 (or 0x9F5A88) is known color: Strikemaster. HEX triplet: 9F, 5A and 88. RGB value is (159,90,136). Sum of RGB (Red+Green+Blue) = 159+90+136=385 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.30% from 385); Green value is 90 (35.55% from 255 or 23.38% from 385); Blue value is 136 (53.52% from 255 or 35.32% from 385); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5A88 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F5A88 is #60A577. Grayscale: #737373. Windows color (decimal): -6333816 or 8936095. OLE color: 8936095.
HSL color Cylindrical-coordinate representation of color #9F5A88: hue angle of 320º degrees, saturation: 0.28, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9F5A88 is Cyan = 0, Magento = 0.43, Yellow = 0.14 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 90 | 136 | - |
| CMYK | 0 | 0.43 | 0.14 | 0.38 |
| HSL | 320º | 0.28% | 0.49% | - |
| HSV(B) | 320º | 0.43% | 0.62% | - |
| XYZ | 22.4 | 16.46 | 25.29 | - |
| YUV | 115.88 | 139.36 | 158.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 90 | 136 | 0 | 0.43 | 0.14 | 0.38 | 320 | 0.28 | 0.49 |
| Hex | 9F | 5A | 88 | 0 | 2B | E | 26 | 140 | 1C | 31 |
| Octal | 237 | 132 | 210 | 0 | 53 | 16 | 46 | 500 | 34 | 61 |
| Binary | 10011111 | 1011010 | 10001000 | 0 | 101011 | 1110 | 100110 | 101000000 | 11100 | 110001 |
Color Harmonies of #9F5A88
Complementary color
Monochromatic Colors of #9F5A88
Black with #9F5A88
Text Example
Text Example
White with #9F5A88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F5A88; }
p { color: rgb(159,90,136); }
H1.HeaderClassName
{
color: #9F5A88;
}
.AnyTagClassName
{
color: #9F5A88;
}
</style>
background-color css
<style>
a { background-color: #9F5A88; }
a { background-color: rgb(159,90,136); }
div.DivClassName
{
background-color: #9F5A88;
}
.BgClassName
{
background-color: #9F5A88;
}
</style>
border-color css
<style>
span { border-color: #9F5A88; }
span { border-color: rgb(159,90,136); }
td.TdClassName
{
border-color: #9F5A88;
}
.TagClassName
{
border-color: #9F5A88;
}
</style>