Shades of Strikemaster #994781
Tints of Strikemaster #994781
RGB
CMYK
RGB Variations
Color information
#994781 (or 0x994781) is known color: Strikemaster. HEX triplet: 99, 47 and 81. RGB value is (153,71,129). Sum of RGB (Red+Green+Blue) = 153+71+129=353 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.34% from 353); Green value is 71 (28.12% from 255 or 20.11% from 353); Blue value is 129 (50.78% from 255 or 36.54% from 353); Max value from RGB is 153 - color contains mainly: red. Hex color #994781 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #994781 is #66B87E. Grayscale: #656565. Windows color (decimal): -6731903 or 8472473. OLE color: 8472473.
HSL color Cylindrical-coordinate representation of color #994781: hue angle of 317.56º 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 #994781 is Cyan = 0, Magento = 0.54, Yellow = 0.16 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 71 | 129 | - |
| CMYK | 0 | 0.54 | 0.16 | 0.4 |
| HSL | 317.56º | 0.37% | 0.44% | - |
| HSV(B) | 317.56º | 0.54% | 0.6% | - |
| XYZ | 19.35 | 12.86 | 22.23 | - |
| YUV | 102.13 | 143.17 | 164.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 71 | 129 | 0 | 0.54 | 0.16 | 0.4 | 317.56 | 0.37 | 0.44 |
| Hex | 99 | 47 | 81 | 0 | 36 | 10 | 28 | 13E | 25 | 2C |
| Octal | 231 | 107 | 201 | 0 | 66 | 20 | 50 | 476 | 45 | 54 |
| Binary | 10011001 | 1000111 | 10000001 | 0 | 110110 | 10000 | 101000 | 100111110 | 100101 | 101100 |
Color Harmonies of #994781
Complementary color
Monochromatic Colors of #994781
Black with #994781
Text Example
Text Example
White with #994781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994781; }
p { color: rgb(153,71,129); }
H1.HeaderClassName
{
color: #994781;
}
.AnyTagClassName
{
color: #994781;
}
</style>
background-color css
<style>
a { background-color: #994781; }
a { background-color: rgb(153,71,129); }
div.DivClassName
{
background-color: #994781;
}
.BgClassName
{
background-color: #994781;
}
</style>
border-color css
<style>
span { border-color: #994781; }
span { border-color: rgb(153,71,129); }
td.TdClassName
{
border-color: #994781;
}
.TagClassName
{
border-color: #994781;
}
</style>