Shades of Strikemaster #9B4B7B
Tints of Strikemaster #9B4B7B
RGB
CMYK
RGB Variations
Color information
#9B4B7B (or 0x9B4B7B) is known color: Strikemaster. HEX triplet: 9B, 4B and 7B. RGB value is (155,75,123). Sum of RGB (Red+Green+Blue) = 155+75+123=353 (46% of max value = 765). Red value is 155 (60.94% from 255 or 43.91% from 353); Green value is 75 (29.69% from 255 or 21.25% from 353); Blue value is 123 (48.44% from 255 or 34.84% from 353); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4B7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B4B7B is #64B484. Grayscale: #686868. Windows color (decimal): -6599813 or 8080283. OLE color: 8080283.
HSL color Cylindrical-coordinate representation of color #9B4B7B: hue angle of 324º 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 #9B4B7B is Cyan = 0, Magento = 0.52, Yellow = 0.21 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 75 | 123 | - |
| CMYK | 0 | 0.52 | 0.21 | 0.39 |
| HSL | 324º | 0.35% | 0.45% | - |
| HSV(B) | 324º | 0.52% | 0.61% | - |
| XYZ | 19.61 | 13.43 | 20.3 | - |
| YUV | 104.39 | 138.5 | 164.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 75 | 123 | 0 | 0.52 | 0.21 | 0.39 | 324 | 0.35 | 0.45 |
| Hex | 9B | 4B | 7B | 0 | 34 | 15 | 27 | 144 | 23 | 2D |
| Octal | 233 | 113 | 173 | 0 | 64 | 25 | 47 | 504 | 43 | 55 |
| Binary | 10011011 | 1001011 | 1111011 | 0 | 110100 | 10101 | 100111 | 101000100 | 100011 | 101101 |
Color Harmonies of #9B4B7B
Complementary color
Monochromatic Colors of #9B4B7B
Black with #9B4B7B
Text Example
Text Example
White with #9B4B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B4B7B; }
p { color: rgb(155,75,123); }
H1.HeaderClassName
{
color: #9B4B7B;
}
.AnyTagClassName
{
color: #9B4B7B;
}
</style>
background-color css
<style>
a { background-color: #9B4B7B; }
a { background-color: rgb(155,75,123); }
div.DivClassName
{
background-color: #9B4B7B;
}
.BgClassName
{
background-color: #9B4B7B;
}
</style>
border-color css
<style>
span { border-color: #9B4B7B; }
span { border-color: rgb(155,75,123); }
td.TdClassName
{
border-color: #9B4B7B;
}
.TagClassName
{
border-color: #9B4B7B;
}
</style>