Shades of Strikemaster #9B618D
Tints of Strikemaster #9B618D
RGB
CMYK
RGB Variations
Color information
#9B618D (or 0x9B618D) is known color: Strikemaster. HEX triplet: 9B, 61 and 8D. RGB value is (155,97,141). Sum of RGB (Red+Green+Blue) = 155+97+141=393 (52% of max value = 765). Red value is 155 (60.94% from 255 or 39.44% from 393); Green value is 97 (38.28% from 255 or 24.68% from 393); Blue value is 141 (55.47% from 255 or 35.88% from 393); Max value from RGB is 155 - color contains mainly: red. Hex color #9B618D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B618D is #649E72. Grayscale: #777777. Windows color (decimal): -6594163 or 9265563. OLE color: 9265563.
HSL color Cylindrical-coordinate representation of color #9B618D: hue angle of 314.48º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9B618D is Cyan = 0, Magento = 0.37, Yellow = 0.09 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 97 | 141 | - |
| CMYK | 0 | 0.37 | 0.09 | 0.39 |
| HSL | 314.48º | 0.23% | 0.49% | - |
| HSV(B) | 314.48º | 0.37% | 0.61% | - |
| XYZ | 22.6 | 17.44 | 27.37 | - |
| YUV | 119.36 | 140.22 | 153.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 97 | 141 | 0 | 0.37 | 0.09 | 0.39 | 314.48 | 0.23 | 0.49 |
| Hex | 9B | 61 | 8D | 0 | 25 | 9 | 27 | 13A | 17 | 31 |
| Octal | 233 | 141 | 215 | 0 | 45 | 11 | 47 | 472 | 27 | 61 |
| Binary | 10011011 | 1100001 | 10001101 | 0 | 100101 | 1001 | 100111 | 100111010 | 10111 | 110001 |
Color Harmonies of #9B618D
Complementary color
Monochromatic Colors of #9B618D
Black with #9B618D
Text Example
Text Example
White with #9B618D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B618D; }
p { color: rgb(155,97,141); }
H1.HeaderClassName
{
color: #9B618D;
}
.AnyTagClassName
{
color: #9B618D;
}
</style>
background-color css
<style>
a { background-color: #9B618D; }
a { background-color: rgb(155,97,141); }
div.DivClassName
{
background-color: #9B618D;
}
.BgClassName
{
background-color: #9B618D;
}
</style>
border-color css
<style>
span { border-color: #9B618D; }
span { border-color: rgb(155,97,141); }
td.TdClassName
{
border-color: #9B618D;
}
.TagClassName
{
border-color: #9B618D;
}
</style>