Shades of Strikemaster #994E81
Tints of Strikemaster #994E81
RGB
CMYK
RGB Variations
Color information
#994E81 (or 0x994E81) is known color: Strikemaster. HEX triplet: 99, 4E and 81. RGB value is (153,78,129). Sum of RGB (Red+Green+Blue) = 153+78+129=360 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.5% from 360); Green value is 78 (30.86% from 255 or 21.67% from 360); Blue value is 129 (50.78% from 255 or 35.83% from 360); Max value from RGB is 153 - color contains mainly: red. Hex color #994E81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #994E81 is #66B17E. Grayscale: #6A6A6A. Windows color (decimal): -6730111 or 8474265. OLE color: 8474265.
HSL color Cylindrical-coordinate representation of color #994E81: hue angle of 319.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 #994E81 is Cyan = 0, Magento = 0.49, Yellow = 0.16 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 78 | 129 | - |
| CMYK | 0 | 0.49 | 0.16 | 0.4 |
| HSL | 319.2º | 0.32% | 0.45% | - |
| HSV(B) | 319.2º | 0.49% | 0.6% | - |
| XYZ | 19.82 | 13.81 | 22.39 | - |
| YUV | 106.24 | 140.85 | 161.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 78 | 129 | 0 | 0.49 | 0.16 | 0.4 | 319.2 | 0.32 | 0.45 |
| Hex | 99 | 4E | 81 | 0 | 31 | 10 | 28 | 13F | 20 | 2D |
| Octal | 231 | 116 | 201 | 0 | 61 | 20 | 50 | 477 | 40 | 55 |
| Binary | 10011001 | 1001110 | 10000001 | 0 | 110001 | 10000 | 101000 | 100111111 | 100000 | 101101 |
Color Harmonies of #994E81
Complementary color
Monochromatic Colors of #994E81
Black with #994E81
Text Example
Text Example
White with #994E81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994E81; }
p { color: rgb(153,78,129); }
H1.HeaderClassName
{
color: #994E81;
}
.AnyTagClassName
{
color: #994E81;
}
</style>
background-color css
<style>
a { background-color: #994E81; }
a { background-color: rgb(153,78,129); }
div.DivClassName
{
background-color: #994E81;
}
.BgClassName
{
background-color: #994E81;
}
</style>
border-color css
<style>
span { border-color: #994E81; }
span { border-color: rgb(153,78,129); }
td.TdClassName
{
border-color: #994E81;
}
.TagClassName
{
border-color: #994E81;
}
</style>