Shades of Strikemaster #994884
Tints of Strikemaster #994884
RGB
CMYK
RGB Variations
Color information
#994884 (or 0x994884) is known color: Strikemaster. HEX triplet: 99, 48 and 84. RGB value is (153,72,132). Sum of RGB (Red+Green+Blue) = 153+72+132=357 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.86% from 357); Green value is 72 (28.52% from 255 or 20.17% from 357); Blue value is 132 (51.95% from 255 or 36.97% from 357); Max value from RGB is 153 - color contains mainly: red. Hex color #994884 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #994884 is #66B77B. Grayscale: #666666. Windows color (decimal): -6731644 or 8669337. OLE color: 8669337.
HSL color Cylindrical-coordinate representation of color #994884: hue angle of 315.56º 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 #994884 is Cyan = 0, Magento = 0.53, Yellow = 0.14 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 72 | 132 | - |
| CMYK | 0 | 0.53 | 0.14 | 0.4 |
| HSL | 315.56º | 0.36% | 0.44% | - |
| HSV(B) | 315.56º | 0.53% | 0.6% | - |
| XYZ | 19.62 | 13.07 | 23.32 | - |
| YUV | 103.06 | 144.34 | 163.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 72 | 132 | 0 | 0.53 | 0.14 | 0.4 | 315.56 | 0.36 | 0.44 |
| Hex | 99 | 48 | 84 | 0 | 35 | E | 28 | 13C | 24 | 2C |
| Octal | 231 | 110 | 204 | 0 | 65 | 16 | 50 | 474 | 44 | 54 |
| Binary | 10011001 | 1001000 | 10000100 | 0 | 110101 | 1110 | 101000 | 100111100 | 100100 | 101100 |
Color Harmonies of #994884
Complementary color
Monochromatic Colors of #994884
Black with #994884
Text Example
Text Example
White with #994884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994884; }
p { color: rgb(153,72,132); }
H1.HeaderClassName
{
color: #994884;
}
.AnyTagClassName
{
color: #994884;
}
</style>
background-color css
<style>
a { background-color: #994884; }
a { background-color: rgb(153,72,132); }
div.DivClassName
{
background-color: #994884;
}
.BgClassName
{
background-color: #994884;
}
</style>
border-color css
<style>
span { border-color: #994884; }
span { border-color: rgb(153,72,132); }
td.TdClassName
{
border-color: #994884;
}
.TagClassName
{
border-color: #994884;
}
</style>