Shades of Strikemaster #984582
Tints of Strikemaster #984582
RGB
CMYK
RGB Variations
Color information
#984582 (or 0x984582) is known color: Strikemaster. HEX triplet: 98, 45 and 82. RGB value is (152,69,130). Sum of RGB (Red+Green+Blue) = 152+69+130=351 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.30% from 351); Green value is 69 (27.34% from 255 or 19.66% from 351); Blue value is 130 (51.17% from 255 or 37.04% from 351); Max value from RGB is 152 - color contains mainly: red. Hex color #984582 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #984582 is #67BA7D. Grayscale: #646464. Windows color (decimal): -6797950 or 8537496. OLE color: 8537496.
HSL color Cylindrical-coordinate representation of color #984582: hue angle of 315.9º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #984582 is Cyan = 0, Magento = 0.55, Yellow = 0.14 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 69 | 130 | - |
| CMYK | 0 | 0.55 | 0.14 | 0.40 |
| HSL | 315.9º | 0.38% | 0.43% | - |
| HSV(B) | 315.9º | 0.55% | 0.6% | - |
| XYZ | 19.11 | 12.54 | 22.53 | - |
| YUV | 100.77 | 144.5 | 164.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 69 | 130 | 0 | 0.55 | 0.14 | 0.40 | 315.9 | 0.38 | 0.43 |
| Hex | 98 | 45 | 82 | 0 | 37 | E | 28 | 13C | 26 | 2B |
| Octal | 230 | 105 | 202 | 0 | 67 | 16 | 50 | 474 | 46 | 53 |
| Binary | 10011000 | 1000101 | 10000010 | 0 | 110111 | 1110 | 101000 | 100111100 | 100110 | 101011 |
Color Harmonies of #984582
Complementary color
Monochromatic Colors of #984582
Black with #984582
Text Example
Text Example
White with #984582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #984582; }
p { color: rgb(152,69,130); }
H1.HeaderClassName
{
color: #984582;
}
.AnyTagClassName
{
color: #984582;
}
</style>
background-color css
<style>
a { background-color: #984582; }
a { background-color: rgb(152,69,130); }
div.DivClassName
{
background-color: #984582;
}
.BgClassName
{
background-color: #984582;
}
</style>
border-color css
<style>
span { border-color: #984582; }
span { border-color: rgb(152,69,130); }
td.TdClassName
{
border-color: #984582;
}
.TagClassName
{
border-color: #984582;
}
</style>