Shades of Strikemaster #996481
Tints of Strikemaster #996481
RGB
CMYK
RGB Variations
Color information
#996481 (or 0x996481) is known color: Strikemaster. HEX triplet: 99, 64 and 81. RGB value is (153,100,129). Sum of RGB (Red+Green+Blue) = 153+100+129=382 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.05% from 382); Green value is 100 (39.45% from 255 or 26.18% from 382); Blue value is 129 (50.78% from 255 or 33.77% from 382); Max value from RGB is 153 - color contains mainly: red. Hex color #996481 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996481 is #669B7E. Grayscale: #777777. Windows color (decimal): -6724479 or 8479897. OLE color: 8479897.
HSL color Cylindrical-coordinate representation of color #996481: hue angle of 327.17º 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 #996481 is Cyan = 0, Magento = 0.35, Yellow = 0.16 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 100 | 129 | - |
| CMYK | 0 | 0.35 | 0.16 | 0.4 |
| HSL | 327.17º | 0.21% | 0.5% | - |
| HSV(B) | 327.17º | 0.35% | 0.6% | - |
| XYZ | 21.66 | 17.47 | 23 | - |
| YUV | 119.15 | 133.56 | 152.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 100 | 129 | 0 | 0.35 | 0.16 | 0.4 | 327.17 | 0.21 | 0.5 |
| Hex | 99 | 64 | 81 | 0 | 23 | 10 | 28 | 147 | 15 | 32 |
| Octal | 231 | 144 | 201 | 0 | 43 | 20 | 50 | 507 | 25 | 62 |
| Binary | 10011001 | 1100100 | 10000001 | 0 | 100011 | 10000 | 101000 | 101000111 | 10101 | 110010 |
Color Harmonies of #996481
Complementary color
Monochromatic Colors of #996481
Black with #996481
Text Example
Text Example
White with #996481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996481; }
p { color: rgb(153,100,129); }
H1.HeaderClassName
{
color: #996481;
}
.AnyTagClassName
{
color: #996481;
}
</style>
background-color css
<style>
a { background-color: #996481; }
a { background-color: rgb(153,100,129); }
div.DivClassName
{
background-color: #996481;
}
.BgClassName
{
background-color: #996481;
}
</style>
border-color css
<style>
span { border-color: #996481; }
span { border-color: rgb(153,100,129); }
td.TdClassName
{
border-color: #996481;
}
.TagClassName
{
border-color: #996481;
}
</style>