Shades of Strikemaster #994E7F
Tints of Strikemaster #994E7F
RGB
CMYK
RGB Variations
Color information
#994E7F (or 0x994E7F) is known color: Strikemaster. HEX triplet: 99, 4E and 7F. RGB value is (153,78,127). Sum of RGB (Red+Green+Blue) = 153+78+127=358 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.74% from 358); Green value is 78 (30.86% from 255 or 21.79% from 358); Blue value is 127 (50% from 255 or 35.47% from 358); Max value from RGB is 153 - color contains mainly: red. Hex color #994E7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #994E7F is #66B180. Grayscale: #696969. Windows color (decimal): -6730113 or 8343193. OLE color: 8343193.
HSL color Cylindrical-coordinate representation of color #994E7F: hue angle of 320.8º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #994E7F is Cyan = 0, Magento = 0.49, Yellow = 0.17 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 78 | 127 | - |
| CMYK | 0 | 0.49 | 0.17 | 0.4 |
| HSL | 320.8º | 0.32% | 0.45% | - |
| HSV(B) | 320.8º | 0.49% | 0.6% | - |
| XYZ | 19.69 | 13.75 | 21.7 | - |
| YUV | 106.01 | 139.85 | 161.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 78 | 127 | 0 | 0.49 | 0.17 | 0.4 | 320.8 | 0.32 | 0.45 |
| Hex | 99 | 4E | 7F | 0 | 31 | 11 | 28 | 141 | 20 | 2D |
| Octal | 231 | 116 | 177 | 0 | 61 | 21 | 50 | 501 | 40 | 55 |
| Binary | 10011001 | 1001110 | 1111111 | 0 | 110001 | 10001 | 101000 | 101000001 | 100000 | 101101 |
Color Harmonies of #994E7F
Complementary color
Monochromatic Colors of #994E7F
Black with #994E7F
Text Example
Text Example
White with #994E7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994E7F; }
p { color: rgb(153,78,127); }
H1.HeaderClassName
{
color: #994E7F;
}
.AnyTagClassName
{
color: #994E7F;
}
</style>
background-color css
<style>
a { background-color: #994E7F; }
a { background-color: rgb(153,78,127); }
div.DivClassName
{
background-color: #994E7F;
}
.BgClassName
{
background-color: #994E7F;
}
</style>
border-color css
<style>
span { border-color: #994E7F; }
span { border-color: rgb(153,78,127); }
td.TdClassName
{
border-color: #994E7F;
}
.TagClassName
{
border-color: #994E7F;
}
</style>