Shades of Strikemaster #9B5E7C
Tints of Strikemaster #9B5E7C
RGB
CMYK
RGB Variations
Color information
#9B5E7C (or 0x9B5E7C) is known color: Strikemaster. HEX triplet: 9B, 5E and 7C. RGB value is (155,94,124). Sum of RGB (Red+Green+Blue) = 155+94+124=373 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.55% from 373); Green value is 94 (37.11% from 255 or 25.20% from 373); Blue value is 124 (48.83% from 255 or 33.24% from 373); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5E7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B5E7C is #64A183. Grayscale: #737373. Windows color (decimal): -6594948 or 8150683. OLE color: 8150683.
HSL color Cylindrical-coordinate representation of color #9B5E7C: hue angle of 330.49º degrees, saturation: 0.24, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9B5E7C is Cyan = 0, Magento = 0.39, Yellow = 0.2 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 94 | 124 | - |
| CMYK | 0 | 0.39 | 0.2 | 0.39 |
| HSL | 330.49º | 0.24% | 0.49% | - |
| HSV(B) | 330.49º | 0.39% | 0.61% | - |
| XYZ | 21.16 | 16.43 | 21.12 | - |
| YUV | 115.66 | 132.71 | 156.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 94 | 124 | 0 | 0.39 | 0.2 | 0.39 | 330.49 | 0.24 | 0.49 |
| Hex | 9B | 5E | 7C | 0 | 27 | 14 | 27 | 14A | 18 | 31 |
| Octal | 233 | 136 | 174 | 0 | 47 | 24 | 47 | 512 | 30 | 61 |
| Binary | 10011011 | 1011110 | 1111100 | 0 | 100111 | 10100 | 100111 | 101001010 | 11000 | 110001 |
Color Harmonies of #9B5E7C
Complementary color
Monochromatic Colors of #9B5E7C
Black with #9B5E7C
Text Example
Text Example
White with #9B5E7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B5E7C; }
p { color: rgb(155,94,124); }
H1.HeaderClassName
{
color: #9B5E7C;
}
.AnyTagClassName
{
color: #9B5E7C;
}
</style>
background-color css
<style>
a { background-color: #9B5E7C; }
a { background-color: rgb(155,94,124); }
div.DivClassName
{
background-color: #9B5E7C;
}
.BgClassName
{
background-color: #9B5E7C;
}
</style>
border-color css
<style>
span { border-color: #9B5E7C; }
span { border-color: rgb(155,94,124); }
td.TdClassName
{
border-color: #9B5E7C;
}
.TagClassName
{
border-color: #9B5E7C;
}
</style>