Shades of Strikemaster #996485
Tints of Strikemaster #996485
RGB
CMYK
RGB Variations
Color information
#996485 (or 0x996485) is known color: Strikemaster. HEX triplet: 99, 64 and 85. RGB value is (153,100,133). Sum of RGB (Red+Green+Blue) = 153+100+133=386 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.64% from 386); Green value is 100 (39.45% from 255 or 25.91% from 386); Blue value is 133 (52.34% from 255 or 34.46% from 386); Max value from RGB is 153 - color contains mainly: red. Hex color #996485 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996485 is #669B7A. Grayscale: #777777. Windows color (decimal): -6724475 or 8742041. OLE color: 8742041.
HSL color Cylindrical-coordinate representation of color #996485: hue angle of 322.64º 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 #996485 is Cyan = 0, Magento = 0.35, Yellow = 0.13 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 100 | 133 | - |
| CMYK | 0 | 0.35 | 0.13 | 0.4 |
| HSL | 322.64º | 0.21% | 0.5% | - |
| HSV(B) | 322.64º | 0.35% | 0.6% | - |
| XYZ | 21.93 | 17.58 | 24.43 | - |
| YUV | 119.61 | 135.56 | 151.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 100 | 133 | 0 | 0.35 | 0.13 | 0.4 | 322.64 | 0.21 | 0.5 |
| Hex | 99 | 64 | 85 | 0 | 23 | D | 28 | 143 | 15 | 32 |
| Octal | 231 | 144 | 205 | 0 | 43 | 15 | 50 | 503 | 25 | 62 |
| Binary | 10011001 | 1100100 | 10000101 | 0 | 100011 | 1101 | 101000 | 101000011 | 10101 | 110010 |
Color Harmonies of #996485
Complementary color
Monochromatic Colors of #996485
Black with #996485
Text Example
Text Example
White with #996485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996485; }
p { color: rgb(153,100,133); }
H1.HeaderClassName
{
color: #996485;
}
.AnyTagClassName
{
color: #996485;
}
</style>
background-color css
<style>
a { background-color: #996485; }
a { background-color: rgb(153,100,133); }
div.DivClassName
{
background-color: #996485;
}
.BgClassName
{
background-color: #996485;
}
</style>
border-color css
<style>
span { border-color: #996485; }
span { border-color: rgb(153,100,133); }
td.TdClassName
{
border-color: #996485;
}
.TagClassName
{
border-color: #996485;
}
</style>