Shades of Strikemaster #9F5683
Tints of Strikemaster #9F5683
RGB
CMYK
RGB Variations
Color information
#9F5683 (or 0x9F5683) is known color: Strikemaster. HEX triplet: 9F, 56 and 83. RGB value is (159,86,131). Sum of RGB (Red+Green+Blue) = 159+86+131=376 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.29% from 376); Green value is 86 (33.98% from 255 or 22.87% from 376); Blue value is 131 (51.56% from 255 or 34.84% from 376); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5683 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F5683 is #60A97C. Grayscale: #707070. Windows color (decimal): -6334845 or 8607391. OLE color: 8607391.
HSL color Cylindrical-coordinate representation of color #9F5683: hue angle of 323.01º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9F5683 is Cyan = 0, Magento = 0.46, Yellow = 0.18 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 86 | 131 | - |
| CMYK | 0 | 0.46 | 0.18 | 0.38 |
| HSL | 323.01º | 0.3% | 0.48% | - |
| HSV(B) | 323.01º | 0.46% | 0.62% | - |
| XYZ | 21.72 | 15.67 | 23.35 | - |
| YUV | 112.96 | 138.18 | 160.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 86 | 131 | 0 | 0.46 | 0.18 | 0.38 | 323.01 | 0.3 | 0.48 |
| Hex | 9F | 56 | 83 | 0 | 2E | 12 | 26 | 143 | 1E | 30 |
| Octal | 237 | 126 | 203 | 0 | 56 | 22 | 46 | 503 | 36 | 60 |
| Binary | 10011111 | 1010110 | 10000011 | 0 | 101110 | 10010 | 100110 | 101000011 | 11110 | 110000 |
Color Harmonies of #9F5683
Complementary color
Monochromatic Colors of #9F5683
Black with #9F5683
Text Example
Text Example
White with #9F5683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F5683; }
p { color: rgb(159,86,131); }
H1.HeaderClassName
{
color: #9F5683;
}
.AnyTagClassName
{
color: #9F5683;
}
</style>
background-color css
<style>
a { background-color: #9F5683; }
a { background-color: rgb(159,86,131); }
div.DivClassName
{
background-color: #9F5683;
}
.BgClassName
{
background-color: #9F5683;
}
</style>
border-color css
<style>
span { border-color: #9F5683; }
span { border-color: rgb(159,86,131); }
td.TdClassName
{
border-color: #9F5683;
}
.TagClassName
{
border-color: #9F5683;
}
</style>