Shades of Strikemaster #9B4A84
Tints of Strikemaster #9B4A84
RGB
CMYK
RGB Variations
Color information
#9B4A84 (or 0x9B4A84) is known color: Strikemaster. HEX triplet: 9B, 4A and 84. RGB value is (155,74,132). Sum of RGB (Red+Green+Blue) = 155+74+132=361 (47% of max value = 765). Red value is 155 (60.94% from 255 or 42.94% from 361); Green value is 74 (29.30% from 255 or 20.50% from 361); Blue value is 132 (51.95% from 255 or 36.57% from 361); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4A84 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B4A84 is #64B57B. Grayscale: #686868. Windows color (decimal): -6600060 or 8669851. OLE color: 8669851.
HSL color Cylindrical-coordinate representation of color #9B4A84: hue angle of 317.04º 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 #9B4A84 is Cyan = 0, Magento = 0.52, Yellow = 0.15 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 74 | 132 | - |
| CMYK | 0 | 0.52 | 0.15 | 0.39 |
| HSL | 317.04º | 0.35% | 0.45% | - |
| HSV(B) | 317.04º | 0.52% | 0.61% | - |
| XYZ | 20.13 | 13.53 | 23.38 | - |
| YUV | 104.83 | 143.34 | 163.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 74 | 132 | 0 | 0.52 | 0.15 | 0.39 | 317.04 | 0.35 | 0.45 |
| Hex | 9B | 4A | 84 | 0 | 34 | F | 27 | 13D | 23 | 2D |
| Octal | 233 | 112 | 204 | 0 | 64 | 17 | 47 | 475 | 43 | 55 |
| Binary | 10011011 | 1001010 | 10000100 | 0 | 110100 | 1111 | 100111 | 100111101 | 100011 | 101101 |
Color Harmonies of #9B4A84
Complementary color
Monochromatic Colors of #9B4A84
Black with #9B4A84
Text Example
Text Example
White with #9B4A84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B4A84; }
p { color: rgb(155,74,132); }
H1.HeaderClassName
{
color: #9B4A84;
}
.AnyTagClassName
{
color: #9B4A84;
}
</style>
background-color css
<style>
a { background-color: #9B4A84; }
a { background-color: rgb(155,74,132); }
div.DivClassName
{
background-color: #9B4A84;
}
.BgClassName
{
background-color: #9B4A84;
}
</style>
border-color css
<style>
span { border-color: #9B4A84; }
span { border-color: rgb(155,74,132); }
td.TdClassName
{
border-color: #9B4A84;
}
.TagClassName
{
border-color: #9B4A84;
}
</style>