Shades of Strikemaster #9B628D
Tints of Strikemaster #9B628D
RGB
CMYK
RGB Variations
Color information
#9B628D (or 0x9B628D) is known color: Strikemaster. HEX triplet: 9B, 62 and 8D. RGB value is (155,98,141). Sum of RGB (Red+Green+Blue) = 155+98+141=394 (52% of max value = 765). Red value is 155 (60.94% from 255 or 39.34% from 394); Green value is 98 (38.67% from 255 or 24.87% from 394); Blue value is 141 (55.47% from 255 or 35.79% from 394); Max value from RGB is 155 - color contains mainly: red. Hex color #9B628D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B628D is #649D72. Grayscale: #777777. Windows color (decimal): -6593907 or 9265819. OLE color: 9265819.
HSL color Cylindrical-coordinate representation of color #9B628D: hue angle of 314.74º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9B628D is Cyan = 0, Magento = 0.37, Yellow = 0.09 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 98 | 141 | - |
| CMYK | 0 | 0.37 | 0.09 | 0.39 |
| HSL | 314.74º | 0.23% | 0.5% | - |
| HSV(B) | 314.74º | 0.37% | 0.61% | - |
| XYZ | 22.69 | 17.63 | 27.41 | - |
| YUV | 119.95 | 139.88 | 153 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 98 | 141 | 0 | 0.37 | 0.09 | 0.39 | 314.74 | 0.23 | 0.5 |
| Hex | 9B | 62 | 8D | 0 | 25 | 9 | 27 | 13B | 17 | 32 |
| Octal | 233 | 142 | 215 | 0 | 45 | 11 | 47 | 473 | 27 | 62 |
| Binary | 10011011 | 1100010 | 10001101 | 0 | 100101 | 1001 | 100111 | 100111011 | 10111 | 110010 |
Color Harmonies of #9B628D
Complementary color
Monochromatic Colors of #9B628D
Black with #9B628D
Text Example
Text Example
White with #9B628D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B628D; }
p { color: rgb(155,98,141); }
H1.HeaderClassName
{
color: #9B628D;
}
.AnyTagClassName
{
color: #9B628D;
}
</style>
background-color css
<style>
a { background-color: #9B628D; }
a { background-color: rgb(155,98,141); }
div.DivClassName
{
background-color: #9B628D;
}
.BgClassName
{
background-color: #9B628D;
}
</style>
border-color css
<style>
span { border-color: #9B628D; }
span { border-color: rgb(155,98,141); }
td.TdClassName
{
border-color: #9B628D;
}
.TagClassName
{
border-color: #9B628D;
}
</style>