Shades of Strikemaster #9B5B7D
Tints of Strikemaster #9B5B7D
RGB
CMYK
RGB Variations
Color information
#9B5B7D (or 0x9B5B7D) is known color: Strikemaster. HEX triplet: 9B, 5B and 7D. RGB value is (155,91,125). Sum of RGB (Red+Green+Blue) = 155+91+125=371 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.78% from 371); Green value is 91 (35.94% from 255 or 24.53% from 371); Blue value is 125 (49.22% from 255 or 33.69% from 371); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5B7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B5B7D is #64A482. Grayscale: #717171. Windows color (decimal): -6595715 or 8215451. OLE color: 8215451.
HSL color Cylindrical-coordinate representation of color #9B5B7D: hue angle of 328.12º degrees, saturation: 0.26, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9B5B7D is Cyan = 0, Magento = 0.41, Yellow = 0.19 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 91 | 125 | - |
| CMYK | 0 | 0.41 | 0.19 | 0.39 |
| HSL | 328.13º | 0.26% | 0.48% | - |
| HSV(B) | 328.13º | 0.41% | 0.61% | - |
| XYZ | 20.96 | 15.93 | 21.37 | - |
| YUV | 114.01 | 134.2 | 157.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 91 | 125 | 0 | 0.41 | 0.19 | 0.39 | 328.13 | 0.26 | 0.48 |
| Hex | 9B | 5B | 7D | 0 | 29 | 13 | 27 | 148 | 1A | 30 |
| Octal | 233 | 133 | 175 | 0 | 51 | 23 | 47 | 510 | 32 | 60 |
| Binary | 10011011 | 1011011 | 1111101 | 0 | 101001 | 10011 | 100111 | 101001000 | 11010 | 110000 |
Color Harmonies of #9B5B7D
Complementary color
Monochromatic Colors of #9B5B7D
Black with #9B5B7D
Text Example
Text Example
White with #9B5B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B5B7D; }
p { color: rgb(155,91,125); }
H1.HeaderClassName
{
color: #9B5B7D;
}
.AnyTagClassName
{
color: #9B5B7D;
}
</style>
background-color css
<style>
a { background-color: #9B5B7D; }
a { background-color: rgb(155,91,125); }
div.DivClassName
{
background-color: #9B5B7D;
}
.BgClassName
{
background-color: #9B5B7D;
}
</style>
border-color css
<style>
span { border-color: #9B5B7D; }
span { border-color: rgb(155,91,125); }
td.TdClassName
{
border-color: #9B5B7D;
}
.TagClassName
{
border-color: #9B5B7D;
}
</style>