Shades of Strikemaster #984783
Tints of Strikemaster #984783
RGB
CMYK
RGB Variations
Color information
#984783 (or 0x984783) is known color: Strikemaster. HEX triplet: 98, 47 and 83. RGB value is (152,71,131). Sum of RGB (Red+Green+Blue) = 152+71+131=354 (46% of max value = 765). Red value is 152 (59.77% from 255 or 42.94% from 354); Green value is 71 (28.12% from 255 or 20.06% from 354); Blue value is 131 (51.56% from 255 or 37.01% from 354); Max value from RGB is 152 - color contains mainly: red. Hex color #984783 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #984783 is #67B87C. Grayscale: #656565. Windows color (decimal): -6797437 or 8603544. OLE color: 8603544.
HSL color Cylindrical-coordinate representation of color #984783: 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 #984783 is Cyan = 0, Magento = 0.53, Yellow = 0.14 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 71 | 131 | - |
| CMYK | 0 | 0.53 | 0.14 | 0.40 |
| HSL | 315.56º | 0.36% | 0.44% | - |
| HSV(B) | 315.56º | 0.53% | 0.6% | - |
| XYZ | 19.3 | 12.82 | 22.93 | - |
| YUV | 102.06 | 144.34 | 163.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 71 | 131 | 0 | 0.53 | 0.14 | 0.40 | 315.56 | 0.36 | 0.44 |
| Hex | 98 | 47 | 83 | 0 | 35 | E | 28 | 13C | 24 | 2C |
| Octal | 230 | 107 | 203 | 0 | 65 | 16 | 50 | 474 | 44 | 54 |
| Binary | 10011000 | 1000111 | 10000011 | 0 | 110101 | 1110 | 101000 | 100111100 | 100100 | 101100 |
Color Harmonies of #984783
Complementary color
Monochromatic Colors of #984783
Black with #984783
Text Example
Text Example
White with #984783
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #984783; }
p { color: rgb(152,71,131); }
H1.HeaderClassName
{
color: #984783;
}
.AnyTagClassName
{
color: #984783;
}
</style>
background-color css
<style>
a { background-color: #984783; }
a { background-color: rgb(152,71,131); }
div.DivClassName
{
background-color: #984783;
}
.BgClassName
{
background-color: #984783;
}
</style>
border-color css
<style>
span { border-color: #984783; }
span { border-color: rgb(152,71,131); }
td.TdClassName
{
border-color: #984783;
}
.TagClassName
{
border-color: #984783;
}
</style>