Shades of Strikemaster #9B5884
Tints of Strikemaster #9B5884
RGB
CMYK
RGB Variations
Color information
#9B5884 (or 0x9B5884) is known color: Strikemaster. HEX triplet: 9B, 58 and 84. RGB value is (155,88,132). Sum of RGB (Red+Green+Blue) = 155+88+132=375 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.33% from 375); Green value is 88 (34.77% from 255 or 23.47% from 375); Blue value is 132 (51.95% from 255 or 35.2% from 375); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5884 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B5884 is #64A77B. Grayscale: #707070. Windows color (decimal): -6596476 or 8673435. OLE color: 8673435.
HSL color Cylindrical-coordinate representation of color #9B5884: hue angle of 320.6º 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 #9B5884 is Cyan = 0, Magento = 0.43, Yellow = 0.15 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 88 | 132 | - |
| CMYK | 0 | 0.43 | 0.15 | 0.39 |
| HSL | 320.6º | 0.28% | 0.48% | - |
| HSV(B) | 320.6º | 0.43% | 0.61% | - |
| XYZ | 21.17 | 15.61 | 23.73 | - |
| YUV | 113.05 | 138.7 | 157.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 88 | 132 | 0 | 0.43 | 0.15 | 0.39 | 320.6 | 0.28 | 0.48 |
| Hex | 9B | 58 | 84 | 0 | 2B | F | 27 | 141 | 1C | 30 |
| Octal | 233 | 130 | 204 | 0 | 53 | 17 | 47 | 501 | 34 | 60 |
| Binary | 10011011 | 1011000 | 10000100 | 0 | 101011 | 1111 | 100111 | 101000001 | 11100 | 110000 |
Color Harmonies of #9B5884
Complementary color
Monochromatic Colors of #9B5884
Black with #9B5884
Text Example
Text Example
White with #9B5884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B5884; }
p { color: rgb(155,88,132); }
H1.HeaderClassName
{
color: #9B5884;
}
.AnyTagClassName
{
color: #9B5884;
}
</style>
background-color css
<style>
a { background-color: #9B5884; }
a { background-color: rgb(155,88,132); }
div.DivClassName
{
background-color: #9B5884;
}
.BgClassName
{
background-color: #9B5884;
}
</style>
border-color css
<style>
span { border-color: #9B5884; }
span { border-color: rgb(155,88,132); }
td.TdClassName
{
border-color: #9B5884;
}
.TagClassName
{
border-color: #9B5884;
}
</style>