Shades of Strikemaster #9B7080
Tints of Strikemaster #9B7080
RGB
CMYK
RGB Variations
Color information
#9B7080 (or 0x9B7080) is known color: Strikemaster. HEX triplet: 9B, 70 and 80. RGB value is (155,112,128). Sum of RGB (Red+Green+Blue) = 155+112+128=395 (52% of max value = 765). Red value is 155 (60.94% from 255 or 39.24% from 395); Green value is 112 (44.14% from 255 or 28.35% from 395); Blue value is 128 (50.39% from 255 or 32.41% from 395); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7080 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B7080 is #648F7F. Grayscale: #7E7E7E. Windows color (decimal): -6590336 or 8417435. OLE color: 8417435.
HSL color Cylindrical-coordinate representation of color #9B7080: hue angle of 337.67º degrees, saturation: 0.18, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9B7080 is Cyan = 0, Magento = 0.28, Yellow = 0.17 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 112 | 128 | - |
| CMYK | 0 | 0.28 | 0.17 | 0.39 |
| HSL | 337.67º | 0.18% | 0.52% | - |
| HSV(B) | 337.67º | 0.28% | 0.61% | - |
| XYZ | 23.21 | 20.12 | 23.08 | - |
| YUV | 126.68 | 128.75 | 148.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 112 | 128 | 0 | 0.28 | 0.17 | 0.39 | 337.67 | 0.18 | 0.52 |
| Hex | 9B | 70 | 80 | 0 | 1C | 11 | 27 | 152 | 12 | 34 |
| Octal | 233 | 160 | 200 | 0 | 34 | 21 | 47 | 522 | 22 | 64 |
| Binary | 10011011 | 1110000 | 10000000 | 0 | 11100 | 10001 | 100111 | 101010010 | 10010 | 110100 |
Color Harmonies of #9B7080
Complementary color
Monochromatic Colors of #9B7080
Black with #9B7080
Text Example
Text Example
White with #9B7080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B7080; }
p { color: rgb(155,112,128); }
H1.HeaderClassName
{
color: #9B7080;
}
.AnyTagClassName
{
color: #9B7080;
}
</style>
background-color css
<style>
a { background-color: #9B7080; }
a { background-color: rgb(155,112,128); }
div.DivClassName
{
background-color: #9B7080;
}
.BgClassName
{
background-color: #9B7080;
}
</style>
border-color css
<style>
span { border-color: #9B7080; }
span { border-color: rgb(155,112,128); }
td.TdClassName
{
border-color: #9B7080;
}
.TagClassName
{
border-color: #9B7080;
}
</style>