Shades of Strikemaster #96487E
Tints of Strikemaster #96487E
RGB
CMYK
RGB Variations
Color information
#96487E (or 0x96487E) is known color: Strikemaster. HEX triplet: 96, 48 and 7E. RGB value is (150,72,126). Sum of RGB (Red+Green+Blue) = 150+72+126=348 (46% of max value = 765). Red value is 150 (58.98% from 255 or 43.10% from 348); Green value is 72 (28.52% from 255 or 20.69% from 348); Blue value is 126 (49.61% from 255 or 36.21% from 348); Max value from RGB is 150 - color contains mainly: red. Hex color #96487E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96487E is #69B781. Grayscale: #656565. Windows color (decimal): -6928258 or 8276118. OLE color: 8276118.
HSL color Cylindrical-coordinate representation of color #96487E: hue angle of 318.46º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #96487E is Cyan = 0, Magento = 0.52, Yellow = 0.16 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 72 | 126 | - |
| CMYK | 0 | 0.52 | 0.16 | 0.41 |
| HSL | 318.46º | 0.35% | 0.44% | - |
| HSV(B) | 318.46º | 0.52% | 0.59% | - |
| XYZ | 18.66 | 12.63 | 21.19 | - |
| YUV | 101.48 | 141.84 | 162.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 72 | 126 | 0 | 0.52 | 0.16 | 0.41 | 318.46 | 0.35 | 0.44 |
| Hex | 96 | 48 | 7E | 0 | 34 | 10 | 29 | 13E | 23 | 2C |
| Octal | 226 | 110 | 176 | 0 | 64 | 20 | 51 | 476 | 43 | 54 |
| Binary | 10010110 | 1001000 | 1111110 | 0 | 110100 | 10000 | 101001 | 100111110 | 100011 | 101100 |
Color Harmonies of #96487E
Complementary color
Monochromatic Colors of #96487E
Black with #96487E
Text Example
Text Example
White with #96487E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96487E; }
p { color: rgb(150,72,126); }
H1.HeaderClassName
{
color: #96487E;
}
.AnyTagClassName
{
color: #96487E;
}
</style>
background-color css
<style>
a { background-color: #96487E; }
a { background-color: rgb(150,72,126); }
div.DivClassName
{
background-color: #96487E;
}
.BgClassName
{
background-color: #96487E;
}
</style>
border-color css
<style>
span { border-color: #96487E; }
span { border-color: rgb(150,72,126); }
td.TdClassName
{
border-color: #96487E;
}
.TagClassName
{
border-color: #96487E;
}
</style>