Shades of Strikemaster #9B678D
Tints of Strikemaster #9B678D
RGB
CMYK
RGB Variations
Color information
#9B678D (or 0x9B678D) is known color: Strikemaster. HEX triplet: 9B, 67 and 8D. RGB value is (155,103,141). Sum of RGB (Red+Green+Blue) = 155+103+141=399 (52% of max value = 765). Red value is 155 (60.94% from 255 or 38.85% from 399); Green value is 103 (40.62% from 255 or 25.81% from 399); Blue value is 141 (55.47% from 255 or 35.34% from 399); Max value from RGB is 155 - color contains mainly: red. Hex color #9B678D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B678D is #649872. Grayscale: #7A7A7A. Windows color (decimal): -6592627 or 9267099. OLE color: 9267099.
HSL color Cylindrical-coordinate representation of color #9B678D: hue angle of 316.15º 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 #9B678D is Cyan = 0, Magento = 0.34, Yellow = 0.09 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 103 | 141 | - |
| CMYK | 0 | 0.34 | 0.09 | 0.39 |
| HSL | 316.15º | 0.21% | 0.51% | - |
| HSV(B) | 316.15º | 0.34% | 0.61% | - |
| XYZ | 23.18 | 18.59 | 27.57 | - |
| YUV | 122.88 | 138.23 | 150.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 103 | 141 | 0 | 0.34 | 0.09 | 0.39 | 316.15 | 0.21 | 0.51 |
| Hex | 9B | 67 | 8D | 0 | 22 | 9 | 27 | 13C | 15 | 33 |
| Octal | 233 | 147 | 215 | 0 | 42 | 11 | 47 | 474 | 25 | 63 |
| Binary | 10011011 | 1100111 | 10001101 | 0 | 100010 | 1001 | 100111 | 100111100 | 10101 | 110011 |
Color Harmonies of #9B678D
Complementary color
Monochromatic Colors of #9B678D
Black with #9B678D
Text Example
Text Example
White with #9B678D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B678D; }
p { color: rgb(155,103,141); }
H1.HeaderClassName
{
color: #9B678D;
}
.AnyTagClassName
{
color: #9B678D;
}
</style>
background-color css
<style>
a { background-color: #9B678D; }
a { background-color: rgb(155,103,141); }
div.DivClassName
{
background-color: #9B678D;
}
.BgClassName
{
background-color: #9B678D;
}
</style>
border-color css
<style>
span { border-color: #9B678D; }
span { border-color: rgb(155,103,141); }
td.TdClassName
{
border-color: #9B678D;
}
.TagClassName
{
border-color: #9B678D;
}
</style>