Shades of Strikemaster #994881
Tints of Strikemaster #994881
RGB
CMYK
RGB Variations
Color information
#994881 (or 0x994881) is known color: Strikemaster. HEX triplet: 99, 48 and 81. RGB value is (153,72,129). Sum of RGB (Red+Green+Blue) = 153+72+129=354 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.22% from 354); Green value is 72 (28.52% from 255 or 20.34% from 354); Blue value is 129 (50.78% from 255 or 36.44% from 354); Max value from RGB is 153 - color contains mainly: red. Hex color #994881 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #994881 is #66B77E. Grayscale: #666666. Windows color (decimal): -6731647 or 8472729. OLE color: 8472729.
HSL color Cylindrical-coordinate representation of color #994881: hue angle of 317.78º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #994881 is Cyan = 0, Magento = 0.53, Yellow = 0.16 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 72 | 129 | - |
| CMYK | 0 | 0.53 | 0.16 | 0.4 |
| HSL | 317.78º | 0.36% | 0.44% | - |
| HSV(B) | 317.78º | 0.53% | 0.6% | - |
| XYZ | 19.42 | 12.99 | 22.25 | - |
| YUV | 102.72 | 142.84 | 163.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 72 | 129 | 0 | 0.53 | 0.16 | 0.4 | 317.78 | 0.36 | 0.44 |
| Hex | 99 | 48 | 81 | 0 | 35 | 10 | 28 | 13E | 24 | 2C |
| Octal | 231 | 110 | 201 | 0 | 65 | 20 | 50 | 476 | 44 | 54 |
| Binary | 10011001 | 1001000 | 10000001 | 0 | 110101 | 10000 | 101000 | 100111110 | 100100 | 101100 |
Color Harmonies of #994881
Complementary color
Monochromatic Colors of #994881
Black with #994881
Text Example
Text Example
White with #994881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994881; }
p { color: rgb(153,72,129); }
H1.HeaderClassName
{
color: #994881;
}
.AnyTagClassName
{
color: #994881;
}
</style>
background-color css
<style>
a { background-color: #994881; }
a { background-color: rgb(153,72,129); }
div.DivClassName
{
background-color: #994881;
}
.BgClassName
{
background-color: #994881;
}
</style>
border-color css
<style>
span { border-color: #994881; }
span { border-color: rgb(153,72,129); }
td.TdClassName
{
border-color: #994881;
}
.TagClassName
{
border-color: #994881;
}
</style>