Shades of Strikemaster #9B677D
Tints of Strikemaster #9B677D
RGB
CMYK
RGB Variations
Color information
#9B677D (or 0x9B677D) is known color: Strikemaster. HEX triplet: 9B, 67 and 7D. RGB value is (155,103,125). Sum of RGB (Red+Green+Blue) = 155+103+125=383 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.47% from 383); Green value is 103 (40.62% from 255 or 26.89% from 383); Blue value is 125 (49.22% from 255 or 32.64% from 383); Max value from RGB is 155 - color contains mainly: red. Hex color #9B677D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B677D is #649882. Grayscale: #797979. Windows color (decimal): -6592643 or 8218523. OLE color: 8218523.
HSL color Cylindrical-coordinate representation of color #9B677D: hue angle of 334.62º 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 #9B677D is Cyan = 0, Magento = 0.34, Yellow = 0.19 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 103 | 125 | - |
| CMYK | 0 | 0.34 | 0.19 | 0.39 |
| HSL | 334.62º | 0.21% | 0.51% | - |
| HSV(B) | 334.62º | 0.34% | 0.61% | - |
| XYZ | 22.07 | 18.15 | 21.74 | - |
| YUV | 121.06 | 130.23 | 152.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 103 | 125 | 0 | 0.34 | 0.19 | 0.39 | 334.62 | 0.21 | 0.51 |
| Hex | 9B | 67 | 7D | 0 | 22 | 13 | 27 | 14F | 15 | 33 |
| Octal | 233 | 147 | 175 | 0 | 42 | 23 | 47 | 517 | 25 | 63 |
| Binary | 10011011 | 1100111 | 1111101 | 0 | 100010 | 10011 | 100111 | 101001111 | 10101 | 110011 |
Color Harmonies of #9B677D
Complementary color
Monochromatic Colors of #9B677D
Black with #9B677D
Text Example
Text Example
White with #9B677D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B677D; }
p { color: rgb(155,103,125); }
H1.HeaderClassName
{
color: #9B677D;
}
.AnyTagClassName
{
color: #9B677D;
}
</style>
background-color css
<style>
a { background-color: #9B677D; }
a { background-color: rgb(155,103,125); }
div.DivClassName
{
background-color: #9B677D;
}
.BgClassName
{
background-color: #9B677D;
}
</style>
border-color css
<style>
span { border-color: #9B677D; }
span { border-color: rgb(155,103,125); }
td.TdClassName
{
border-color: #9B677D;
}
.TagClassName
{
border-color: #9B677D;
}
</style>