Shades of Strikemaster #994B7F
Tints of Strikemaster #994B7F
RGB
CMYK
RGB Variations
Color information
#994B7F (or 0x994B7F) is known color: Strikemaster. HEX triplet: 99, 4B and 7F. RGB value is (153,75,127). Sum of RGB (Red+Green+Blue) = 153+75+127=355 (47% of max value = 765). Red value is 153 (60.16% from 255 or 43.10% from 355); Green value is 75 (29.69% from 255 or 21.13% from 355); Blue value is 127 (50% from 255 or 35.77% from 355); Max value from RGB is 153 - color contains mainly: red. Hex color #994B7F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #994B7F is #66B480. Grayscale: #686868. Windows color (decimal): -6730881 or 8342425. OLE color: 8342425.
HSL color Cylindrical-coordinate representation of color #994B7F: hue angle of 320º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #994B7F is Cyan = 0, Magento = 0.51, Yellow = 0.17 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 75 | 127 | - |
| CMYK | 0 | 0.51 | 0.17 | 0.4 |
| HSL | 320º | 0.34% | 0.45% | - |
| HSV(B) | 320º | 0.51% | 0.6% | - |
| XYZ | 19.48 | 13.34 | 21.63 | - |
| YUV | 104.25 | 140.84 | 162.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 75 | 127 | 0 | 0.51 | 0.17 | 0.4 | 320 | 0.34 | 0.45 |
| Hex | 99 | 4B | 7F | 0 | 33 | 11 | 28 | 140 | 22 | 2D |
| Octal | 231 | 113 | 177 | 0 | 63 | 21 | 50 | 500 | 42 | 55 |
| Binary | 10011001 | 1001011 | 1111111 | 0 | 110011 | 10001 | 101000 | 101000000 | 100010 | 101101 |
Color Harmonies of #994B7F
Complementary color
Monochromatic Colors of #994B7F
Black with #994B7F
Text Example
Text Example
White with #994B7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994B7F; }
p { color: rgb(153,75,127); }
H1.HeaderClassName
{
color: #994B7F;
}
.AnyTagClassName
{
color: #994B7F;
}
</style>
background-color css
<style>
a { background-color: #994B7F; }
a { background-color: rgb(153,75,127); }
div.DivClassName
{
background-color: #994B7F;
}
.BgClassName
{
background-color: #994B7F;
}
</style>
border-color css
<style>
span { border-color: #994B7F; }
span { border-color: rgb(153,75,127); }
td.TdClassName
{
border-color: #994B7F;
}
.TagClassName
{
border-color: #994B7F;
}
</style>