Shades of Strikemaster #9B6985
Tints of Strikemaster #9B6985
RGB
CMYK
RGB Variations
Color information
#9B6985 (or 0x9B6985) is known color: Strikemaster. HEX triplet: 9B, 69 and 85. RGB value is (155,105,133). Sum of RGB (Red+Green+Blue) = 155+105+133=393 (52% of max value = 765). Red value is 155 (60.94% from 255 or 39.44% from 393); Green value is 105 (41.41% from 255 or 26.72% from 393); Blue value is 133 (52.34% from 255 or 33.84% from 393); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6985 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B6985 is #64967A. Grayscale: #7B7B7B. Windows color (decimal): -6592123 or 8743323. OLE color: 8743323.
HSL color Cylindrical-coordinate representation of color #9B6985: hue angle of 326.4º 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 #9B6985 is Cyan = 0, Magento = 0.32, Yellow = 0.14 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 105 | 133 | - |
| CMYK | 0 | 0.32 | 0.14 | 0.39 |
| HSL | 326.4º | 0.2% | 0.51% | - |
| HSV(B) | 326.4º | 0.32% | 0.61% | - |
| XYZ | 22.8 | 18.77 | 24.61 | - |
| YUV | 123.14 | 133.57 | 150.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 105 | 133 | 0 | 0.32 | 0.14 | 0.39 | 326.4 | 0.2 | 0.51 |
| Hex | 9B | 69 | 85 | 0 | 20 | E | 27 | 146 | 14 | 33 |
| Octal | 233 | 151 | 205 | 0 | 40 | 16 | 47 | 506 | 24 | 63 |
| Binary | 10011011 | 1101001 | 10000101 | 0 | 100000 | 1110 | 100111 | 101000110 | 10100 | 110011 |
Color Harmonies of #9B6985
Complementary color
Monochromatic Colors of #9B6985
Black with #9B6985
Text Example
Text Example
White with #9B6985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B6985; }
p { color: rgb(155,105,133); }
H1.HeaderClassName
{
color: #9B6985;
}
.AnyTagClassName
{
color: #9B6985;
}
</style>
background-color css
<style>
a { background-color: #9B6985; }
a { background-color: rgb(155,105,133); }
div.DivClassName
{
background-color: #9B6985;
}
.BgClassName
{
background-color: #9B6985;
}
</style>
border-color css
<style>
span { border-color: #9B6985; }
span { border-color: rgb(155,105,133); }
td.TdClassName
{
border-color: #9B6985;
}
.TagClassName
{
border-color: #9B6985;
}
</style>