Shades of Strikemaster #96678C
Tints of Strikemaster #96678C
RGB
CMYK
RGB Variations
Color information
#96678C (or 0x96678C) is known color: Strikemaster. HEX triplet: 96, 67 and 8C. RGB value is (150,103,140). Sum of RGB (Red+Green+Blue) = 150+103+140=393 (52% of max value = 765). Red value is 150 (58.98% from 255 or 38.17% from 393); Green value is 103 (40.62% from 255 or 26.21% from 393); Blue value is 140 (55.08% from 255 or 35.62% from 393); Max value from RGB is 150 - color contains mainly: red. Hex color #96678C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96678C is #699873. Grayscale: #797979. Windows color (decimal): -6920308 or 9201558. OLE color: 9201558.
HSL color Cylindrical-coordinate representation of color #96678C: hue angle of 312.77º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #96678C is Cyan = 0, Magento = 0.31, Yellow = 0.07 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 103 | 140 | - |
| CMYK | 0 | 0.31 | 0.07 | 0.41 |
| HSL | 312.77º | 0.19% | 0.5% | - |
| HSV(B) | 312.77º | 0.31% | 0.59% | - |
| XYZ | 22.16 | 18.08 | 27.13 | - |
| YUV | 121.27 | 138.57 | 148.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 103 | 140 | 0 | 0.31 | 0.07 | 0.41 | 312.77 | 0.19 | 0.5 |
| Hex | 96 | 67 | 8C | 0 | 1F | 7 | 29 | 139 | 13 | 32 |
| Octal | 226 | 147 | 214 | 0 | 37 | 7 | 51 | 471 | 23 | 62 |
| Binary | 10010110 | 1100111 | 10001100 | 0 | 11111 | 111 | 101001 | 100111001 | 10011 | 110010 |
Color Harmonies of #96678C
Complementary color
Monochromatic Colors of #96678C
Black with #96678C
Text Example
Text Example
White with #96678C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96678C; }
p { color: rgb(150,103,140); }
H1.HeaderClassName
{
color: #96678C;
}
.AnyTagClassName
{
color: #96678C;
}
</style>
background-color css
<style>
a { background-color: #96678C; }
a { background-color: rgb(150,103,140); }
div.DivClassName
{
background-color: #96678C;
}
.BgClassName
{
background-color: #96678C;
}
</style>
border-color css
<style>
span { border-color: #96678C; }
span { border-color: rgb(150,103,140); }
td.TdClassName
{
border-color: #96678C;
}
.TagClassName
{
border-color: #96678C;
}
</style>