Shades of Strikemaster #996484
Tints of Strikemaster #996484
RGB
CMYK
RGB Variations
Color information
#996484 (or 0x996484) is known color: Strikemaster. HEX triplet: 99, 64 and 84. RGB value is (153,100,132). Sum of RGB (Red+Green+Blue) = 153+100+132=385 (50% of max value = 765). Red value is 153 (60.16% from 255 or 39.74% from 385); Green value is 100 (39.45% from 255 or 25.97% from 385); Blue value is 132 (51.95% from 255 or 34.29% from 385); Max value from RGB is 153 - color contains mainly: red. Hex color #996484 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996484 is #669B7B. Grayscale: #777777. Windows color (decimal): -6724476 or 8676505. OLE color: 8676505.
HSL color Cylindrical-coordinate representation of color #996484: hue angle of 323.77º 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 #996484 is Cyan = 0, Magento = 0.35, Yellow = 0.14 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 100 | 132 | - |
| CMYK | 0 | 0.35 | 0.14 | 0.4 |
| HSL | 323.77º | 0.21% | 0.5% | - |
| HSV(B) | 323.77º | 0.35% | 0.6% | - |
| XYZ | 21.86 | 17.55 | 24.07 | - |
| YUV | 119.5 | 135.06 | 151.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 100 | 132 | 0 | 0.35 | 0.14 | 0.4 | 323.77 | 0.21 | 0.5 |
| Hex | 99 | 64 | 84 | 0 | 23 | E | 28 | 144 | 15 | 32 |
| Octal | 231 | 144 | 204 | 0 | 43 | 16 | 50 | 504 | 25 | 62 |
| Binary | 10011001 | 1100100 | 10000100 | 0 | 100011 | 1110 | 101000 | 101000100 | 10101 | 110010 |
Color Harmonies of #996484
Complementary color
Monochromatic Colors of #996484
Black with #996484
Text Example
Text Example
White with #996484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996484; }
p { color: rgb(153,100,132); }
H1.HeaderClassName
{
color: #996484;
}
.AnyTagClassName
{
color: #996484;
}
</style>
background-color css
<style>
a { background-color: #996484; }
a { background-color: rgb(153,100,132); }
div.DivClassName
{
background-color: #996484;
}
.BgClassName
{
background-color: #996484;
}
</style>
border-color css
<style>
span { border-color: #996484; }
span { border-color: rgb(153,100,132); }
td.TdClassName
{
border-color: #996484;
}
.TagClassName
{
border-color: #996484;
}
</style>