Shades of Strikemaster #996783
Tints of Strikemaster #996783
RGB
CMYK
RGB Variations
Color information
#996783 (or 0x996783) is known color: Strikemaster. HEX triplet: 99, 67 and 83. RGB value is (153,103,131). Sum of RGB (Red+Green+Blue) = 153+103+131=387 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.53% from 387); Green value is 103 (40.62% from 255 or 26.61% from 387); Blue value is 131 (51.56% from 255 or 33.85% from 387); Max value from RGB is 153 - color contains mainly: red. Hex color #996783 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996783 is #66987C. Grayscale: #797979. Windows color (decimal): -6723709 or 8611737. OLE color: 8611737.
HSL color Cylindrical-coordinate representation of color #996783: hue angle of 326.4º 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 #996783 is Cyan = 0, Magento = 0.33, Yellow = 0.14 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 103 | 131 | - |
| CMYK | 0 | 0.33 | 0.14 | 0.4 |
| HSL | 326.4º | 0.2% | 0.5% | - |
| HSV(B) | 326.4º | 0.33% | 0.6% | - |
| XYZ | 22.08 | 18.11 | 23.8 | - |
| YUV | 121.14 | 133.57 | 150.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 103 | 131 | 0 | 0.33 | 0.14 | 0.4 | 326.4 | 0.2 | 0.5 |
| Hex | 99 | 67 | 83 | 0 | 21 | E | 28 | 146 | 14 | 32 |
| Octal | 231 | 147 | 203 | 0 | 41 | 16 | 50 | 506 | 24 | 62 |
| Binary | 10011001 | 1100111 | 10000011 | 0 | 100001 | 1110 | 101000 | 101000110 | 10100 | 110010 |
Color Harmonies of #996783
Complementary color
Monochromatic Colors of #996783
Black with #996783
Text Example
Text Example
White with #996783
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996783; }
p { color: rgb(153,103,131); }
H1.HeaderClassName
{
color: #996783;
}
.AnyTagClassName
{
color: #996783;
}
</style>
background-color css
<style>
a { background-color: #996783; }
a { background-color: rgb(153,103,131); }
div.DivClassName
{
background-color: #996783;
}
.BgClassName
{
background-color: #996783;
}
</style>
border-color css
<style>
span { border-color: #996783; }
span { border-color: rgb(153,103,131); }
td.TdClassName
{
border-color: #996783;
}
.TagClassName
{
border-color: #996783;
}
</style>