Shades of Strikemaster #9B6885
Tints of Strikemaster #9B6885
RGB
CMYK
RGB Variations
Color information
#9B6885 (or 0x9B6885) is known color: Strikemaster. HEX triplet: 9B, 68 and 85. RGB value is (155,104,133). Sum of RGB (Red+Green+Blue) = 155+104+133=392 (51% of max value = 765). Red value is 155 (60.94% from 255 or 39.54% from 392); Green value is 104 (41.02% from 255 or 26.53% from 392); Blue value is 133 (52.34% from 255 or 33.93% from 392); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6885 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B6885 is #64977A. Grayscale: #7A7A7A. Windows color (decimal): -6592379 or 8743067. OLE color: 8743067.
HSL color Cylindrical-coordinate representation of color #9B6885: hue angle of 325.88º 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 #9B6885 is Cyan = 0, Magento = 0.33, Yellow = 0.14 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 104 | 133 | - |
| CMYK | 0 | 0.33 | 0.14 | 0.39 |
| HSL | 325.88º | 0.2% | 0.51% | - |
| HSV(B) | 325.88º | 0.33% | 0.61% | - |
| XYZ | 22.7 | 18.56 | 24.58 | - |
| YUV | 122.56 | 133.9 | 151.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 104 | 133 | 0 | 0.33 | 0.14 | 0.39 | 325.88 | 0.2 | 0.51 |
| Hex | 9B | 68 | 85 | 0 | 21 | E | 27 | 146 | 14 | 33 |
| Octal | 233 | 150 | 205 | 0 | 41 | 16 | 47 | 506 | 24 | 63 |
| Binary | 10011011 | 1101000 | 10000101 | 0 | 100001 | 1110 | 100111 | 101000110 | 10100 | 110011 |
Color Harmonies of #9B6885
Complementary color
Monochromatic Colors of #9B6885
Black with #9B6885
Text Example
Text Example
White with #9B6885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B6885; }
p { color: rgb(155,104,133); }
H1.HeaderClassName
{
color: #9B6885;
}
.AnyTagClassName
{
color: #9B6885;
}
</style>
background-color css
<style>
a { background-color: #9B6885; }
a { background-color: rgb(155,104,133); }
div.DivClassName
{
background-color: #9B6885;
}
.BgClassName
{
background-color: #9B6885;
}
</style>
border-color css
<style>
span { border-color: #9B6885; }
span { border-color: rgb(155,104,133); }
td.TdClassName
{
border-color: #9B6885;
}
.TagClassName
{
border-color: #9B6885;
}
</style>