Shades of Strikemaster #9B628E
Tints of Strikemaster #9B628E
RGB
CMYK
RGB Variations
Color information
#9B628E (or 0x9B628E) is known color: Strikemaster. HEX triplet: 9B, 62 and 8E. RGB value is (155,98,142). Sum of RGB (Red+Green+Blue) = 155+98+142=395 (52% of max value = 765). Red value is 155 (60.94% from 255 or 39.24% from 395); Green value is 98 (38.67% from 255 or 24.81% from 395); Blue value is 142 (55.86% from 255 or 35.95% from 395); Max value from RGB is 155 - color contains mainly: red. Hex color #9B628E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B628E is #649D71. Grayscale: #777777. Windows color (decimal): -6593906 or 9331355. OLE color: 9331355.
HSL color Cylindrical-coordinate representation of color #9B628E: hue angle of 313.68º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9B628E is Cyan = 0, Magento = 0.37, Yellow = 0.08 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 98 | 142 | - |
| CMYK | 0 | 0.37 | 0.08 | 0.39 |
| HSL | 313.68º | 0.23% | 0.5% | - |
| HSV(B) | 313.68º | 0.37% | 0.61% | - |
| XYZ | 22.77 | 17.66 | 27.8 | - |
| YUV | 120.06 | 140.38 | 152.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 98 | 142 | 0 | 0.37 | 0.08 | 0.39 | 313.68 | 0.23 | 0.5 |
| Hex | 9B | 62 | 8E | 0 | 25 | 8 | 27 | 13A | 17 | 32 |
| Octal | 233 | 142 | 216 | 0 | 45 | 10 | 47 | 472 | 27 | 62 |
| Binary | 10011011 | 1100010 | 10001110 | 0 | 100101 | 1000 | 100111 | 100111010 | 10111 | 110010 |
Color Harmonies of #9B628E
Complementary color
Monochromatic Colors of #9B628E
Black with #9B628E
Text Example
Text Example
White with #9B628E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B628E; }
p { color: rgb(155,98,142); }
H1.HeaderClassName
{
color: #9B628E;
}
.AnyTagClassName
{
color: #9B628E;
}
</style>
background-color css
<style>
a { background-color: #9B628E; }
a { background-color: rgb(155,98,142); }
div.DivClassName
{
background-color: #9B628E;
}
.BgClassName
{
background-color: #9B628E;
}
</style>
border-color css
<style>
span { border-color: #9B628E; }
span { border-color: rgb(155,98,142); }
td.TdClassName
{
border-color: #9B628E;
}
.TagClassName
{
border-color: #9B628E;
}
</style>