Shades of Strikemaster #9B5180
Tints of Strikemaster #9B5180
RGB
CMYK
RGB Variations
Color information
#9B5180 (or 0x9B5180) is known color: Strikemaster. HEX triplet: 9B, 51 and 80. RGB value is (155,81,128). Sum of RGB (Red+Green+Blue) = 155+81+128=364 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.58% from 364); Green value is 81 (32.03% from 255 or 22.25% from 364); Blue value is 128 (50.39% from 255 or 35.16% from 364); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5180 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B5180 is #64AE7F. Grayscale: #6C6C6C. Windows color (decimal): -6598272 or 8409499. OLE color: 8409499.
HSL color Cylindrical-coordinate representation of color #9B5180: hue angle of 321.89º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9B5180 is Cyan = 0, Magento = 0.48, Yellow = 0.17 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 81 | 128 | - |
| CMYK | 0 | 0.48 | 0.17 | 0.39 |
| HSL | 321.89º | 0.31% | 0.46% | - |
| HSV(B) | 321.89º | 0.48% | 0.61% | - |
| XYZ | 20.36 | 14.41 | 22.13 | - |
| YUV | 108.48 | 139.02 | 161.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 81 | 128 | 0 | 0.48 | 0.17 | 0.39 | 321.89 | 0.31 | 0.46 |
| Hex | 9B | 51 | 80 | 0 | 30 | 11 | 27 | 142 | 1F | 2E |
| Octal | 233 | 121 | 200 | 0 | 60 | 21 | 47 | 502 | 37 | 56 |
| Binary | 10011011 | 1010001 | 10000000 | 0 | 110000 | 10001 | 100111 | 101000010 | 11111 | 101110 |
Color Harmonies of #9B5180
Complementary color
Monochromatic Colors of #9B5180
Black with #9B5180
Text Example
Text Example
White with #9B5180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B5180; }
p { color: rgb(155,81,128); }
H1.HeaderClassName
{
color: #9B5180;
}
.AnyTagClassName
{
color: #9B5180;
}
</style>
background-color css
<style>
a { background-color: #9B5180; }
a { background-color: rgb(155,81,128); }
div.DivClassName
{
background-color: #9B5180;
}
.BgClassName
{
background-color: #9B5180;
}
</style>
border-color css
<style>
span { border-color: #9B5180; }
span { border-color: rgb(155,81,128); }
td.TdClassName
{
border-color: #9B5180;
}
.TagClassName
{
border-color: #9B5180;
}
</style>