Shades of Strikemaster #9F5A81
Tints of Strikemaster #9F5A81
RGB
CMYK
RGB Variations
Color information
#9F5A81 (or 0x9F5A81) is known color: Strikemaster. HEX triplet: 9F, 5A and 81. RGB value is (159,90,129). Sum of RGB (Red+Green+Blue) = 159+90+129=378 (50% of max value = 765). Red value is 159 (62.5% from 255 or 42.06% from 378); Green value is 90 (35.55% from 255 or 23.81% from 378); Blue value is 129 (50.78% from 255 or 34.13% from 378); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5A81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F5A81 is #60A57E. Grayscale: #727272. Windows color (decimal): -6333823 or 8477343. OLE color: 8477343.
HSL color Cylindrical-coordinate representation of color #9F5A81: hue angle of 326.09º 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 #9F5A81 is Cyan = 0, Magento = 0.43, Yellow = 0.19 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 90 | 129 | - |
| CMYK | 0 | 0.43 | 0.19 | 0.38 |
| HSL | 326.09º | 0.28% | 0.49% | - |
| HSV(B) | 326.09º | 0.43% | 0.62% | - |
| XYZ | 21.92 | 16.27 | 22.75 | - |
| YUV | 115.08 | 135.86 | 159.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 90 | 129 | 0 | 0.43 | 0.19 | 0.38 | 326.09 | 0.28 | 0.49 |
| Hex | 9F | 5A | 81 | 0 | 2B | 13 | 26 | 146 | 1C | 31 |
| Octal | 237 | 132 | 201 | 0 | 53 | 23 | 46 | 506 | 34 | 61 |
| Binary | 10011111 | 1011010 | 10000001 | 0 | 101011 | 10011 | 100110 | 101000110 | 11100 | 110001 |
Color Harmonies of #9F5A81
Complementary color
Monochromatic Colors of #9F5A81
Black with #9F5A81
Text Example
Text Example
White with #9F5A81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F5A81; }
p { color: rgb(159,90,129); }
H1.HeaderClassName
{
color: #9F5A81;
}
.AnyTagClassName
{
color: #9F5A81;
}
</style>
background-color css
<style>
a { background-color: #9F5A81; }
a { background-color: rgb(159,90,129); }
div.DivClassName
{
background-color: #9F5A81;
}
.BgClassName
{
background-color: #9F5A81;
}
</style>
border-color css
<style>
span { border-color: #9F5A81; }
span { border-color: rgb(159,90,129); }
td.TdClassName
{
border-color: #9F5A81;
}
.TagClassName
{
border-color: #9F5A81;
}
</style>