Shades of Strikemaster #994D82
Tints of Strikemaster #994D82
RGB
CMYK
RGB Variations
Color information
#994D82 (or 0x994D82) is known color: Strikemaster. HEX triplet: 99, 4D and 82. RGB value is (153,77,130). Sum of RGB (Red+Green+Blue) = 153+77+130=360 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.5% from 360); Green value is 77 (30.47% from 255 or 21.39% from 360); Blue value is 130 (51.17% from 255 or 36.11% from 360); Max value from RGB is 153 - color contains mainly: red. Hex color #994D82 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #994D82 is #66B27D. Grayscale: #696969. Windows color (decimal): -6730366 or 8539545. OLE color: 8539545.
HSL color Cylindrical-coordinate representation of color #994D82: hue angle of 318.16º 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 #994D82 is Cyan = 0, Magento = 0.50, Yellow = 0.15 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 77 | 130 | - |
| CMYK | 0 | 0.50 | 0.15 | 0.4 |
| HSL | 318.16º | 0.33% | 0.45% | - |
| HSV(B) | 318.16º | 0.5% | 0.6% | - |
| XYZ | 19.82 | 13.69 | 22.72 | - |
| YUV | 105.77 | 141.68 | 161.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 77 | 130 | 0 | 0.50 | 0.15 | 0.4 | 318.16 | 0.33 | 0.45 |
| Hex | 99 | 4D | 82 | 0 | 32 | F | 28 | 13E | 21 | 2D |
| Octal | 231 | 115 | 202 | 0 | 62 | 17 | 50 | 476 | 41 | 55 |
| Binary | 10011001 | 1001101 | 10000010 | 0 | 110010 | 1111 | 101000 | 100111110 | 100001 | 101101 |
Color Harmonies of #994D82
Complementary color
Monochromatic Colors of #994D82
Black with #994D82
Text Example
Text Example
White with #994D82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994D82; }
p { color: rgb(153,77,130); }
H1.HeaderClassName
{
color: #994D82;
}
.AnyTagClassName
{
color: #994D82;
}
</style>
background-color css
<style>
a { background-color: #994D82; }
a { background-color: rgb(153,77,130); }
div.DivClassName
{
background-color: #994D82;
}
.BgClassName
{
background-color: #994D82;
}
</style>
border-color css
<style>
span { border-color: #994D82; }
span { border-color: rgb(153,77,130); }
td.TdClassName
{
border-color: #994D82;
}
.TagClassName
{
border-color: #994D82;
}
</style>