Shades of Strikemaster #994D84
Tints of Strikemaster #994D84
RGB
CMYK
RGB Variations
Color information
#994D84 (or 0x994D84) is known color: Strikemaster. HEX triplet: 99, 4D and 84. RGB value is (153,77,132). Sum of RGB (Red+Green+Blue) = 153+77+132=362 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.27% from 362); Green value is 77 (30.47% from 255 or 21.27% from 362); Blue value is 132 (51.95% from 255 or 36.46% from 362); Max value from RGB is 153 - color contains mainly: red. Hex color #994D84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #994D84 is #66B27B. Grayscale: #696969. Windows color (decimal): -6730364 or 8670617. OLE color: 8670617.
HSL color Cylindrical-coordinate representation of color #994D84: hue angle of 316.58º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #994D84 is Cyan = 0, Magento = 0.50, Yellow = 0.14 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 77 | 132 | - |
| CMYK | 0 | 0.50 | 0.14 | 0.4 |
| HSL | 316.58º | 0.33% | 0.45% | - |
| HSV(B) | 316.58º | 0.5% | 0.6% | - |
| XYZ | 19.96 | 13.75 | 23.43 | - |
| YUV | 105.99 | 142.68 | 161.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 77 | 132 | 0 | 0.50 | 0.14 | 0.4 | 316.58 | 0.33 | 0.45 |
| Hex | 99 | 4D | 84 | 0 | 32 | E | 28 | 13D | 21 | 2D |
| Octal | 231 | 115 | 204 | 0 | 62 | 16 | 50 | 475 | 41 | 55 |
| Binary | 10011001 | 1001101 | 10000100 | 0 | 110010 | 1110 | 101000 | 100111101 | 100001 | 101101 |
Color Harmonies of #994D84
Complementary color
Monochromatic Colors of #994D84
Black with #994D84
Text Example
Text Example
White with #994D84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994D84; }
p { color: rgb(153,77,132); }
H1.HeaderClassName
{
color: #994D84;
}
.AnyTagClassName
{
color: #994D84;
}
</style>
background-color css
<style>
a { background-color: #994D84; }
a { background-color: rgb(153,77,132); }
div.DivClassName
{
background-color: #994D84;
}
.BgClassName
{
background-color: #994D84;
}
</style>
border-color css
<style>
span { border-color: #994D84; }
span { border-color: rgb(153,77,132); }
td.TdClassName
{
border-color: #994D84;
}
.TagClassName
{
border-color: #994D84;
}
</style>