Shades of Strikemaster #994883
Tints of Strikemaster #994883
RGB
CMYK
RGB Variations
Color information
#994883 (or 0x994883) is known color: Strikemaster. HEX triplet: 99, 48 and 83. RGB value is (153,72,131). Sum of RGB (Red+Green+Blue) = 153+72+131=356 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.98% from 356); Green value is 72 (28.52% from 255 or 20.22% from 356); Blue value is 131 (51.56% from 255 or 36.80% from 356); Max value from RGB is 153 - color contains mainly: red. Hex color #994883 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #994883 is #66B77C. Grayscale: #666666. Windows color (decimal): -6731645 or 8603801. OLE color: 8603801.
HSL color Cylindrical-coordinate representation of color #994883: hue angle of 316.3º 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 #994883 is Cyan = 0, Magento = 0.53, Yellow = 0.14 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 72 | 131 | - |
| CMYK | 0 | 0.53 | 0.14 | 0.4 |
| HSL | 316.3º | 0.36% | 0.44% | - |
| HSV(B) | 316.3º | 0.53% | 0.6% | - |
| XYZ | 19.55 | 13.05 | 22.96 | - |
| YUV | 102.95 | 143.84 | 163.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 72 | 131 | 0 | 0.53 | 0.14 | 0.4 | 316.3 | 0.36 | 0.44 |
| Hex | 99 | 48 | 83 | 0 | 35 | E | 28 | 13C | 24 | 2C |
| Octal | 231 | 110 | 203 | 0 | 65 | 16 | 50 | 474 | 44 | 54 |
| Binary | 10011001 | 1001000 | 10000011 | 0 | 110101 | 1110 | 101000 | 100111100 | 100100 | 101100 |
Color Harmonies of #994883
Complementary color
Monochromatic Colors of #994883
Black with #994883
Text Example
Text Example
White with #994883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994883; }
p { color: rgb(153,72,131); }
H1.HeaderClassName
{
color: #994883;
}
.AnyTagClassName
{
color: #994883;
}
</style>
background-color css
<style>
a { background-color: #994883; }
a { background-color: rgb(153,72,131); }
div.DivClassName
{
background-color: #994883;
}
.BgClassName
{
background-color: #994883;
}
</style>
border-color css
<style>
span { border-color: #994883; }
span { border-color: rgb(153,72,131); }
td.TdClassName
{
border-color: #994883;
}
.TagClassName
{
border-color: #994883;
}
</style>