Shades of Strikemaster #996585
Tints of Strikemaster #996585
RGB
CMYK
RGB Variations
Color information
#996585 (or 0x996585) is known color: Strikemaster. HEX triplet: 99, 65 and 85. RGB value is (153,101,133). Sum of RGB (Red+Green+Blue) = 153+101+133=387 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.53% from 387); Green value is 101 (39.84% from 255 or 26.10% from 387); Blue value is 133 (52.34% from 255 or 34.37% from 387); Max value from RGB is 153 - color contains mainly: red. Hex color #996585 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996585 is #669A7A. Grayscale: #787878. Windows color (decimal): -6724219 or 8742297. OLE color: 8742297.
HSL color Cylindrical-coordinate representation of color #996585: hue angle of 323.08º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #996585 is Cyan = 0, Magento = 0.34, Yellow = 0.13 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 101 | 133 | - |
| CMYK | 0 | 0.34 | 0.13 | 0.4 |
| HSL | 323.08º | 0.2% | 0.5% | - |
| HSV(B) | 323.08º | 0.34% | 0.6% | - |
| XYZ | 22.02 | 17.77 | 24.46 | - |
| YUV | 120.2 | 135.23 | 151.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 101 | 133 | 0 | 0.34 | 0.13 | 0.4 | 323.08 | 0.2 | 0.5 |
| Hex | 99 | 65 | 85 | 0 | 22 | D | 28 | 143 | 14 | 32 |
| Octal | 231 | 145 | 205 | 0 | 42 | 15 | 50 | 503 | 24 | 62 |
| Binary | 10011001 | 1100101 | 10000101 | 0 | 100010 | 1101 | 101000 | 101000011 | 10100 | 110010 |
Color Harmonies of #996585
Complementary color
Monochromatic Colors of #996585
Black with #996585
Text Example
Text Example
White with #996585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996585; }
p { color: rgb(153,101,133); }
H1.HeaderClassName
{
color: #996585;
}
.AnyTagClassName
{
color: #996585;
}
</style>
background-color css
<style>
a { background-color: #996585; }
a { background-color: rgb(153,101,133); }
div.DivClassName
{
background-color: #996585;
}
.BgClassName
{
background-color: #996585;
}
</style>
border-color css
<style>
span { border-color: #996585; }
span { border-color: rgb(153,101,133); }
td.TdClassName
{
border-color: #996585;
}
.TagClassName
{
border-color: #996585;
}
</style>