Shades of Strikemaster #994682
Tints of Strikemaster #994682
RGB
CMYK
RGB Variations
Color information
#994682 (or 0x994682) is known color: Strikemaster. HEX triplet: 99, 46 and 82. RGB value is (153,70,130). Sum of RGB (Red+Green+Blue) = 153+70+130=353 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.34% from 353); Green value is 70 (27.73% from 255 or 19.83% from 353); Blue value is 130 (51.17% from 255 or 36.83% from 353); Max value from RGB is 153 - color contains mainly: red. Hex color #994682 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #994682 is #66B97D. Grayscale: #656565. Windows color (decimal): -6732158 or 8537753. OLE color: 8537753.
HSL color Cylindrical-coordinate representation of color #994682: hue angle of 316.63º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #994682 is Cyan = 0, Magento = 0.54, Yellow = 0.15 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 70 | 130 | - |
| CMYK | 0 | 0.54 | 0.15 | 0.4 |
| HSL | 316.63º | 0.37% | 0.44% | - |
| HSV(B) | 316.63º | 0.54% | 0.6% | - |
| XYZ | 19.36 | 12.76 | 22.56 | - |
| YUV | 101.66 | 144 | 164.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 70 | 130 | 0 | 0.54 | 0.15 | 0.4 | 316.63 | 0.37 | 0.44 |
| Hex | 99 | 46 | 82 | 0 | 36 | F | 28 | 13D | 25 | 2C |
| Octal | 231 | 106 | 202 | 0 | 66 | 17 | 50 | 475 | 45 | 54 |
| Binary | 10011001 | 1000110 | 10000010 | 0 | 110110 | 1111 | 101000 | 100111101 | 100101 | 101100 |
Color Harmonies of #994682
Complementary color
Monochromatic Colors of #994682
Black with #994682
Text Example
Text Example
White with #994682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994682; }
p { color: rgb(153,70,130); }
H1.HeaderClassName
{
color: #994682;
}
.AnyTagClassName
{
color: #994682;
}
</style>
background-color css
<style>
a { background-color: #994682; }
a { background-color: rgb(153,70,130); }
div.DivClassName
{
background-color: #994682;
}
.BgClassName
{
background-color: #994682;
}
</style>
border-color css
<style>
span { border-color: #994682; }
span { border-color: rgb(153,70,130); }
td.TdClassName
{
border-color: #994682;
}
.TagClassName
{
border-color: #994682;
}
</style>