Shades of Strikemaster #9A497E
Tints of Strikemaster #9A497E
RGB
CMYK
RGB Variations
Color information
#9A497E (or 0x9A497E) is known color: Strikemaster. HEX triplet: 9A, 49 and 7E. RGB value is (154,73,126). Sum of RGB (Red+Green+Blue) = 154+73+126=353 (46% of max value = 765). Red value is 154 (60.55% from 255 or 43.63% from 353); Green value is 73 (28.91% from 255 or 20.68% from 353); Blue value is 126 (49.61% from 255 or 35.69% from 353); Max value from RGB is 154 - color contains mainly: red. Hex color #9A497E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A497E is #65B681. Grayscale: #676767. Windows color (decimal): -6665858 or 8276378. OLE color: 8276378.
HSL color Cylindrical-coordinate representation of color #9A497E: hue angle of 320.74º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9A497E is Cyan = 0, Magento = 0.53, Yellow = 0.18 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 73 | 126 | - |
| CMYK | 0 | 0.53 | 0.18 | 0.40 |
| HSL | 320.74º | 0.36% | 0.45% | - |
| HSV(B) | 320.74º | 0.53% | 0.6% | - |
| XYZ | 19.47 | 13.14 | 21.25 | - |
| YUV | 103.26 | 140.84 | 164.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 73 | 126 | 0 | 0.53 | 0.18 | 0.40 | 320.74 | 0.36 | 0.45 |
| Hex | 9A | 49 | 7E | 0 | 35 | 12 | 28 | 141 | 24 | 2D |
| Octal | 232 | 111 | 176 | 0 | 65 | 22 | 50 | 501 | 44 | 55 |
| Binary | 10011010 | 1001001 | 1111110 | 0 | 110101 | 10010 | 101000 | 101000001 | 100100 | 101101 |
Color Harmonies of #9A497E
Complementary color
Monochromatic Colors of #9A497E
Black with #9A497E
Text Example
Text Example
White with #9A497E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A497E; }
p { color: rgb(154,73,126); }
H1.HeaderClassName
{
color: #9A497E;
}
.AnyTagClassName
{
color: #9A497E;
}
</style>
background-color css
<style>
a { background-color: #9A497E; }
a { background-color: rgb(154,73,126); }
div.DivClassName
{
background-color: #9A497E;
}
.BgClassName
{
background-color: #9A497E;
}
</style>
border-color css
<style>
span { border-color: #9A497E; }
span { border-color: rgb(154,73,126); }
td.TdClassName
{
border-color: #9A497E;
}
.TagClassName
{
border-color: #9A497E;
}
</style>