Shades of Strikemaster #9F5A7A
Tints of Strikemaster #9F5A7A
RGB
CMYK
RGB Variations
Color information
#9F5A7A (or 0x9F5A7A) is known color: Strikemaster. HEX triplet: 9F, 5A and 7A. RGB value is (159,90,122). Sum of RGB (Red+Green+Blue) = 159+90+122=371 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.86% from 371); Green value is 90 (35.55% from 255 or 24.26% from 371); Blue value is 122 (48.05% from 255 or 32.88% from 371); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5A7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F5A7A is #60A585. Grayscale: #727272. Windows color (decimal): -6333830 or 8018591. OLE color: 8018591.
HSL color Cylindrical-coordinate representation of color #9F5A7A: hue angle of 332.17º 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 #9F5A7A is Cyan = 0, Magento = 0.43, Yellow = 0.23 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 90 | 122 | - |
| CMYK | 0 | 0.43 | 0.23 | 0.38 |
| HSL | 332.17º | 0.28% | 0.49% | - |
| HSV(B) | 332.17º | 0.43% | 0.62% | - |
| XYZ | 21.47 | 16.09 | 20.39 | - |
| YUV | 114.28 | 132.36 | 159.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 90 | 122 | 0 | 0.43 | 0.23 | 0.38 | 332.17 | 0.28 | 0.49 |
| Hex | 9F | 5A | 7A | 0 | 2B | 17 | 26 | 14C | 1C | 31 |
| Octal | 237 | 132 | 172 | 0 | 53 | 27 | 46 | 514 | 34 | 61 |
| Binary | 10011111 | 1011010 | 1111010 | 0 | 101011 | 10111 | 100110 | 101001100 | 11100 | 110001 |
Color Harmonies of #9F5A7A
Complementary color
Monochromatic Colors of #9F5A7A
Black with #9F5A7A
Text Example
Text Example
White with #9F5A7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F5A7A; }
p { color: rgb(159,90,122); }
H1.HeaderClassName
{
color: #9F5A7A;
}
.AnyTagClassName
{
color: #9F5A7A;
}
</style>
background-color css
<style>
a { background-color: #9F5A7A; }
a { background-color: rgb(159,90,122); }
div.DivClassName
{
background-color: #9F5A7A;
}
.BgClassName
{
background-color: #9F5A7A;
}
</style>
border-color css
<style>
span { border-color: #9F5A7A; }
span { border-color: rgb(159,90,122); }
td.TdClassName
{
border-color: #9F5A7A;
}
.TagClassName
{
border-color: #9F5A7A;
}
</style>