Shades of Strikemaster #9B6884
Tints of Strikemaster #9B6884
RGB
CMYK
RGB Variations
Color information
#9B6884 (or 0x9B6884) is known color: Strikemaster. HEX triplet: 9B, 68 and 84. RGB value is (155,104,132). Sum of RGB (Red+Green+Blue) = 155+104+132=391 (51% of max value = 765). Red value is 155 (60.94% from 255 or 39.64% from 391); Green value is 104 (41.02% from 255 or 26.60% from 391); Blue value is 132 (51.95% from 255 or 33.76% from 391); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6884 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B6884 is #64977B. Grayscale: #7A7A7A. Windows color (decimal): -6592380 or 8677531. OLE color: 8677531.
HSL color Cylindrical-coordinate representation of color #9B6884: hue angle of 327.06º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9B6884 is Cyan = 0, Magento = 0.33, Yellow = 0.15 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 104 | 132 | - |
| CMYK | 0 | 0.33 | 0.15 | 0.39 |
| HSL | 327.06º | 0.2% | 0.51% | - |
| HSV(B) | 327.06º | 0.33% | 0.61% | - |
| XYZ | 22.63 | 18.54 | 24.21 | - |
| YUV | 122.44 | 133.4 | 151.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 104 | 132 | 0 | 0.33 | 0.15 | 0.39 | 327.06 | 0.2 | 0.51 |
| Hex | 9B | 68 | 84 | 0 | 21 | F | 27 | 147 | 14 | 33 |
| Octal | 233 | 150 | 204 | 0 | 41 | 17 | 47 | 507 | 24 | 63 |
| Binary | 10011011 | 1101000 | 10000100 | 0 | 100001 | 1111 | 100111 | 101000111 | 10100 | 110011 |
Color Harmonies of #9B6884
Complementary color
Monochromatic Colors of #9B6884
Black with #9B6884
Text Example
Text Example
White with #9B6884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B6884; }
p { color: rgb(155,104,132); }
H1.HeaderClassName
{
color: #9B6884;
}
.AnyTagClassName
{
color: #9B6884;
}
</style>
background-color css
<style>
a { background-color: #9B6884; }
a { background-color: rgb(155,104,132); }
div.DivClassName
{
background-color: #9B6884;
}
.BgClassName
{
background-color: #9B6884;
}
</style>
border-color css
<style>
span { border-color: #9B6884; }
span { border-color: rgb(155,104,132); }
td.TdClassName
{
border-color: #9B6884;
}
.TagClassName
{
border-color: #9B6884;
}
</style>