Shades of Strikemaster #9B507C
Tints of Strikemaster #9B507C
RGB
CMYK
RGB Variations
Color information
#9B507C (or 0x9B507C) is known color: Strikemaster. HEX triplet: 9B, 50 and 7C. RGB value is (155,80,124). Sum of RGB (Red+Green+Blue) = 155+80+124=359 (47% of max value = 765). Red value is 155 (60.94% from 255 or 43.18% from 359); Green value is 80 (31.64% from 255 or 22.28% from 359); Blue value is 124 (48.83% from 255 or 34.54% from 359); Max value from RGB is 155 - color contains mainly: red. Hex color #9B507C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B507C is #64AF83. Grayscale: #6B6B6B. Windows color (decimal): -6598532 or 8147099. OLE color: 8147099.
HSL color Cylindrical-coordinate representation of color #9B507C: hue angle of 324.8º 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 #9B507C is Cyan = 0, Magento = 0.48, Yellow = 0.2 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 80 | 124 | - |
| CMYK | 0 | 0.48 | 0.2 | 0.39 |
| HSL | 324.8º | 0.32% | 0.46% | - |
| HSV(B) | 324.8º | 0.48% | 0.61% | - |
| XYZ | 20.02 | 14.16 | 20.75 | - |
| YUV | 107.44 | 137.35 | 161.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 80 | 124 | 0 | 0.48 | 0.2 | 0.39 | 324.8 | 0.32 | 0.46 |
| Hex | 9B | 50 | 7C | 0 | 30 | 14 | 27 | 145 | 20 | 2E |
| Octal | 233 | 120 | 174 | 0 | 60 | 24 | 47 | 505 | 40 | 56 |
| Binary | 10011011 | 1010000 | 1111100 | 0 | 110000 | 10100 | 100111 | 101000101 | 100000 | 101110 |
Color Harmonies of #9B507C
Complementary color
Monochromatic Colors of #9B507C
Black with #9B507C
Text Example
Text Example
White with #9B507C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B507C; }
p { color: rgb(155,80,124); }
H1.HeaderClassName
{
color: #9B507C;
}
.AnyTagClassName
{
color: #9B507C;
}
</style>
background-color css
<style>
a { background-color: #9B507C; }
a { background-color: rgb(155,80,124); }
div.DivClassName
{
background-color: #9B507C;
}
.BgClassName
{
background-color: #9B507C;
}
</style>
border-color css
<style>
span { border-color: #9B507C; }
span { border-color: rgb(155,80,124); }
td.TdClassName
{
border-color: #9B507C;
}
.TagClassName
{
border-color: #9B507C;
}
</style>