Shades of Strikemaster #9B608D
Tints of Strikemaster #9B608D
RGB
CMYK
RGB Variations
Color information
#9B608D (or 0x9B608D) is known color: Strikemaster. HEX triplet: 9B, 60 and 8D. RGB value is (155,96,141). Sum of RGB (Red+Green+Blue) = 155+96+141=392 (51% of max value = 765). Red value is 155 (60.94% from 255 or 39.54% from 392); Green value is 96 (37.89% from 255 or 24.49% from 392); Blue value is 141 (55.47% from 255 or 35.97% from 392); Max value from RGB is 155 - color contains mainly: red. Hex color #9B608D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B608D is #649F72. Grayscale: #767676. Windows color (decimal): -6594419 or 9265307. OLE color: 9265307.
HSL color Cylindrical-coordinate representation of color #9B608D: hue angle of 314.24º degrees, saturation: 0.24, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9B608D is Cyan = 0, Magento = 0.38, Yellow = 0.09 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 96 | 141 | - |
| CMYK | 0 | 0.38 | 0.09 | 0.39 |
| HSL | 314.24º | 0.24% | 0.49% | - |
| HSV(B) | 314.24º | 0.38% | 0.61% | - |
| XYZ | 22.51 | 17.26 | 27.34 | - |
| YUV | 118.77 | 140.55 | 153.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 96 | 141 | 0 | 0.38 | 0.09 | 0.39 | 314.24 | 0.24 | 0.49 |
| Hex | 9B | 60 | 8D | 0 | 26 | 9 | 27 | 13A | 18 | 31 |
| Octal | 233 | 140 | 215 | 0 | 46 | 11 | 47 | 472 | 30 | 61 |
| Binary | 10011011 | 1100000 | 10001101 | 0 | 100110 | 1001 | 100111 | 100111010 | 11000 | 110001 |
Color Harmonies of #9B608D
Complementary color
Monochromatic Colors of #9B608D
Black with #9B608D
Text Example
Text Example
White with #9B608D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B608D; }
p { color: rgb(155,96,141); }
H1.HeaderClassName
{
color: #9B608D;
}
.AnyTagClassName
{
color: #9B608D;
}
</style>
background-color css
<style>
a { background-color: #9B608D; }
a { background-color: rgb(155,96,141); }
div.DivClassName
{
background-color: #9B608D;
}
.BgClassName
{
background-color: #9B608D;
}
</style>
border-color css
<style>
span { border-color: #9B608D; }
span { border-color: rgb(155,96,141); }
td.TdClassName
{
border-color: #9B608D;
}
.TagClassName
{
border-color: #9B608D;
}
</style>