Shades of Strikemaster #996784
Tints of Strikemaster #996784
RGB
CMYK
RGB Variations
Color information
#996784 (or 0x996784) is known color: Strikemaster. HEX triplet: 99, 67 and 84. RGB value is (153,103,132). Sum of RGB (Red+Green+Blue) = 153+103+132=388 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.43% from 388); Green value is 103 (40.62% from 255 or 26.55% from 388); Blue value is 132 (51.95% from 255 or 34.02% from 388); Max value from RGB is 153 - color contains mainly: red. Hex color #996784 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996784 is #66987B. Grayscale: #797979. Windows color (decimal): -6723708 or 8677273. OLE color: 8677273.
HSL color Cylindrical-coordinate representation of color #996784: hue angle of 325.2º 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 #996784 is Cyan = 0, Magento = 0.33, Yellow = 0.14 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 103 | 132 | - |
| CMYK | 0 | 0.33 | 0.14 | 0.4 |
| HSL | 325.2º | 0.2% | 0.5% | - |
| HSV(B) | 325.2º | 0.33% | 0.6% | - |
| XYZ | 22.15 | 18.14 | 24.16 | - |
| YUV | 121.26 | 134.07 | 150.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 103 | 132 | 0 | 0.33 | 0.14 | 0.4 | 325.2 | 0.2 | 0.5 |
| Hex | 99 | 67 | 84 | 0 | 21 | E | 28 | 145 | 14 | 32 |
| Octal | 231 | 147 | 204 | 0 | 41 | 16 | 50 | 505 | 24 | 62 |
| Binary | 10011001 | 1100111 | 10000100 | 0 | 100001 | 1110 | 101000 | 101000101 | 10100 | 110010 |
Color Harmonies of #996784
Complementary color
Monochromatic Colors of #996784
Black with #996784
Text Example
Text Example
White with #996784
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996784; }
p { color: rgb(153,103,132); }
H1.HeaderClassName
{
color: #996784;
}
.AnyTagClassName
{
color: #996784;
}
</style>
background-color css
<style>
a { background-color: #996784; }
a { background-color: rgb(153,103,132); }
div.DivClassName
{
background-color: #996784;
}
.BgClassName
{
background-color: #996784;
}
</style>
border-color css
<style>
span { border-color: #996784; }
span { border-color: rgb(153,103,132); }
td.TdClassName
{
border-color: #996784;
}
.TagClassName
{
border-color: #996784;
}
</style>