Shades of Strikemaster #994984
Tints of Strikemaster #994984
RGB
CMYK
RGB Variations
Color information
#994984 (or 0x994984) is known color: Strikemaster. HEX triplet: 99, 49 and 84. RGB value is (153,73,132). Sum of RGB (Red+Green+Blue) = 153+73+132=358 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.74% from 358); Green value is 73 (28.91% from 255 or 20.39% from 358); Blue value is 132 (51.95% from 255 or 36.87% from 358); Max value from RGB is 153 - color contains mainly: red. Hex color #994984 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #994984 is #66B67B. Grayscale: #676767. Windows color (decimal): -6731388 or 8669593. OLE color: 8669593.
HSL color Cylindrical-coordinate representation of color #994984: hue angle of 315.75º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #994984 is Cyan = 0, Magento = 0.52, Yellow = 0.14 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 73 | 132 | - |
| CMYK | 0 | 0.52 | 0.14 | 0.4 |
| HSL | 315.75º | 0.35% | 0.44% | - |
| HSV(B) | 315.75º | 0.52% | 0.6% | - |
| XYZ | 19.68 | 13.2 | 23.34 | - |
| YUV | 103.65 | 144 | 163.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 73 | 132 | 0 | 0.52 | 0.14 | 0.4 | 315.75 | 0.35 | 0.44 |
| Hex | 99 | 49 | 84 | 0 | 34 | E | 28 | 13C | 23 | 2C |
| Octal | 231 | 111 | 204 | 0 | 64 | 16 | 50 | 474 | 43 | 54 |
| Binary | 10011001 | 1001001 | 10000100 | 0 | 110100 | 1110 | 101000 | 100111100 | 100011 | 101100 |
Color Harmonies of #994984
Complementary color
Monochromatic Colors of #994984
Black with #994984
Text Example
Text Example
White with #994984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994984; }
p { color: rgb(153,73,132); }
H1.HeaderClassName
{
color: #994984;
}
.AnyTagClassName
{
color: #994984;
}
</style>
background-color css
<style>
a { background-color: #994984; }
a { background-color: rgb(153,73,132); }
div.DivClassName
{
background-color: #994984;
}
.BgClassName
{
background-color: #994984;
}
</style>
border-color css
<style>
span { border-color: #994984; }
span { border-color: rgb(153,73,132); }
td.TdClassName
{
border-color: #994984;
}
.TagClassName
{
border-color: #994984;
}
</style>