Shades of Strikemaster #9B4A86
Tints of Strikemaster #9B4A86
RGB
CMYK
RGB Variations
Color information
#9B4A86 (or 0x9B4A86) is known color: Strikemaster. HEX triplet: 9B, 4A and 86. RGB value is (155,74,134). Sum of RGB (Red+Green+Blue) = 155+74+134=363 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.70% from 363); Green value is 74 (29.30% from 255 or 20.39% from 363); Blue value is 134 (52.73% from 255 or 36.91% from 363); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4A86 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B4A86 is #64B579. Grayscale: #686868. Windows color (decimal): -6600058 or 8800923. OLE color: 8800923.
HSL color Cylindrical-coordinate representation of color #9B4A86: hue angle of 315.56º degrees, saturation: 0.35, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9B4A86 is Cyan = 0, Magento = 0.52, Yellow = 0.14 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 74 | 134 | - |
| CMYK | 0 | 0.52 | 0.14 | 0.39 |
| HSL | 315.56º | 0.35% | 0.45% | - |
| HSV(B) | 315.56º | 0.52% | 0.61% | - |
| XYZ | 20.27 | 13.59 | 24.11 | - |
| YUV | 105.06 | 144.34 | 163.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 74 | 134 | 0 | 0.52 | 0.14 | 0.39 | 315.56 | 0.35 | 0.45 |
| Hex | 9B | 4A | 86 | 0 | 34 | E | 27 | 13C | 23 | 2D |
| Octal | 233 | 112 | 206 | 0 | 64 | 16 | 47 | 474 | 43 | 55 |
| Binary | 10011011 | 1001010 | 10000110 | 0 | 110100 | 1110 | 100111 | 100111100 | 100011 | 101101 |
Color Harmonies of #9B4A86
Complementary color
Monochromatic Colors of #9B4A86
Black with #9B4A86
Text Example
Text Example
White with #9B4A86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B4A86; }
p { color: rgb(155,74,134); }
H1.HeaderClassName
{
color: #9B4A86;
}
.AnyTagClassName
{
color: #9B4A86;
}
</style>
background-color css
<style>
a { background-color: #9B4A86; }
a { background-color: rgb(155,74,134); }
div.DivClassName
{
background-color: #9B4A86;
}
.BgClassName
{
background-color: #9B4A86;
}
</style>
border-color css
<style>
span { border-color: #9B4A86; }
span { border-color: rgb(155,74,134); }
td.TdClassName
{
border-color: #9B4A86;
}
.TagClassName
{
border-color: #9B4A86;
}
</style>