Shades of Strikemaster #9B587D
Tints of Strikemaster #9B587D
RGB
CMYK
RGB Variations
Color information
#9B587D (or 0x9B587D) is known color: Strikemaster. HEX triplet: 9B, 58 and 7D. RGB value is (155,88,125). Sum of RGB (Red+Green+Blue) = 155+88+125=368 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.12% from 368); Green value is 88 (34.77% from 255 or 23.91% from 368); Blue value is 125 (49.22% from 255 or 33.97% from 368); Max value from RGB is 155 - color contains mainly: red. Hex color #9B587D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B587D is #64A782. Grayscale: #707070. Windows color (decimal): -6596483 or 8214683. OLE color: 8214683.
HSL color Cylindrical-coordinate representation of color #9B587D: hue angle of 326.87º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9B587D is Cyan = 0, Magento = 0.43, Yellow = 0.19 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 88 | 125 | - |
| CMYK | 0 | 0.43 | 0.19 | 0.39 |
| HSL | 326.87º | 0.28% | 0.48% | - |
| HSV(B) | 326.87º | 0.43% | 0.61% | - |
| XYZ | 20.71 | 15.43 | 21.29 | - |
| YUV | 112.25 | 135.2 | 158.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 88 | 125 | 0 | 0.43 | 0.19 | 0.39 | 326.87 | 0.28 | 0.48 |
| Hex | 9B | 58 | 7D | 0 | 2B | 13 | 27 | 147 | 1C | 30 |
| Octal | 233 | 130 | 175 | 0 | 53 | 23 | 47 | 507 | 34 | 60 |
| Binary | 10011011 | 1011000 | 1111101 | 0 | 101011 | 10011 | 100111 | 101000111 | 11100 | 110000 |
Color Harmonies of #9B587D
Complementary color
Monochromatic Colors of #9B587D
Black with #9B587D
Text Example
Text Example
White with #9B587D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B587D; }
p { color: rgb(155,88,125); }
H1.HeaderClassName
{
color: #9B587D;
}
.AnyTagClassName
{
color: #9B587D;
}
</style>
background-color css
<style>
a { background-color: #9B587D; }
a { background-color: rgb(155,88,125); }
div.DivClassName
{
background-color: #9B587D;
}
.BgClassName
{
background-color: #9B587D;
}
</style>
border-color css
<style>
span { border-color: #9B587D; }
span { border-color: rgb(155,88,125); }
td.TdClassName
{
border-color: #9B587D;
}
.TagClassName
{
border-color: #9B587D;
}
</style>