Shades of Strikemaster #994B7C
Tints of Strikemaster #994B7C
RGB
CMYK
RGB Variations
Color information
#994B7C (or 0x994B7C) is known color: Strikemaster. HEX triplet: 99, 4B and 7C. RGB value is (153,75,124). Sum of RGB (Red+Green+Blue) = 153+75+124=352 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.47% from 352); Green value is 75 (29.69% from 255 or 21.31% from 352); Blue value is 124 (48.83% from 255 or 35.23% from 352); Max value from RGB is 153 - color contains mainly: red. Hex color #994B7C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #994B7C is #66B483. Grayscale: #676767. Windows color (decimal): -6730884 or 8145817. OLE color: 8145817.
HSL color Cylindrical-coordinate representation of color #994B7C: hue angle of 322.31º 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 #994B7C is Cyan = 0, Magento = 0.51, Yellow = 0.19 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 75 | 124 | - |
| CMYK | 0 | 0.51 | 0.19 | 0.4 |
| HSL | 322.31º | 0.34% | 0.45% | - |
| HSV(B) | 322.31º | 0.51% | 0.6% | - |
| XYZ | 19.29 | 13.26 | 20.61 | - |
| YUV | 103.91 | 139.34 | 163.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 75 | 124 | 0 | 0.51 | 0.19 | 0.4 | 322.31 | 0.34 | 0.45 |
| Hex | 99 | 4B | 7C | 0 | 33 | 13 | 28 | 142 | 22 | 2D |
| Octal | 231 | 113 | 174 | 0 | 63 | 23 | 50 | 502 | 42 | 55 |
| Binary | 10011001 | 1001011 | 1111100 | 0 | 110011 | 10011 | 101000 | 101000010 | 100010 | 101101 |
Color Harmonies of #994B7C
Complementary color
Monochromatic Colors of #994B7C
Black with #994B7C
Text Example
Text Example
White with #994B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994B7C; }
p { color: rgb(153,75,124); }
H1.HeaderClassName
{
color: #994B7C;
}
.AnyTagClassName
{
color: #994B7C;
}
</style>
background-color css
<style>
a { background-color: #994B7C; }
a { background-color: rgb(153,75,124); }
div.DivClassName
{
background-color: #994B7C;
}
.BgClassName
{
background-color: #994B7C;
}
</style>
border-color css
<style>
span { border-color: #994B7C; }
span { border-color: rgb(153,75,124); }
td.TdClassName
{
border-color: #994B7C;
}
.TagClassName
{
border-color: #994B7C;
}
</style>