Shades of Strikemaster #994E7C
Tints of Strikemaster #994E7C
RGB
CMYK
RGB Variations
Color information
#994E7C (or 0x994E7C) is known color: Strikemaster. HEX triplet: 99, 4E and 7C. RGB value is (153,78,124). Sum of RGB (Red+Green+Blue) = 153+78+124=355 (47% of max value = 765). Red value is 153 (60.16% from 255 or 43.10% from 355); Green value is 78 (30.86% from 255 or 21.97% from 355); Blue value is 124 (48.83% from 255 or 34.93% from 355); Max value from RGB is 153 - color contains mainly: red. Hex color #994E7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #994E7C is #66B183. Grayscale: #696969. Windows color (decimal): -6730116 or 8146585. OLE color: 8146585.
HSL color Cylindrical-coordinate representation of color #994E7C: hue angle of 323.2º 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 #994E7C is Cyan = 0, Magento = 0.49, Yellow = 0.19 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 78 | 124 | - |
| CMYK | 0 | 0.49 | 0.19 | 0.4 |
| HSL | 323.2º | 0.32% | 0.45% | - |
| HSV(B) | 323.2º | 0.49% | 0.6% | - |
| XYZ | 19.5 | 13.68 | 20.68 | - |
| YUV | 105.67 | 138.35 | 161.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 78 | 124 | 0 | 0.49 | 0.19 | 0.4 | 323.2 | 0.32 | 0.45 |
| Hex | 99 | 4E | 7C | 0 | 31 | 13 | 28 | 143 | 20 | 2D |
| Octal | 231 | 116 | 174 | 0 | 61 | 23 | 50 | 503 | 40 | 55 |
| Binary | 10011001 | 1001110 | 1111100 | 0 | 110001 | 10011 | 101000 | 101000011 | 100000 | 101101 |
Color Harmonies of #994E7C
Complementary color
Monochromatic Colors of #994E7C
Black with #994E7C
Text Example
Text Example
White with #994E7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994E7C; }
p { color: rgb(153,78,124); }
H1.HeaderClassName
{
color: #994E7C;
}
.AnyTagClassName
{
color: #994E7C;
}
</style>
background-color css
<style>
a { background-color: #994E7C; }
a { background-color: rgb(153,78,124); }
div.DivClassName
{
background-color: #994E7C;
}
.BgClassName
{
background-color: #994E7C;
}
</style>
border-color css
<style>
span { border-color: #994E7C; }
span { border-color: rgb(153,78,124); }
td.TdClassName
{
border-color: #994E7C;
}
.TagClassName
{
border-color: #994E7C;
}
</style>