Shades of Strikemaster #99648D
Tints of Strikemaster #99648D
RGB
CMYK
RGB Variations
Color information
#99648D (or 0x99648D) is known color: Strikemaster. HEX triplet: 99, 64 and 8D. RGB value is (153,100,141). Sum of RGB (Red+Green+Blue) = 153+100+141=394 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.83% from 394); Green value is 100 (39.45% from 255 or 25.38% from 394); Blue value is 141 (55.47% from 255 or 35.79% from 394); Max value from RGB is 153 - color contains mainly: red. Hex color #99648D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #99648D is #669B72. Grayscale: #787878. Windows color (decimal): -6724467 or 9266329. OLE color: 9266329.
HSL color Cylindrical-coordinate representation of color #99648D: hue angle of 313.58º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #99648D is Cyan = 0, Magento = 0.35, Yellow = 0.08 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 100 | 141 | - |
| CMYK | 0 | 0.35 | 0.08 | 0.4 |
| HSL | 313.58º | 0.21% | 0.5% | - |
| HSV(B) | 313.58º | 0.35% | 0.6% | - |
| XYZ | 22.5 | 17.81 | 27.45 | - |
| YUV | 120.52 | 139.56 | 151.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 100 | 141 | 0 | 0.35 | 0.08 | 0.4 | 313.58 | 0.21 | 0.5 |
| Hex | 99 | 64 | 8D | 0 | 23 | 8 | 28 | 13A | 15 | 32 |
| Octal | 231 | 144 | 215 | 0 | 43 | 10 | 50 | 472 | 25 | 62 |
| Binary | 10011001 | 1100100 | 10001101 | 0 | 100011 | 1000 | 101000 | 100111010 | 10101 | 110010 |
Color Harmonies of #99648D
Complementary color
Monochromatic Colors of #99648D
Black with #99648D
Text Example
Text Example
White with #99648D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99648D; }
p { color: rgb(153,100,141); }
H1.HeaderClassName
{
color: #99648D;
}
.AnyTagClassName
{
color: #99648D;
}
</style>
background-color css
<style>
a { background-color: #99648D; }
a { background-color: rgb(153,100,141); }
div.DivClassName
{
background-color: #99648D;
}
.BgClassName
{
background-color: #99648D;
}
</style>
border-color css
<style>
span { border-color: #99648D; }
span { border-color: rgb(153,100,141); }
td.TdClassName
{
border-color: #99648D;
}
.TagClassName
{
border-color: #99648D;
}
</style>