Shades of Strikemaster #9B567C
Tints of Strikemaster #9B567C
RGB
CMYK
RGB Variations
Color information
#9B567C (or 0x9B567C) is known color: Strikemaster. HEX triplet: 9B, 56 and 7C. RGB value is (155,86,124). Sum of RGB (Red+Green+Blue) = 155+86+124=365 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.47% from 365); Green value is 86 (33.98% from 255 or 23.56% from 365); Blue value is 124 (48.83% from 255 or 33.97% from 365); Max value from RGB is 155 - color contains mainly: red. Hex color #9B567C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B567C is #64A983. Grayscale: #6E6E6E. Windows color (decimal): -6596996 or 8148635. OLE color: 8148635.
HSL color Cylindrical-coordinate representation of color #9B567C: hue angle of 326.96º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9B567C is Cyan = 0, Magento = 0.45, Yellow = 0.2 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 86 | 124 | - |
| CMYK | 0 | 0.45 | 0.2 | 0.39 |
| HSL | 326.96º | 0.29% | 0.47% | - |
| HSV(B) | 326.96º | 0.45% | 0.61% | - |
| XYZ | 20.48 | 15.08 | 20.9 | - |
| YUV | 110.96 | 135.36 | 159.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 86 | 124 | 0 | 0.45 | 0.2 | 0.39 | 326.96 | 0.29 | 0.47 |
| Hex | 9B | 56 | 7C | 0 | 2D | 14 | 27 | 147 | 1D | 2F |
| Octal | 233 | 126 | 174 | 0 | 55 | 24 | 47 | 507 | 35 | 57 |
| Binary | 10011011 | 1010110 | 1111100 | 0 | 101101 | 10100 | 100111 | 101000111 | 11101 | 101111 |
Color Harmonies of #9B567C
Complementary color
Monochromatic Colors of #9B567C
Black with #9B567C
Text Example
Text Example
White with #9B567C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B567C; }
p { color: rgb(155,86,124); }
H1.HeaderClassName
{
color: #9B567C;
}
.AnyTagClassName
{
color: #9B567C;
}
</style>
background-color css
<style>
a { background-color: #9B567C; }
a { background-color: rgb(155,86,124); }
div.DivClassName
{
background-color: #9B567C;
}
.BgClassName
{
background-color: #9B567C;
}
</style>
border-color css
<style>
span { border-color: #9B567C; }
span { border-color: rgb(155,86,124); }
td.TdClassName
{
border-color: #9B567C;
}
.TagClassName
{
border-color: #9B567C;
}
</style>