Shades of Strikemaster #9F567B
Tints of Strikemaster #9F567B
RGB
CMYK
RGB Variations
Color information
#9F567B (or 0x9F567B) is known color: Strikemaster. HEX triplet: 9F, 56 and 7B. RGB value is (159,86,123). Sum of RGB (Red+Green+Blue) = 159+86+123=368 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.21% from 368); Green value is 86 (33.98% from 255 or 23.37% from 368); Blue value is 123 (48.44% from 255 or 33.42% from 368); Max value from RGB is 159 - color contains mainly: red. Hex color #9F567B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F567B is #60A984. Grayscale: #6F6F6F. Windows color (decimal): -6334853 or 8083103. OLE color: 8083103.
HSL color Cylindrical-coordinate representation of color #9F567B: hue angle of 329.59º 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 #9F567B is Cyan = 0, Magento = 0.46, Yellow = 0.23 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 86 | 123 | - |
| CMYK | 0 | 0.46 | 0.23 | 0.38 |
| HSL | 329.59º | 0.3% | 0.48% | - |
| HSV(B) | 329.59º | 0.46% | 0.62% | - |
| XYZ | 21.2 | 15.46 | 20.6 | - |
| YUV | 112.05 | 134.18 | 161.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 86 | 123 | 0 | 0.46 | 0.23 | 0.38 | 329.59 | 0.3 | 0.48 |
| Hex | 9F | 56 | 7B | 0 | 2E | 17 | 26 | 14A | 1E | 30 |
| Octal | 237 | 126 | 173 | 0 | 56 | 27 | 46 | 512 | 36 | 60 |
| Binary | 10011111 | 1010110 | 1111011 | 0 | 101110 | 10111 | 100110 | 101001010 | 11110 | 110000 |
Color Harmonies of #9F567B
Complementary color
Monochromatic Colors of #9F567B
Black with #9F567B
Text Example
Text Example
White with #9F567B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F567B; }
p { color: rgb(159,86,123); }
H1.HeaderClassName
{
color: #9F567B;
}
.AnyTagClassName
{
color: #9F567B;
}
</style>
background-color css
<style>
a { background-color: #9F567B; }
a { background-color: rgb(159,86,123); }
div.DivClassName
{
background-color: #9F567B;
}
.BgClassName
{
background-color: #9F567B;
}
</style>
border-color css
<style>
span { border-color: #9F567B; }
span { border-color: rgb(159,86,123); }
td.TdClassName
{
border-color: #9F567B;
}
.TagClassName
{
border-color: #9F567B;
}
</style>