Shades of Strikemaster #96638B
Tints of Strikemaster #96638B
RGB
CMYK
RGB Variations
Color information
#96638B (or 0x96638B) is known color: Strikemaster. HEX triplet: 96, 63 and 8B. RGB value is (150,99,139). Sum of RGB (Red+Green+Blue) = 150+99+139=388 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.66% from 388); Green value is 99 (39.06% from 255 or 25.52% from 388); Blue value is 139 (54.69% from 255 or 35.82% from 388); Max value from RGB is 150 - color contains mainly: red. Hex color #96638B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96638B is #699C74. Grayscale: #767676. Windows color (decimal): -6921333 or 9134998. OLE color: 9134998.
HSL color Cylindrical-coordinate representation of color #96638B: hue angle of 312.94º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #96638B is Cyan = 0, Magento = 0.34, Yellow = 0.07 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 99 | 139 | - |
| CMYK | 0 | 0.34 | 0.07 | 0.41 |
| HSL | 312.94º | 0.2% | 0.49% | - |
| HSV(B) | 312.94º | 0.34% | 0.59% | - |
| XYZ | 21.7 | 17.27 | 26.62 | - |
| YUV | 118.81 | 139.4 | 150.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 99 | 139 | 0 | 0.34 | 0.07 | 0.41 | 312.94 | 0.2 | 0.49 |
| Hex | 96 | 63 | 8B | 0 | 22 | 7 | 29 | 139 | 14 | 31 |
| Octal | 226 | 143 | 213 | 0 | 42 | 7 | 51 | 471 | 24 | 61 |
| Binary | 10010110 | 1100011 | 10001011 | 0 | 100010 | 111 | 101001 | 100111001 | 10100 | 110001 |
Color Harmonies of #96638B
Complementary color
Monochromatic Colors of #96638B
Black with #96638B
Text Example
Text Example
White with #96638B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96638B; }
p { color: rgb(150,99,139); }
H1.HeaderClassName
{
color: #96638B;
}
.AnyTagClassName
{
color: #96638B;
}
</style>
background-color css
<style>
a { background-color: #96638B; }
a { background-color: rgb(150,99,139); }
div.DivClassName
{
background-color: #96638B;
}
.BgClassName
{
background-color: #96638B;
}
</style>
border-color css
<style>
span { border-color: #96638B; }
span { border-color: rgb(150,99,139); }
td.TdClassName
{
border-color: #96638B;
}
.TagClassName
{
border-color: #96638B;
}
</style>