Shades of Strikemaster #966488
Tints of Strikemaster #966488
RGB
CMYK
RGB Variations
Color information
#966488 (or 0x966488) is known color: Strikemaster. HEX triplet: 96, 64 and 88. RGB value is (150,100,136). Sum of RGB (Red+Green+Blue) = 150+100+136=386 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.86% from 386); Green value is 100 (39.45% from 255 or 25.91% from 386); Blue value is 136 (53.52% from 255 or 35.23% from 386); Max value from RGB is 150 - color contains mainly: red. Hex color #966488 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #966488 is #699B77. Grayscale: #767676. Windows color (decimal): -6921080 or 8938646. OLE color: 8938646.
HSL color Cylindrical-coordinate representation of color #966488: hue angle of 316.8º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #966488 is Cyan = 0, Magento = 0.33, Yellow = 0.09 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 100 | 136 | - |
| CMYK | 0 | 0.33 | 0.09 | 0.41 |
| HSL | 316.8º | 0.2% | 0.49% | - |
| HSV(B) | 316.8º | 0.33% | 0.59% | - |
| XYZ | 21.58 | 17.38 | 25.51 | - |
| YUV | 119.05 | 137.57 | 150.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 100 | 136 | 0 | 0.33 | 0.09 | 0.41 | 316.8 | 0.2 | 0.49 |
| Hex | 96 | 64 | 88 | 0 | 21 | 9 | 29 | 13D | 14 | 31 |
| Octal | 226 | 144 | 210 | 0 | 41 | 11 | 51 | 475 | 24 | 61 |
| Binary | 10010110 | 1100100 | 10001000 | 0 | 100001 | 1001 | 101001 | 100111101 | 10100 | 110001 |
Color Harmonies of #966488
Complementary color
Monochromatic Colors of #966488
Black with #966488
Text Example
Text Example
White with #966488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966488; }
p { color: rgb(150,100,136); }
H1.HeaderClassName
{
color: #966488;
}
.AnyTagClassName
{
color: #966488;
}
</style>
background-color css
<style>
a { background-color: #966488; }
a { background-color: rgb(150,100,136); }
div.DivClassName
{
background-color: #966488;
}
.BgClassName
{
background-color: #966488;
}
</style>
border-color css
<style>
span { border-color: #966488; }
span { border-color: rgb(150,100,136); }
td.TdClassName
{
border-color: #966488;
}
.TagClassName
{
border-color: #966488;
}
</style>