Shades of Strikemaster #996782
Tints of Strikemaster #996782
RGB
CMYK
RGB Variations
Color information
#996782 (or 0x996782) is known color: Strikemaster. HEX triplet: 99, 67 and 82. RGB value is (153,103,130). Sum of RGB (Red+Green+Blue) = 153+103+130=386 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.64% from 386); Green value is 103 (40.62% from 255 or 26.68% from 386); Blue value is 130 (51.17% from 255 or 33.68% from 386); Max value from RGB is 153 - color contains mainly: red. Hex color #996782 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996782 is #66987D. Grayscale: #787878. Windows color (decimal): -6723710 or 8546201. OLE color: 8546201.
HSL color Cylindrical-coordinate representation of color #996782: hue angle of 327.6º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #996782 is Cyan = 0, Magento = 0.33, Yellow = 0.15 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 103 | 130 | - |
| CMYK | 0 | 0.33 | 0.15 | 0.4 |
| HSL | 327.6º | 0.2% | 0.5% | - |
| HSV(B) | 327.6º | 0.33% | 0.6% | - |
| XYZ | 22.02 | 18.08 | 23.45 | - |
| YUV | 121.03 | 133.07 | 150.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 103 | 130 | 0 | 0.33 | 0.15 | 0.4 | 327.6 | 0.2 | 0.5 |
| Hex | 99 | 67 | 82 | 0 | 21 | F | 28 | 148 | 14 | 32 |
| Octal | 231 | 147 | 202 | 0 | 41 | 17 | 50 | 510 | 24 | 62 |
| Binary | 10011001 | 1100111 | 10000010 | 0 | 100001 | 1111 | 101000 | 101001000 | 10100 | 110010 |
Color Harmonies of #996782
Complementary color
Monochromatic Colors of #996782
Black with #996782
Text Example
Text Example
White with #996782
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996782; }
p { color: rgb(153,103,130); }
H1.HeaderClassName
{
color: #996782;
}
.AnyTagClassName
{
color: #996782;
}
</style>
background-color css
<style>
a { background-color: #996782; }
a { background-color: rgb(153,103,130); }
div.DivClassName
{
background-color: #996782;
}
.BgClassName
{
background-color: #996782;
}
</style>
border-color css
<style>
span { border-color: #996782; }
span { border-color: rgb(153,103,130); }
td.TdClassName
{
border-color: #996782;
}
.TagClassName
{
border-color: #996782;
}
</style>