Shades of Strikemaster #9B507B
Tints of Strikemaster #9B507B
RGB
CMYK
RGB Variations
Color information
#9B507B (or 0x9B507B) is known color: Strikemaster. HEX triplet: 9B, 50 and 7B. RGB value is (155,80,123). Sum of RGB (Red+Green+Blue) = 155+80+123=358 (47% of max value = 765). Red value is 155 (60.94% from 255 or 43.30% from 358); Green value is 80 (31.64% from 255 or 22.35% from 358); Blue value is 123 (48.44% from 255 or 34.36% from 358); Max value from RGB is 155 - color contains mainly: red. Hex color #9B507B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B507B is #64AF84. Grayscale: #6B6B6B. Windows color (decimal): -6598533 or 8081563. OLE color: 8081563.
HSL color Cylindrical-coordinate representation of color #9B507B: hue angle of 325.6º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9B507B is Cyan = 0, Magento = 0.48, Yellow = 0.21 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 80 | 123 | - |
| CMYK | 0 | 0.48 | 0.21 | 0.39 |
| HSL | 325.6º | 0.32% | 0.46% | - |
| HSV(B) | 325.6º | 0.48% | 0.61% | - |
| XYZ | 19.96 | 14.14 | 20.42 | - |
| YUV | 107.33 | 136.85 | 162 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 80 | 123 | 0 | 0.48 | 0.21 | 0.39 | 325.6 | 0.32 | 0.46 |
| Hex | 9B | 50 | 7B | 0 | 30 | 15 | 27 | 146 | 20 | 2E |
| Octal | 233 | 120 | 173 | 0 | 60 | 25 | 47 | 506 | 40 | 56 |
| Binary | 10011011 | 1010000 | 1111011 | 0 | 110000 | 10101 | 100111 | 101000110 | 100000 | 101110 |
Color Harmonies of #9B507B
Complementary color
Monochromatic Colors of #9B507B
Black with #9B507B
Text Example
Text Example
White with #9B507B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B507B; }
p { color: rgb(155,80,123); }
H1.HeaderClassName
{
color: #9B507B;
}
.AnyTagClassName
{
color: #9B507B;
}
</style>
background-color css
<style>
a { background-color: #9B507B; }
a { background-color: rgb(155,80,123); }
div.DivClassName
{
background-color: #9B507B;
}
.BgClassName
{
background-color: #9B507B;
}
</style>
border-color css
<style>
span { border-color: #9B507B; }
span { border-color: rgb(155,80,123); }
td.TdClassName
{
border-color: #9B507B;
}
.TagClassName
{
border-color: #9B507B;
}
</style>