Shades of Strikemaster #994B85
Tints of Strikemaster #994B85
RGB
CMYK
RGB Variations
Color information
#994B85 (or 0x994B85) is known color: Strikemaster. HEX triplet: 99, 4B and 85. RGB value is (153,75,133). Sum of RGB (Red+Green+Blue) = 153+75+133=361 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.38% from 361); Green value is 75 (29.69% from 255 or 20.78% from 361); Blue value is 133 (52.34% from 255 or 36.84% from 361); Max value from RGB is 153 - color contains mainly: red. Hex color #994B85 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #994B85 is #66B47A. Grayscale: #686868. Windows color (decimal): -6730875 or 8735641. OLE color: 8735641.
HSL color Cylindrical-coordinate representation of color #994B85: hue angle of 315.38º 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 #994B85 is Cyan = 0, Magento = 0.51, Yellow = 0.13 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 75 | 133 | - |
| CMYK | 0 | 0.51 | 0.13 | 0.4 |
| HSL | 315.38º | 0.34% | 0.45% | - |
| HSV(B) | 315.38º | 0.51% | 0.6% | - |
| XYZ | 19.89 | 13.5 | 23.75 | - |
| YUV | 104.93 | 143.84 | 162.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 75 | 133 | 0 | 0.51 | 0.13 | 0.4 | 315.38 | 0.34 | 0.45 |
| Hex | 99 | 4B | 85 | 0 | 33 | D | 28 | 13B | 22 | 2D |
| Octal | 231 | 113 | 205 | 0 | 63 | 15 | 50 | 473 | 42 | 55 |
| Binary | 10011001 | 1001011 | 10000101 | 0 | 110011 | 1101 | 101000 | 100111011 | 100010 | 101101 |
Color Harmonies of #994B85
Complementary color
Monochromatic Colors of #994B85
Black with #994B85
Text Example
Text Example
White with #994B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994B85; }
p { color: rgb(153,75,133); }
H1.HeaderClassName
{
color: #994B85;
}
.AnyTagClassName
{
color: #994B85;
}
</style>
background-color css
<style>
a { background-color: #994B85; }
a { background-color: rgb(153,75,133); }
div.DivClassName
{
background-color: #994B85;
}
.BgClassName
{
background-color: #994B85;
}
</style>
border-color css
<style>
span { border-color: #994B85; }
span { border-color: rgb(153,75,133); }
td.TdClassName
{
border-color: #994B85;
}
.TagClassName
{
border-color: #994B85;
}
</style>