Shades of Strikemaster #9B6A80
Tints of Strikemaster #9B6A80
RGB
CMYK
RGB Variations
Color information
#9B6A80 (or 0x9B6A80) is known color: Strikemaster. HEX triplet: 9B, 6A and 80. RGB value is (155,106,128). Sum of RGB (Red+Green+Blue) = 155+106+128=389 (51% of max value = 765). Red value is 155 (60.94% from 255 or 39.85% from 389); Green value is 106 (41.80% from 255 or 27.25% from 389); Blue value is 128 (50.39% from 255 or 32.90% from 389); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6A80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B6A80 is #64957F. Grayscale: #7B7B7B. Windows color (decimal): -6591872 or 8415899. OLE color: 8415899.
HSL color Cylindrical-coordinate representation of color #9B6A80: hue angle of 333.06º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9B6A80 is Cyan = 0, Magento = 0.32, Yellow = 0.17 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 106 | 128 | - |
| CMYK | 0 | 0.32 | 0.17 | 0.39 |
| HSL | 333.06º | 0.2% | 0.51% | - |
| HSV(B) | 333.06º | 0.32% | 0.61% | - |
| XYZ | 22.57 | 18.84 | 22.87 | - |
| YUV | 123.16 | 130.73 | 150.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 106 | 128 | 0 | 0.32 | 0.17 | 0.39 | 333.06 | 0.2 | 0.51 |
| Hex | 9B | 6A | 80 | 0 | 20 | 11 | 27 | 14D | 14 | 33 |
| Octal | 233 | 152 | 200 | 0 | 40 | 21 | 47 | 515 | 24 | 63 |
| Binary | 10011011 | 1101010 | 10000000 | 0 | 100000 | 10001 | 100111 | 101001101 | 10100 | 110011 |
Color Harmonies of #9B6A80
Complementary color
Monochromatic Colors of #9B6A80
Black with #9B6A80
Text Example
Text Example
White with #9B6A80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B6A80; }
p { color: rgb(155,106,128); }
H1.HeaderClassName
{
color: #9B6A80;
}
.AnyTagClassName
{
color: #9B6A80;
}
</style>
background-color css
<style>
a { background-color: #9B6A80; }
a { background-color: rgb(155,106,128); }
div.DivClassName
{
background-color: #9B6A80;
}
.BgClassName
{
background-color: #9B6A80;
}
</style>
border-color css
<style>
span { border-color: #9B6A80; }
span { border-color: rgb(155,106,128); }
td.TdClassName
{
border-color: #9B6A80;
}
.TagClassName
{
border-color: #9B6A80;
}
</style>