Shades of Strikemaster #9B547E
Tints of Strikemaster #9B547E
RGB
CMYK
RGB Variations
Color information
#9B547E (or 0x9B547E) is known color: Strikemaster. HEX triplet: 9B, 54 and 7E. RGB value is (155,84,126). Sum of RGB (Red+Green+Blue) = 155+84+126=365 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.47% from 365); Green value is 84 (33.20% from 255 or 23.01% from 365); Blue value is 126 (49.61% from 255 or 34.52% from 365); Max value from RGB is 155 - color contains mainly: red. Hex color #9B547E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B547E is #64AB81. Grayscale: #6D6D6D. Windows color (decimal): -6597506 or 8279195. OLE color: 8279195.
HSL color Cylindrical-coordinate representation of color #9B547E: hue angle of 324.51º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9B547E is Cyan = 0, Magento = 0.46, Yellow = 0.19 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 84 | 126 | - |
| CMYK | 0 | 0.46 | 0.19 | 0.39 |
| HSL | 324.51º | 0.3% | 0.47% | - |
| HSV(B) | 324.51º | 0.46% | 0.61% | - |
| XYZ | 20.45 | 14.82 | 21.52 | - |
| YUV | 110.02 | 137.02 | 160.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 84 | 126 | 0 | 0.46 | 0.19 | 0.39 | 324.51 | 0.3 | 0.47 |
| Hex | 9B | 54 | 7E | 0 | 2E | 13 | 27 | 145 | 1E | 2F |
| Octal | 233 | 124 | 176 | 0 | 56 | 23 | 47 | 505 | 36 | 57 |
| Binary | 10011011 | 1010100 | 1111110 | 0 | 101110 | 10011 | 100111 | 101000101 | 11110 | 101111 |
Color Harmonies of #9B547E
Complementary color
Monochromatic Colors of #9B547E
Black with #9B547E
Text Example
Text Example
White with #9B547E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B547E; }
p { color: rgb(155,84,126); }
H1.HeaderClassName
{
color: #9B547E;
}
.AnyTagClassName
{
color: #9B547E;
}
</style>
background-color css
<style>
a { background-color: #9B547E; }
a { background-color: rgb(155,84,126); }
div.DivClassName
{
background-color: #9B547E;
}
.BgClassName
{
background-color: #9B547E;
}
</style>
border-color css
<style>
span { border-color: #9B547E; }
span { border-color: rgb(155,84,126); }
td.TdClassName
{
border-color: #9B547E;
}
.TagClassName
{
border-color: #9B547E;
}
</style>