Shades of Strikemaster #9B4E7A
Tints of Strikemaster #9B4E7A
RGB
CMYK
RGB Variations
Color information
#9B4E7A (or 0x9B4E7A) is known color: Strikemaster. HEX triplet: 9B, 4E and 7A. RGB value is (155,78,122). Sum of RGB (Red+Green+Blue) = 155+78+122=355 (47% of max value = 765). Red value is 155 (60.94% from 255 or 43.66% from 355); Green value is 78 (30.86% from 255 or 21.97% from 355); Blue value is 122 (48.05% from 255 or 34.37% from 355); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4E7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B4E7A is #64B185. Grayscale: #696969. Windows color (decimal): -6599046 or 8015515. OLE color: 8015515.
HSL color Cylindrical-coordinate representation of color #9B4E7A: hue angle of 325.71º 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 #9B4E7A is Cyan = 0, Magento = 0.50, Yellow = 0.21 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 78 | 122 | - |
| CMYK | 0 | 0.50 | 0.21 | 0.39 |
| HSL | 325.71º | 0.33% | 0.46% | - |
| HSV(B) | 325.71º | 0.5% | 0.61% | - |
| XYZ | 19.75 | 13.82 | 20.04 | - |
| YUV | 106.04 | 137.01 | 162.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 78 | 122 | 0 | 0.50 | 0.21 | 0.39 | 325.71 | 0.33 | 0.46 |
| Hex | 9B | 4E | 7A | 0 | 32 | 15 | 27 | 146 | 21 | 2E |
| Octal | 233 | 116 | 172 | 0 | 62 | 25 | 47 | 506 | 41 | 56 |
| Binary | 10011011 | 1001110 | 1111010 | 0 | 110010 | 10101 | 100111 | 101000110 | 100001 | 101110 |
Color Harmonies of #9B4E7A
Complementary color
Monochromatic Colors of #9B4E7A
Black with #9B4E7A
Text Example
Text Example
White with #9B4E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B4E7A; }
p { color: rgb(155,78,122); }
H1.HeaderClassName
{
color: #9B4E7A;
}
.AnyTagClassName
{
color: #9B4E7A;
}
</style>
background-color css
<style>
a { background-color: #9B4E7A; }
a { background-color: rgb(155,78,122); }
div.DivClassName
{
background-color: #9B4E7A;
}
.BgClassName
{
background-color: #9B4E7A;
}
</style>
border-color css
<style>
span { border-color: #9B4E7A; }
span { border-color: rgb(155,78,122); }
td.TdClassName
{
border-color: #9B4E7A;
}
.TagClassName
{
border-color: #9B4E7A;
}
</style>