Shades of Strikemaster #99668D
Tints of Strikemaster #99668D
RGB
CMYK
RGB Variations
Color information
#99668D (or 0x99668D) is known color: Strikemaster. HEX triplet: 99, 66 and 8D. RGB value is (153,102,141). Sum of RGB (Red+Green+Blue) = 153+102+141=396 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.64% from 396); Green value is 102 (40.23% from 255 or 25.76% from 396); Blue value is 141 (55.47% from 255 or 35.61% from 396); Max value from RGB is 153 - color contains mainly: red. Hex color #99668D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #99668D is #669972. Grayscale: #797979. Windows color (decimal): -6723955 or 9266841. OLE color: 9266841.
HSL color Cylindrical-coordinate representation of color #99668D: hue angle of 314.12º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #99668D is Cyan = 0, Magento = 0.33, Yellow = 0.08 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 102 | 141 | - |
| CMYK | 0 | 0.33 | 0.08 | 0.4 |
| HSL | 314.12º | 0.2% | 0.5% | - |
| HSV(B) | 314.12º | 0.33% | 0.6% | - |
| XYZ | 22.7 | 18.2 | 27.52 | - |
| YUV | 121.7 | 138.9 | 150.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 102 | 141 | 0 | 0.33 | 0.08 | 0.4 | 314.12 | 0.2 | 0.5 |
| Hex | 99 | 66 | 8D | 0 | 21 | 8 | 28 | 13A | 14 | 32 |
| Octal | 231 | 146 | 215 | 0 | 41 | 10 | 50 | 472 | 24 | 62 |
| Binary | 10011001 | 1100110 | 10001101 | 0 | 100001 | 1000 | 101000 | 100111010 | 10100 | 110010 |
Color Harmonies of #99668D
Complementary color
Monochromatic Colors of #99668D
Black with #99668D
Text Example
Text Example
White with #99668D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99668D; }
p { color: rgb(153,102,141); }
H1.HeaderClassName
{
color: #99668D;
}
.AnyTagClassName
{
color: #99668D;
}
</style>
background-color css
<style>
a { background-color: #99668D; }
a { background-color: rgb(153,102,141); }
div.DivClassName
{
background-color: #99668D;
}
.BgClassName
{
background-color: #99668D;
}
</style>
border-color css
<style>
span { border-color: #99668D; }
span { border-color: rgb(153,102,141); }
td.TdClassName
{
border-color: #99668D;
}
.TagClassName
{
border-color: #99668D;
}
</style>