Shades of Strikemaster #9B4982
Tints of Strikemaster #9B4982
RGB
CMYK
RGB Variations
Color information
#9B4982 (or 0x9B4982) is known color: Strikemaster. HEX triplet: 9B, 49 and 82. RGB value is (155,73,130). Sum of RGB (Red+Green+Blue) = 155+73+130=358 (47% of max value = 765). Red value is 155 (60.94% from 255 or 43.30% from 358); Green value is 73 (28.91% from 255 or 20.39% from 358); Blue value is 130 (51.17% from 255 or 36.31% from 358); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4982 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B4982 is #64B67D. Grayscale: #676767. Windows color (decimal): -6600318 or 8538523. OLE color: 8538523.
HSL color Cylindrical-coordinate representation of color #9B4982: hue angle of 318.29º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9B4982 is Cyan = 0, Magento = 0.53, Yellow = 0.16 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 73 | 130 | - |
| CMYK | 0 | 0.53 | 0.16 | 0.39 |
| HSL | 318.29º | 0.36% | 0.45% | - |
| HSV(B) | 318.29º | 0.53% | 0.61% | - |
| XYZ | 19.93 | 13.35 | 22.64 | - |
| YUV | 104.02 | 142.67 | 164.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 73 | 130 | 0 | 0.53 | 0.16 | 0.39 | 318.29 | 0.36 | 0.45 |
| Hex | 9B | 49 | 82 | 0 | 35 | 10 | 27 | 13E | 24 | 2D |
| Octal | 233 | 111 | 202 | 0 | 65 | 20 | 47 | 476 | 44 | 55 |
| Binary | 10011011 | 1001001 | 10000010 | 0 | 110101 | 10000 | 100111 | 100111110 | 100100 | 101101 |
Color Harmonies of #9B4982
Complementary color
Monochromatic Colors of #9B4982
Black with #9B4982
Text Example
Text Example
White with #9B4982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B4982; }
p { color: rgb(155,73,130); }
H1.HeaderClassName
{
color: #9B4982;
}
.AnyTagClassName
{
color: #9B4982;
}
</style>
background-color css
<style>
a { background-color: #9B4982; }
a { background-color: rgb(155,73,130); }
div.DivClassName
{
background-color: #9B4982;
}
.BgClassName
{
background-color: #9B4982;
}
</style>
border-color css
<style>
span { border-color: #9B4982; }
span { border-color: rgb(155,73,130); }
td.TdClassName
{
border-color: #9B4982;
}
.TagClassName
{
border-color: #9B4982;
}
</style>