Shades of Strikemaster #9B5B84
Tints of Strikemaster #9B5B84
RGB
CMYK
RGB Variations
Color information
#9B5B84 (or 0x9B5B84) is known color: Strikemaster. HEX triplet: 9B, 5B and 84. RGB value is (155,91,132). Sum of RGB (Red+Green+Blue) = 155+91+132=378 (50% of max value = 765). Red value is 155 (60.94% from 255 or 41.01% from 378); Green value is 91 (35.94% from 255 or 24.07% from 378); Blue value is 132 (51.95% from 255 or 34.92% from 378); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5B84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B5B84 is #64A47B. Grayscale: #727272. Windows color (decimal): -6595708 or 8674203. OLE color: 8674203.
HSL color Cylindrical-coordinate representation of color #9B5B84: hue angle of 321.56º degrees, saturation: 0.26, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9B5B84 is Cyan = 0, Magento = 0.41, Yellow = 0.15 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 91 | 132 | - |
| CMYK | 0 | 0.41 | 0.15 | 0.39 |
| HSL | 321.56º | 0.26% | 0.48% | - |
| HSV(B) | 321.56º | 0.41% | 0.61% | - |
| XYZ | 21.42 | 16.12 | 23.81 | - |
| YUV | 114.81 | 137.7 | 156.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 91 | 132 | 0 | 0.41 | 0.15 | 0.39 | 321.56 | 0.26 | 0.48 |
| Hex | 9B | 5B | 84 | 0 | 29 | F | 27 | 142 | 1A | 30 |
| Octal | 233 | 133 | 204 | 0 | 51 | 17 | 47 | 502 | 32 | 60 |
| Binary | 10011011 | 1011011 | 10000100 | 0 | 101001 | 1111 | 100111 | 101000010 | 11010 | 110000 |
Color Harmonies of #9B5B84
Complementary color
Monochromatic Colors of #9B5B84
Black with #9B5B84
Text Example
Text Example
White with #9B5B84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B5B84; }
p { color: rgb(155,91,132); }
H1.HeaderClassName
{
color: #9B5B84;
}
.AnyTagClassName
{
color: #9B5B84;
}
</style>
background-color css
<style>
a { background-color: #9B5B84; }
a { background-color: rgb(155,91,132); }
div.DivClassName
{
background-color: #9B5B84;
}
.BgClassName
{
background-color: #9B5B84;
}
</style>
border-color css
<style>
span { border-color: #9B5B84; }
span { border-color: rgb(155,91,132); }
td.TdClassName
{
border-color: #9B5B84;
}
.TagClassName
{
border-color: #9B5B84;
}
</style>