Shades of Strikemaster #994D7D
Tints of Strikemaster #994D7D
RGB
CMYK
RGB Variations
Color information
#994D7D (or 0x994D7D) is known color: Strikemaster. HEX triplet: 99, 4D and 7D. RGB value is (153,77,125). Sum of RGB (Red+Green+Blue) = 153+77+125=355 (47% of max value = 765). Red value is 153 (60.16% from 255 or 43.10% from 355); Green value is 77 (30.47% from 255 or 21.69% from 355); Blue value is 125 (49.22% from 255 or 35.21% from 355); Max value from RGB is 153 - color contains mainly: red. Hex color #994D7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #994D7D is #66B282. Grayscale: #696969. Windows color (decimal): -6730371 or 8211865. OLE color: 8211865.
HSL color Cylindrical-coordinate representation of color #994D7D: hue angle of 322.11º 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 #994D7D is Cyan = 0, Magento = 0.50, Yellow = 0.18 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 77 | 125 | - |
| CMYK | 0 | 0.50 | 0.18 | 0.4 |
| HSL | 322.11º | 0.33% | 0.45% | - |
| HSV(B) | 322.11º | 0.5% | 0.6% | - |
| XYZ | 19.49 | 13.56 | 20.99 | - |
| YUV | 105.2 | 139.18 | 162.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 77 | 125 | 0 | 0.50 | 0.18 | 0.4 | 322.11 | 0.33 | 0.45 |
| Hex | 99 | 4D | 7D | 0 | 32 | 12 | 28 | 142 | 21 | 2D |
| Octal | 231 | 115 | 175 | 0 | 62 | 22 | 50 | 502 | 41 | 55 |
| Binary | 10011001 | 1001101 | 1111101 | 0 | 110010 | 10010 | 101000 | 101000010 | 100001 | 101101 |
Color Harmonies of #994D7D
Complementary color
Monochromatic Colors of #994D7D
Black with #994D7D
Text Example
Text Example
White with #994D7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994D7D; }
p { color: rgb(153,77,125); }
H1.HeaderClassName
{
color: #994D7D;
}
.AnyTagClassName
{
color: #994D7D;
}
</style>
background-color css
<style>
a { background-color: #994D7D; }
a { background-color: rgb(153,77,125); }
div.DivClassName
{
background-color: #994D7D;
}
.BgClassName
{
background-color: #994D7D;
}
</style>
border-color css
<style>
span { border-color: #994D7D; }
span { border-color: rgb(153,77,125); }
td.TdClassName
{
border-color: #994D7D;
}
.TagClassName
{
border-color: #994D7D;
}
</style>