Shades of Strikemaster #9B617B
Tints of Strikemaster #9B617B
RGB
CMYK
RGB Variations
Color information
#9B617B (or 0x9B617B) is known color: Strikemaster. HEX triplet: 9B, 61 and 7B. RGB value is (155,97,123). Sum of RGB (Red+Green+Blue) = 155+97+123=375 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.33% from 375); Green value is 97 (38.28% from 255 or 25.87% from 375); Blue value is 123 (48.44% from 255 or 32.8% from 375); Max value from RGB is 155 - color contains mainly: red. Hex color #9B617B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B617B is #649E84. Grayscale: #757575. Windows color (decimal): -6594181 or 8085915. OLE color: 8085915.
HSL color Cylindrical-coordinate representation of color #9B617B: hue angle of 333.1º 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 #9B617B is Cyan = 0, Magento = 0.37, Yellow = 0.21 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 97 | 123 | - |
| CMYK | 0 | 0.37 | 0.21 | 0.39 |
| HSL | 333.1º | 0.23% | 0.49% | - |
| HSV(B) | 333.1º | 0.37% | 0.61% | - |
| XYZ | 21.37 | 16.95 | 20.88 | - |
| YUV | 117.31 | 131.22 | 154.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 97 | 123 | 0 | 0.37 | 0.21 | 0.39 | 333.1 | 0.23 | 0.49 |
| Hex | 9B | 61 | 7B | 0 | 25 | 15 | 27 | 14D | 17 | 31 |
| Octal | 233 | 141 | 173 | 0 | 45 | 25 | 47 | 515 | 27 | 61 |
| Binary | 10011011 | 1100001 | 1111011 | 0 | 100101 | 10101 | 100111 | 101001101 | 10111 | 110001 |
Color Harmonies of #9B617B
Complementary color
Monochromatic Colors of #9B617B
Black with #9B617B
Text Example
Text Example
White with #9B617B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B617B; }
p { color: rgb(155,97,123); }
H1.HeaderClassName
{
color: #9B617B;
}
.AnyTagClassName
{
color: #9B617B;
}
</style>
background-color css
<style>
a { background-color: #9B617B; }
a { background-color: rgb(155,97,123); }
div.DivClassName
{
background-color: #9B617B;
}
.BgClassName
{
background-color: #9B617B;
}
</style>
border-color css
<style>
span { border-color: #9B617B; }
span { border-color: rgb(155,97,123); }
td.TdClassName
{
border-color: #9B617B;
}
.TagClassName
{
border-color: #9B617B;
}
</style>