Shades of Strikemaster #99638D
Tints of Strikemaster #99638D
RGB
CMYK
RGB Variations
Color information
#99638D (or 0x99638D) is known color: Strikemaster. HEX triplet: 99, 63 and 8D. RGB value is (153,99,141). Sum of RGB (Red+Green+Blue) = 153+99+141=393 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.93% from 393); Green value is 99 (39.06% from 255 or 25.19% from 393); Blue value is 141 (55.47% from 255 or 35.88% from 393); Max value from RGB is 153 - color contains mainly: red. Hex color #99638D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #99638D is #669C72. Grayscale: #777777. Windows color (decimal): -6724723 or 9266073. OLE color: 9266073.
HSL color Cylindrical-coordinate representation of color #99638D: hue angle of 313.33º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #99638D is Cyan = 0, Magento = 0.35, Yellow = 0.08 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 99 | 141 | - |
| CMYK | 0 | 0.35 | 0.08 | 0.4 |
| HSL | 313.33º | 0.21% | 0.49% | - |
| HSV(B) | 313.33º | 0.35% | 0.6% | - |
| XYZ | 22.41 | 17.62 | 27.42 | - |
| YUV | 119.93 | 139.89 | 151.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 99 | 141 | 0 | 0.35 | 0.08 | 0.4 | 313.33 | 0.21 | 0.49 |
| Hex | 99 | 63 | 8D | 0 | 23 | 8 | 28 | 139 | 15 | 31 |
| Octal | 231 | 143 | 215 | 0 | 43 | 10 | 50 | 471 | 25 | 61 |
| Binary | 10011001 | 1100011 | 10001101 | 0 | 100011 | 1000 | 101000 | 100111001 | 10101 | 110001 |
Color Harmonies of #99638D
Complementary color
Monochromatic Colors of #99638D
Black with #99638D
Text Example
Text Example
White with #99638D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99638D; }
p { color: rgb(153,99,141); }
H1.HeaderClassName
{
color: #99638D;
}
.AnyTagClassName
{
color: #99638D;
}
</style>
background-color css
<style>
a { background-color: #99638D; }
a { background-color: rgb(153,99,141); }
div.DivClassName
{
background-color: #99638D;
}
.BgClassName
{
background-color: #99638D;
}
</style>
border-color css
<style>
span { border-color: #99638D; }
span { border-color: rgb(153,99,141); }
td.TdClassName
{
border-color: #99638D;
}
.TagClassName
{
border-color: #99638D;
}
</style>