Shades of Strikemaster #9B5F8B
Tints of Strikemaster #9B5F8B
RGB
CMYK
RGB Variations
Color information
#9B5F8B (or 0x9B5F8B) is known color: Strikemaster. HEX triplet: 9B, 5F and 8B. RGB value is (155,95,139). Sum of RGB (Red+Green+Blue) = 155+95+139=389 (51% of max value = 765). Red value is 155 (60.94% from 255 or 39.85% from 389); Green value is 95 (37.5% from 255 or 24.42% from 389); Blue value is 139 (54.69% from 255 or 35.73% from 389); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5F8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B5F8B is #64A074. Grayscale: #757575. Windows color (decimal): -6594677 or 9133979. OLE color: 9133979.
HSL color Cylindrical-coordinate representation of color #9B5F8B: hue angle of 316º 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 #9B5F8B is Cyan = 0, Magento = 0.39, Yellow = 0.10 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 95 | 139 | - |
| CMYK | 0 | 0.39 | 0.10 | 0.39 |
| HSL | 316º | 0.24% | 0.49% | - |
| HSV(B) | 316º | 0.39% | 0.61% | - |
| XYZ | 22.27 | 17.02 | 26.54 | - |
| YUV | 117.96 | 139.88 | 154.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 95 | 139 | 0 | 0.39 | 0.10 | 0.39 | 316 | 0.24 | 0.49 |
| Hex | 9B | 5F | 8B | 0 | 27 | A | 27 | 13C | 18 | 31 |
| Octal | 233 | 137 | 213 | 0 | 47 | 12 | 47 | 474 | 30 | 61 |
| Binary | 10011011 | 1011111 | 10001011 | 0 | 100111 | 1010 | 100111 | 100111100 | 11000 | 110001 |
Color Harmonies of #9B5F8B
Complementary color
Monochromatic Colors of #9B5F8B
Black with #9B5F8B
Text Example
Text Example
White with #9B5F8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B5F8B; }
p { color: rgb(155,95,139); }
H1.HeaderClassName
{
color: #9B5F8B;
}
.AnyTagClassName
{
color: #9B5F8B;
}
</style>
background-color css
<style>
a { background-color: #9B5F8B; }
a { background-color: rgb(155,95,139); }
div.DivClassName
{
background-color: #9B5F8B;
}
.BgClassName
{
background-color: #9B5F8B;
}
</style>
border-color css
<style>
span { border-color: #9B5F8B; }
span { border-color: rgb(155,95,139); }
td.TdClassName
{
border-color: #9B5F8B;
}
.TagClassName
{
border-color: #9B5F8B;
}
</style>