Shades of Strikemaster #9B6685
Tints of Strikemaster #9B6685
RGB
CMYK
RGB Variations
Color information
#9B6685 (or 0x9B6685) is known color: Strikemaster. HEX triplet: 9B, 66 and 85. RGB value is (155,102,133). Sum of RGB (Red+Green+Blue) = 155+102+133=390 (51% of max value = 765). Red value is 155 (60.94% from 255 or 39.74% from 390); Green value is 102 (40.23% from 255 or 26.15% from 390); Blue value is 133 (52.34% from 255 or 34.10% from 390); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6685 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B6685 is #64997A. Grayscale: #797979. Windows color (decimal): -6592891 or 8742555. OLE color: 8742555.
HSL color Cylindrical-coordinate representation of color #9B6685: hue angle of 324.91º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9B6685 is Cyan = 0, Magento = 0.34, Yellow = 0.14 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 102 | 133 | - |
| CMYK | 0 | 0.34 | 0.14 | 0.39 |
| HSL | 324.91º | 0.21% | 0.5% | - |
| HSV(B) | 324.91º | 0.34% | 0.61% | - |
| XYZ | 22.5 | 18.16 | 24.51 | - |
| YUV | 121.38 | 134.56 | 151.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 102 | 133 | 0 | 0.34 | 0.14 | 0.39 | 324.91 | 0.21 | 0.5 |
| Hex | 9B | 66 | 85 | 0 | 22 | E | 27 | 145 | 15 | 32 |
| Octal | 233 | 146 | 205 | 0 | 42 | 16 | 47 | 505 | 25 | 62 |
| Binary | 10011011 | 1100110 | 10000101 | 0 | 100010 | 1110 | 100111 | 101000101 | 10101 | 110010 |
Color Harmonies of #9B6685
Complementary color
Monochromatic Colors of #9B6685
Black with #9B6685
Text Example
Text Example
White with #9B6685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B6685; }
p { color: rgb(155,102,133); }
H1.HeaderClassName
{
color: #9B6685;
}
.AnyTagClassName
{
color: #9B6685;
}
</style>
background-color css
<style>
a { background-color: #9B6685; }
a { background-color: rgb(155,102,133); }
div.DivClassName
{
background-color: #9B6685;
}
.BgClassName
{
background-color: #9B6685;
}
</style>
border-color css
<style>
span { border-color: #9B6685; }
span { border-color: rgb(155,102,133); }
td.TdClassName
{
border-color: #9B6685;
}
.TagClassName
{
border-color: #9B6685;
}
</style>