Shades of Strikemaster #9B5280
Tints of Strikemaster #9B5280
RGB
CMYK
RGB Variations
Color information
#9B5280 (or 0x9B5280) is known color: Strikemaster. HEX triplet: 9B, 52 and 80. RGB value is (155,82,128). Sum of RGB (Red+Green+Blue) = 155+82+128=365 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.47% from 365); Green value is 82 (32.42% from 255 or 22.47% from 365); Blue value is 128 (50.39% from 255 or 35.07% from 365); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5280 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B5280 is #64AD7F. Grayscale: #6C6C6C. Windows color (decimal): -6598016 or 8409755. OLE color: 8409755.
HSL color Cylindrical-coordinate representation of color #9B5280: hue angle of 322.19º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9B5280 is Cyan = 0, Magento = 0.47, Yellow = 0.17 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 82 | 128 | - |
| CMYK | 0 | 0.47 | 0.17 | 0.39 |
| HSL | 322.19º | 0.31% | 0.46% | - |
| HSV(B) | 322.19º | 0.47% | 0.61% | - |
| XYZ | 20.43 | 14.56 | 22.16 | - |
| YUV | 109.07 | 138.68 | 160.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 82 | 128 | 0 | 0.47 | 0.17 | 0.39 | 322.19 | 0.31 | 0.46 |
| Hex | 9B | 52 | 80 | 0 | 2F | 11 | 27 | 142 | 1F | 2E |
| Octal | 233 | 122 | 200 | 0 | 57 | 21 | 47 | 502 | 37 | 56 |
| Binary | 10011011 | 1010010 | 10000000 | 0 | 101111 | 10001 | 100111 | 101000010 | 11111 | 101110 |
Color Harmonies of #9B5280
Complementary color
Monochromatic Colors of #9B5280
Black with #9B5280
Text Example
Text Example
White with #9B5280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B5280; }
p { color: rgb(155,82,128); }
H1.HeaderClassName
{
color: #9B5280;
}
.AnyTagClassName
{
color: #9B5280;
}
</style>
background-color css
<style>
a { background-color: #9B5280; }
a { background-color: rgb(155,82,128); }
div.DivClassName
{
background-color: #9B5280;
}
.BgClassName
{
background-color: #9B5280;
}
</style>
border-color css
<style>
span { border-color: #9B5280; }
span { border-color: rgb(155,82,128); }
td.TdClassName
{
border-color: #9B5280;
}
.TagClassName
{
border-color: #9B5280;
}
</style>