Shades of Strikemaster #996282
Tints of Strikemaster #996282
RGB
CMYK
RGB Variations
Color information
#996282 (or 0x996282) is known color: Strikemaster. HEX triplet: 99, 62 and 82. RGB value is (153,98,130). Sum of RGB (Red+Green+Blue) = 153+98+130=381 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.16% from 381); Green value is 98 (38.67% from 255 or 25.72% from 381); Blue value is 130 (51.17% from 255 or 34.12% from 381); Max value from RGB is 153 - color contains mainly: red. Hex color #996282 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996282 is #669D7D. Grayscale: #767676. Windows color (decimal): -6724990 or 8544921. OLE color: 8544921.
HSL color Cylindrical-coordinate representation of color #996282: hue angle of 325.09º 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 #996282 is Cyan = 0, Magento = 0.36, Yellow = 0.15 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 98 | 130 | - |
| CMYK | 0 | 0.36 | 0.15 | 0.4 |
| HSL | 325.09º | 0.22% | 0.49% | - |
| HSV(B) | 325.09º | 0.36% | 0.6% | - |
| XYZ | 21.53 | 17.12 | 23.29 | - |
| YUV | 118.09 | 134.72 | 152.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 98 | 130 | 0 | 0.36 | 0.15 | 0.4 | 325.09 | 0.22 | 0.49 |
| Hex | 99 | 62 | 82 | 0 | 24 | F | 28 | 145 | 16 | 31 |
| Octal | 231 | 142 | 202 | 0 | 44 | 17 | 50 | 505 | 26 | 61 |
| Binary | 10011001 | 1100010 | 10000010 | 0 | 100100 | 1111 | 101000 | 101000101 | 10110 | 110001 |
Color Harmonies of #996282
Complementary color
Monochromatic Colors of #996282
Black with #996282
Text Example
Text Example
White with #996282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996282; }
p { color: rgb(153,98,130); }
H1.HeaderClassName
{
color: #996282;
}
.AnyTagClassName
{
color: #996282;
}
</style>
background-color css
<style>
a { background-color: #996282; }
a { background-color: rgb(153,98,130); }
div.DivClassName
{
background-color: #996282;
}
.BgClassName
{
background-color: #996282;
}
</style>
border-color css
<style>
span { border-color: #996282; }
span { border-color: rgb(153,98,130); }
td.TdClassName
{
border-color: #996282;
}
.TagClassName
{
border-color: #996282;
}
</style>