Shades of Strikemaster #9B4E7B
Tints of Strikemaster #9B4E7B
RGB
CMYK
RGB Variations
Color information
#9B4E7B (or 0x9B4E7B) is known color: Strikemaster. HEX triplet: 9B, 4E and 7B. RGB value is (155,78,123). Sum of RGB (Red+Green+Blue) = 155+78+123=356 (47% of max value = 765). Red value is 155 (60.94% from 255 or 43.54% from 356); Green value is 78 (30.86% from 255 or 21.91% from 356); Blue value is 123 (48.44% from 255 or 34.55% from 356); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4E7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B4E7B is #64B184. Grayscale: #6A6A6A. Windows color (decimal): -6599045 or 8081051. OLE color: 8081051.
HSL color Cylindrical-coordinate representation of color #9B4E7B: hue angle of 324.94º degrees, saturation: 0.33, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9B4E7B is Cyan = 0, Magento = 0.50, Yellow = 0.21 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 78 | 123 | - |
| CMYK | 0 | 0.50 | 0.21 | 0.39 |
| HSL | 324.94º | 0.33% | 0.46% | - |
| HSV(B) | 324.94º | 0.5% | 0.61% | - |
| XYZ | 19.82 | 13.85 | 20.37 | - |
| YUV | 106.15 | 137.51 | 162.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 78 | 123 | 0 | 0.50 | 0.21 | 0.39 | 324.94 | 0.33 | 0.46 |
| Hex | 9B | 4E | 7B | 0 | 32 | 15 | 27 | 145 | 21 | 2E |
| Octal | 233 | 116 | 173 | 0 | 62 | 25 | 47 | 505 | 41 | 56 |
| Binary | 10011011 | 1001110 | 1111011 | 0 | 110010 | 10101 | 100111 | 101000101 | 100001 | 101110 |
Color Harmonies of #9B4E7B
Complementary color
Monochromatic Colors of #9B4E7B
Black with #9B4E7B
Text Example
Text Example
White with #9B4E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B4E7B; }
p { color: rgb(155,78,123); }
H1.HeaderClassName
{
color: #9B4E7B;
}
.AnyTagClassName
{
color: #9B4E7B;
}
</style>
background-color css
<style>
a { background-color: #9B4E7B; }
a { background-color: rgb(155,78,123); }
div.DivClassName
{
background-color: #9B4E7B;
}
.BgClassName
{
background-color: #9B4E7B;
}
</style>
border-color css
<style>
span { border-color: #9B4E7B; }
span { border-color: rgb(155,78,123); }
td.TdClassName
{
border-color: #9B4E7B;
}
.TagClassName
{
border-color: #9B4E7B;
}
</style>