Shades of Strikemaster #994C7D
Tints of Strikemaster #994C7D
RGB
CMYK
RGB Variations
Color information
#994C7D (or 0x994C7D) is known color: Strikemaster. HEX triplet: 99, 4C and 7D. RGB value is (153,76,125). Sum of RGB (Red+Green+Blue) = 153+76+125=354 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.22% from 354); Green value is 76 (30.08% from 255 or 21.47% from 354); Blue value is 125 (49.22% from 255 or 35.31% from 354); Max value from RGB is 153 - color contains mainly: red. Hex color #994C7D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #994C7D is #66B382. Grayscale: #686868. Windows color (decimal): -6730627 or 8211609. OLE color: 8211609.
HSL color Cylindrical-coordinate representation of color #994C7D: hue angle of 321.82º degrees, saturation: 0.34, 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 #994C7D is Cyan = 0, Magento = 0.50, Yellow = 0.18 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 76 | 125 | - |
| CMYK | 0 | 0.50 | 0.18 | 0.4 |
| HSL | 321.82º | 0.34% | 0.45% | - |
| HSV(B) | 321.82º | 0.5% | 0.6% | - |
| XYZ | 19.42 | 13.42 | 20.97 | - |
| YUV | 104.61 | 139.51 | 162.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 76 | 125 | 0 | 0.50 | 0.18 | 0.4 | 321.82 | 0.34 | 0.45 |
| Hex | 99 | 4C | 7D | 0 | 32 | 12 | 28 | 142 | 22 | 2D |
| Octal | 231 | 114 | 175 | 0 | 62 | 22 | 50 | 502 | 42 | 55 |
| Binary | 10011001 | 1001100 | 1111101 | 0 | 110010 | 10010 | 101000 | 101000010 | 100010 | 101101 |
Color Harmonies of #994C7D
Complementary color
Monochromatic Colors of #994C7D
Black with #994C7D
Text Example
Text Example
White with #994C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994C7D; }
p { color: rgb(153,76,125); }
H1.HeaderClassName
{
color: #994C7D;
}
.AnyTagClassName
{
color: #994C7D;
}
</style>
background-color css
<style>
a { background-color: #994C7D; }
a { background-color: rgb(153,76,125); }
div.DivClassName
{
background-color: #994C7D;
}
.BgClassName
{
background-color: #994C7D;
}
</style>
border-color css
<style>
span { border-color: #994C7D; }
span { border-color: rgb(153,76,125); }
td.TdClassName
{
border-color: #994C7D;
}
.TagClassName
{
border-color: #994C7D;
}
</style>