Shades of Strikemaster #96608A
Tints of Strikemaster #96608A
RGB
CMYK
RGB Variations
Color information
#96608A (or 0x96608A) is known color: Strikemaster. HEX triplet: 96, 60 and 8A. RGB value is (150,96,138). Sum of RGB (Red+Green+Blue) = 150+96+138=384 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.06% from 384); Green value is 96 (37.89% from 255 or 25% from 384); Blue value is 138 (54.30% from 255 or 35.94% from 384); Max value from RGB is 150 - color contains mainly: red. Hex color #96608A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96608A is #699F75. Grayscale: #747474. Windows color (decimal): -6922102 or 9068694. OLE color: 9068694.
HSL color Cylindrical-coordinate representation of color #96608A: hue angle of 313.33º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #96608A is Cyan = 0, Magento = 0.36, Yellow = 0.08 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 96 | 138 | - |
| CMYK | 0 | 0.36 | 0.08 | 0.41 |
| HSL | 313.33º | 0.22% | 0.48% | - |
| HSV(B) | 313.33º | 0.36% | 0.59% | - |
| XYZ | 21.35 | 16.68 | 26.14 | - |
| YUV | 116.93 | 139.89 | 151.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 96 | 138 | 0 | 0.36 | 0.08 | 0.41 | 313.33 | 0.22 | 0.48 |
| Hex | 96 | 60 | 8A | 0 | 24 | 8 | 29 | 139 | 16 | 30 |
| Octal | 226 | 140 | 212 | 0 | 44 | 10 | 51 | 471 | 26 | 60 |
| Binary | 10010110 | 1100000 | 10001010 | 0 | 100100 | 1000 | 101001 | 100111001 | 10110 | 110000 |
Color Harmonies of #96608A
Complementary color
Monochromatic Colors of #96608A
Black with #96608A
Text Example
Text Example
White with #96608A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96608A; }
p { color: rgb(150,96,138); }
H1.HeaderClassName
{
color: #96608A;
}
.AnyTagClassName
{
color: #96608A;
}
</style>
background-color css
<style>
a { background-color: #96608A; }
a { background-color: rgb(150,96,138); }
div.DivClassName
{
background-color: #96608A;
}
.BgClassName
{
background-color: #96608A;
}
</style>
border-color css
<style>
span { border-color: #96608A; }
span { border-color: rgb(150,96,138); }
td.TdClassName
{
border-color: #96608A;
}
.TagClassName
{
border-color: #96608A;
}
</style>