Shades of Strikemaster #9B4A83
Tints of Strikemaster #9B4A83
RGB
CMYK
RGB Variations
Color information
#9B4A83 (or 0x9B4A83) is known color: Strikemaster. HEX triplet: 9B, 4A and 83. RGB value is (155,74,131). Sum of RGB (Red+Green+Blue) = 155+74+131=360 (47% of max value = 765). Red value is 155 (60.94% from 255 or 43.06% from 360); Green value is 74 (29.30% from 255 or 20.56% from 360); Blue value is 131 (51.56% from 255 or 36.39% from 360); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4A83 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B4A83 is #64B57C. Grayscale: #686868. Windows color (decimal): -6600061 or 8604315. OLE color: 8604315.
HSL color Cylindrical-coordinate representation of color #9B4A83: hue angle of 317.78º 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 #9B4A83 is Cyan = 0, Magento = 0.52, Yellow = 0.15 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 74 | 131 | - |
| CMYK | 0 | 0.52 | 0.15 | 0.39 |
| HSL | 317.78º | 0.35% | 0.45% | - |
| HSV(B) | 317.78º | 0.52% | 0.61% | - |
| XYZ | 20.06 | 13.5 | 23.02 | - |
| YUV | 104.72 | 142.84 | 163.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 74 | 131 | 0 | 0.52 | 0.15 | 0.39 | 317.78 | 0.35 | 0.45 |
| Hex | 9B | 4A | 83 | 0 | 34 | F | 27 | 13E | 23 | 2D |
| Octal | 233 | 112 | 203 | 0 | 64 | 17 | 47 | 476 | 43 | 55 |
| Binary | 10011011 | 1001010 | 10000011 | 0 | 110100 | 1111 | 100111 | 100111110 | 100011 | 101101 |
Color Harmonies of #9B4A83
Complementary color
Monochromatic Colors of #9B4A83
Black with #9B4A83
Text Example
Text Example
White with #9B4A83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B4A83; }
p { color: rgb(155,74,131); }
H1.HeaderClassName
{
color: #9B4A83;
}
.AnyTagClassName
{
color: #9B4A83;
}
</style>
background-color css
<style>
a { background-color: #9B4A83; }
a { background-color: rgb(155,74,131); }
div.DivClassName
{
background-color: #9B4A83;
}
.BgClassName
{
background-color: #9B4A83;
}
</style>
border-color css
<style>
span { border-color: #9B4A83; }
span { border-color: rgb(155,74,131); }
td.TdClassName
{
border-color: #9B4A83;
}
.TagClassName
{
border-color: #9B4A83;
}
</style>