Shades of Strikemaster #9A4984
Tints of Strikemaster #9A4984
RGB
CMYK
RGB Variations
Color information
#9A4984 (or 0x9A4984) is known color: Strikemaster. HEX triplet: 9A, 49 and 84. RGB value is (154,73,132). Sum of RGB (Red+Green+Blue) = 154+73+132=359 (47% of max value = 765). Red value is 154 (60.55% from 255 or 42.90% from 359); Green value is 73 (28.91% from 255 or 20.33% from 359); Blue value is 132 (51.95% from 255 or 36.77% from 359); Max value from RGB is 154 - color contains mainly: red. Hex color #9A4984 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A4984 is #65B67B. Grayscale: #676767. Windows color (decimal): -6665852 or 8669594. OLE color: 8669594.
HSL color Cylindrical-coordinate representation of color #9A4984: hue angle of 316.3º 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 #9A4984 is Cyan = 0, Magento = 0.53, Yellow = 0.14 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 73 | 132 | - |
| CMYK | 0 | 0.53 | 0.14 | 0.40 |
| HSL | 316.3º | 0.36% | 0.45% | - |
| HSV(B) | 316.3º | 0.53% | 0.6% | - |
| XYZ | 19.87 | 13.3 | 23.35 | - |
| YUV | 103.95 | 143.84 | 163.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 73 | 132 | 0 | 0.53 | 0.14 | 0.40 | 316.3 | 0.36 | 0.45 |
| Hex | 9A | 49 | 84 | 0 | 35 | E | 28 | 13C | 24 | 2D |
| Octal | 232 | 111 | 204 | 0 | 65 | 16 | 50 | 474 | 44 | 55 |
| Binary | 10011010 | 1001001 | 10000100 | 0 | 110101 | 1110 | 101000 | 100111100 | 100100 | 101101 |
Color Harmonies of #9A4984
Complementary color
Monochromatic Colors of #9A4984
Black with #9A4984
Text Example
Text Example
White with #9A4984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A4984; }
p { color: rgb(154,73,132); }
H1.HeaderClassName
{
color: #9A4984;
}
.AnyTagClassName
{
color: #9A4984;
}
</style>
background-color css
<style>
a { background-color: #9A4984; }
a { background-color: rgb(154,73,132); }
div.DivClassName
{
background-color: #9A4984;
}
.BgClassName
{
background-color: #9A4984;
}
</style>
border-color css
<style>
span { border-color: #9A4984; }
span { border-color: rgb(154,73,132); }
td.TdClassName
{
border-color: #9A4984;
}
.TagClassName
{
border-color: #9A4984;
}
</style>