Shades of Strikemaster #9B5480
Tints of Strikemaster #9B5480
RGB
CMYK
RGB Variations
Color information
#9B5480 (or 0x9B5480) is known color: Strikemaster. HEX triplet: 9B, 54 and 80. RGB value is (155,84,128). Sum of RGB (Red+Green+Blue) = 155+84+128=367 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.23% from 367); Green value is 84 (33.20% from 255 or 22.89% from 367); Blue value is 128 (50.39% from 255 or 34.88% from 367); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5480 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B5480 is #64AB7F. Grayscale: #6E6E6E. Windows color (decimal): -6597504 or 8410267. OLE color: 8410267.
HSL color Cylindrical-coordinate representation of color #9B5480: hue angle of 322.82º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9B5480 is Cyan = 0, Magento = 0.46, Yellow = 0.17 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 84 | 128 | - |
| CMYK | 0 | 0.46 | 0.17 | 0.39 |
| HSL | 322.82º | 0.3% | 0.47% | - |
| HSV(B) | 322.82º | 0.46% | 0.61% | - |
| XYZ | 20.58 | 14.87 | 22.21 | - |
| YUV | 110.25 | 138.02 | 159.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 84 | 128 | 0 | 0.46 | 0.17 | 0.39 | 322.82 | 0.3 | 0.47 |
| Hex | 9B | 54 | 80 | 0 | 2E | 11 | 27 | 143 | 1E | 2F |
| Octal | 233 | 124 | 200 | 0 | 56 | 21 | 47 | 503 | 36 | 57 |
| Binary | 10011011 | 1010100 | 10000000 | 0 | 101110 | 10001 | 100111 | 101000011 | 11110 | 101111 |
Color Harmonies of #9B5480
Complementary color
Monochromatic Colors of #9B5480
Black with #9B5480
Text Example
Text Example
White with #9B5480
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B5480; }
p { color: rgb(155,84,128); }
H1.HeaderClassName
{
color: #9B5480;
}
.AnyTagClassName
{
color: #9B5480;
}
</style>
background-color css
<style>
a { background-color: #9B5480; }
a { background-color: rgb(155,84,128); }
div.DivClassName
{
background-color: #9B5480;
}
.BgClassName
{
background-color: #9B5480;
}
</style>
border-color css
<style>
span { border-color: #9B5480; }
span { border-color: rgb(155,84,128); }
td.TdClassName
{
border-color: #9B5480;
}
.TagClassName
{
border-color: #9B5480;
}
</style>