Shades of Strikemaster #9B678C
Tints of Strikemaster #9B678C
RGB
CMYK
RGB Variations
Color information
#9B678C (or 0x9B678C) is known color: Strikemaster. HEX triplet: 9B, 67 and 8C. RGB value is (155,103,140). Sum of RGB (Red+Green+Blue) = 155+103+140=398 (52% of max value = 765). Red value is 155 (60.94% from 255 or 38.94% from 398); Green value is 103 (40.62% from 255 or 25.88% from 398); Blue value is 140 (55.08% from 255 or 35.18% from 398); Max value from RGB is 155 - color contains mainly: red. Hex color #9B678C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B678C is #649873. Grayscale: #7A7A7A. Windows color (decimal): -6592628 or 9201563. OLE color: 9201563.
HSL color Cylindrical-coordinate representation of color #9B678C: hue angle of 317.31º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9B678C is Cyan = 0, Magento = 0.34, Yellow = 0.10 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 103 | 140 | - |
| CMYK | 0 | 0.34 | 0.10 | 0.39 |
| HSL | 317.31º | 0.21% | 0.51% | - |
| HSV(B) | 317.31º | 0.34% | 0.61% | - |
| XYZ | 23.1 | 18.56 | 27.18 | - |
| YUV | 122.77 | 137.73 | 150.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 103 | 140 | 0 | 0.34 | 0.10 | 0.39 | 317.31 | 0.21 | 0.51 |
| Hex | 9B | 67 | 8C | 0 | 22 | A | 27 | 13D | 15 | 33 |
| Octal | 233 | 147 | 214 | 0 | 42 | 12 | 47 | 475 | 25 | 63 |
| Binary | 10011011 | 1100111 | 10001100 | 0 | 100010 | 1010 | 100111 | 100111101 | 10101 | 110011 |
Color Harmonies of #9B678C
Complementary color
Monochromatic Colors of #9B678C
Black with #9B678C
Text Example
Text Example
White with #9B678C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B678C; }
p { color: rgb(155,103,140); }
H1.HeaderClassName
{
color: #9B678C;
}
.AnyTagClassName
{
color: #9B678C;
}
</style>
background-color css
<style>
a { background-color: #9B678C; }
a { background-color: rgb(155,103,140); }
div.DivClassName
{
background-color: #9B678C;
}
.BgClassName
{
background-color: #9B678C;
}
</style>
border-color css
<style>
span { border-color: #9B678C; }
span { border-color: rgb(155,103,140); }
td.TdClassName
{
border-color: #9B678C;
}
.TagClassName
{
border-color: #9B678C;
}
</style>