Shades of Strikemaster #9F5A83
Tints of Strikemaster #9F5A83
RGB
CMYK
RGB Variations
Color information
#9F5A83 (or 0x9F5A83) is known color: Strikemaster. HEX triplet: 9F, 5A and 83. RGB value is (159,90,131). Sum of RGB (Red+Green+Blue) = 159+90+131=380 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.84% from 380); Green value is 90 (35.55% from 255 or 23.68% from 380); Blue value is 131 (51.56% from 255 or 34.47% from 380); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5A83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F5A83 is #60A57C. Grayscale: #737373. Windows color (decimal): -6333821 or 8608415. OLE color: 8608415.
HSL color Cylindrical-coordinate representation of color #9F5A83: hue angle of 324.35º 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 #9F5A83 is Cyan = 0, Magento = 0.43, Yellow = 0.18 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 90 | 131 | - |
| CMYK | 0 | 0.43 | 0.18 | 0.38 |
| HSL | 324.35º | 0.28% | 0.49% | - |
| HSV(B) | 324.35º | 0.43% | 0.62% | - |
| XYZ | 22.05 | 16.32 | 23.46 | - |
| YUV | 115.31 | 136.86 | 159.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 90 | 131 | 0 | 0.43 | 0.18 | 0.38 | 324.35 | 0.28 | 0.49 |
| Hex | 9F | 5A | 83 | 0 | 2B | 12 | 26 | 144 | 1C | 31 |
| Octal | 237 | 132 | 203 | 0 | 53 | 22 | 46 | 504 | 34 | 61 |
| Binary | 10011111 | 1011010 | 10000011 | 0 | 101011 | 10010 | 100110 | 101000100 | 11100 | 110001 |
Color Harmonies of #9F5A83
Complementary color
Monochromatic Colors of #9F5A83
Black with #9F5A83
Text Example
Text Example
White with #9F5A83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F5A83; }
p { color: rgb(159,90,131); }
H1.HeaderClassName
{
color: #9F5A83;
}
.AnyTagClassName
{
color: #9F5A83;
}
</style>
background-color css
<style>
a { background-color: #9F5A83; }
a { background-color: rgb(159,90,131); }
div.DivClassName
{
background-color: #9F5A83;
}
.BgClassName
{
background-color: #9F5A83;
}
</style>
border-color css
<style>
span { border-color: #9F5A83; }
span { border-color: rgb(159,90,131); }
td.TdClassName
{
border-color: #9F5A83;
}
.TagClassName
{
border-color: #9F5A83;
}
</style>