Shades of Strikemaster #996288
Tints of Strikemaster #996288
RGB
CMYK
RGB Variations
Color information
#996288 (or 0x996288) is known color: Strikemaster. HEX triplet: 99, 62 and 88. RGB value is (153,98,136). Sum of RGB (Red+Green+Blue) = 153+98+136=387 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.53% from 387); Green value is 98 (38.67% from 255 or 25.32% from 387); Blue value is 136 (53.52% from 255 or 35.14% from 387); Max value from RGB is 153 - color contains mainly: red. Hex color #996288 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996288 is #669D77. Grayscale: #767676. Windows color (decimal): -6724984 or 8938137. OLE color: 8938137.
HSL color Cylindrical-coordinate representation of color #996288: hue angle of 318.55º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #996288 is Cyan = 0, Magento = 0.36, Yellow = 0.11 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 98 | 136 | - |
| CMYK | 0 | 0.36 | 0.11 | 0.4 |
| HSL | 318.55º | 0.22% | 0.49% | - |
| HSV(B) | 318.55º | 0.36% | 0.6% | - |
| XYZ | 21.95 | 17.29 | 25.47 | - |
| YUV | 118.78 | 137.72 | 152.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 98 | 136 | 0 | 0.36 | 0.11 | 0.4 | 318.55 | 0.22 | 0.49 |
| Hex | 99 | 62 | 88 | 0 | 24 | B | 28 | 13F | 16 | 31 |
| Octal | 231 | 142 | 210 | 0 | 44 | 13 | 50 | 477 | 26 | 61 |
| Binary | 10011001 | 1100010 | 10001000 | 0 | 100100 | 1011 | 101000 | 100111111 | 10110 | 110001 |
Color Harmonies of #996288
Complementary color
Monochromatic Colors of #996288
Black with #996288
Text Example
Text Example
White with #996288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996288; }
p { color: rgb(153,98,136); }
H1.HeaderClassName
{
color: #996288;
}
.AnyTagClassName
{
color: #996288;
}
</style>
background-color css
<style>
a { background-color: #996288; }
a { background-color: rgb(153,98,136); }
div.DivClassName
{
background-color: #996288;
}
.BgClassName
{
background-color: #996288;
}
</style>
border-color css
<style>
span { border-color: #996288; }
span { border-color: rgb(153,98,136); }
td.TdClassName
{
border-color: #996288;
}
.TagClassName
{
border-color: #996288;
}
</style>