Shades of Strikemaster #96698B
Tints of Strikemaster #96698B
RGB
CMYK
RGB Variations
Color information
#96698B (or 0x96698B) is known color: Strikemaster. HEX triplet: 96, 69 and 8B. RGB value is (150,105,139). Sum of RGB (Red+Green+Blue) = 150+105+139=394 (52% of max value = 765). Red value is 150 (58.98% from 255 or 38.07% from 394); Green value is 105 (41.41% from 255 or 26.65% from 394); Blue value is 139 (54.69% from 255 or 35.28% from 394); Max value from RGB is 150 - color contains mainly: red. Hex color #96698B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96698B is #699674. Grayscale: #7A7A7A. Windows color (decimal): -6919797 or 9136534. OLE color: 9136534.
HSL color Cylindrical-coordinate representation of color #96698B: hue angle of 314.67º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #96698B is Cyan = 0, Magento = 0.30, Yellow = 0.07 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 105 | 139 | - |
| CMYK | 0 | 0.30 | 0.07 | 0.41 |
| HSL | 314.67º | 0.18% | 0.5% | - |
| HSV(B) | 314.67º | 0.3% | 0.59% | - |
| XYZ | 22.29 | 18.45 | 26.81 | - |
| YUV | 122.33 | 137.41 | 147.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 105 | 139 | 0 | 0.30 | 0.07 | 0.41 | 314.67 | 0.18 | 0.5 |
| Hex | 96 | 69 | 8B | 0 | 1E | 7 | 29 | 13B | 12 | 32 |
| Octal | 226 | 151 | 213 | 0 | 36 | 7 | 51 | 473 | 22 | 62 |
| Binary | 10010110 | 1101001 | 10001011 | 0 | 11110 | 111 | 101001 | 100111011 | 10010 | 110010 |
Color Harmonies of #96698B
Complementary color
Monochromatic Colors of #96698B
Black with #96698B
Text Example
Text Example
White with #96698B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96698B; }
p { color: rgb(150,105,139); }
H1.HeaderClassName
{
color: #96698B;
}
.AnyTagClassName
{
color: #96698B;
}
</style>
background-color css
<style>
a { background-color: #96698B; }
a { background-color: rgb(150,105,139); }
div.DivClassName
{
background-color: #96698B;
}
.BgClassName
{
background-color: #96698B;
}
</style>
border-color css
<style>
span { border-color: #96698B; }
span { border-color: rgb(150,105,139); }
td.TdClassName
{
border-color: #96698B;
}
.TagClassName
{
border-color: #96698B;
}
</style>