Shades of Strikemaster #994882
Tints of Strikemaster #994882
RGB
CMYK
RGB Variations
Color information
#994882 (or 0x994882) is known color: Strikemaster. HEX triplet: 99, 48 and 82. RGB value is (153,72,130). Sum of RGB (Red+Green+Blue) = 153+72+130=355 (47% of max value = 765). Red value is 153 (60.16% from 255 or 43.10% from 355); Green value is 72 (28.52% from 255 or 20.28% from 355); Blue value is 130 (51.17% from 255 or 36.62% from 355); Max value from RGB is 153 - color contains mainly: red. Hex color #994882 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #994882 is #66B77D. Grayscale: #666666. Windows color (decimal): -6731646 or 8538265. OLE color: 8538265.
HSL color Cylindrical-coordinate representation of color #994882: hue angle of 317.04º 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 #994882 is Cyan = 0, Magento = 0.53, Yellow = 0.15 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 72 | 130 | - |
| CMYK | 0 | 0.53 | 0.15 | 0.4 |
| HSL | 317.04º | 0.36% | 0.44% | - |
| HSV(B) | 317.04º | 0.53% | 0.6% | - |
| XYZ | 19.48 | 13.02 | 22.61 | - |
| YUV | 102.83 | 143.34 | 163.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 72 | 130 | 0 | 0.53 | 0.15 | 0.4 | 317.04 | 0.36 | 0.44 |
| Hex | 99 | 48 | 82 | 0 | 35 | F | 28 | 13D | 24 | 2C |
| Octal | 231 | 110 | 202 | 0 | 65 | 17 | 50 | 475 | 44 | 54 |
| Binary | 10011001 | 1001000 | 10000010 | 0 | 110101 | 1111 | 101000 | 100111101 | 100100 | 101100 |
Color Harmonies of #994882
Complementary color
Monochromatic Colors of #994882
Black with #994882
Text Example
Text Example
White with #994882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994882; }
p { color: rgb(153,72,130); }
H1.HeaderClassName
{
color: #994882;
}
.AnyTagClassName
{
color: #994882;
}
</style>
background-color css
<style>
a { background-color: #994882; }
a { background-color: rgb(153,72,130); }
div.DivClassName
{
background-color: #994882;
}
.BgClassName
{
background-color: #994882;
}
</style>
border-color css
<style>
span { border-color: #994882; }
span { border-color: rgb(153,72,130); }
td.TdClassName
{
border-color: #994882;
}
.TagClassName
{
border-color: #994882;
}
</style>