Shades of Strikemaster #9B638C
Tints of Strikemaster #9B638C
RGB
CMYK
RGB Variations
Color information
#9B638C (or 0x9B638C) is known color: Strikemaster. HEX triplet: 9B, 63 and 8C. RGB value is (155,99,140). Sum of RGB (Red+Green+Blue) = 155+99+140=394 (52% of max value = 765). Red value is 155 (60.94% from 255 or 39.34% from 394); Green value is 99 (39.06% from 255 or 25.13% from 394); Blue value is 140 (55.08% from 255 or 35.53% from 394); Max value from RGB is 155 - color contains mainly: red. Hex color #9B638C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B638C is #649C73. Grayscale: #787878. Windows color (decimal): -6593652 or 9200539. OLE color: 9200539.
HSL color Cylindrical-coordinate representation of color #9B638C: hue angle of 316.07º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9B638C is Cyan = 0, Magento = 0.36, Yellow = 0.10 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 99 | 140 | - |
| CMYK | 0 | 0.36 | 0.10 | 0.39 |
| HSL | 316.07º | 0.22% | 0.5% | - |
| HSV(B) | 316.07º | 0.36% | 0.61% | - |
| XYZ | 22.71 | 17.79 | 27.05 | - |
| YUV | 120.42 | 139.05 | 152.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 99 | 140 | 0 | 0.36 | 0.10 | 0.39 | 316.07 | 0.22 | 0.5 |
| Hex | 9B | 63 | 8C | 0 | 24 | A | 27 | 13C | 16 | 32 |
| Octal | 233 | 143 | 214 | 0 | 44 | 12 | 47 | 474 | 26 | 62 |
| Binary | 10011011 | 1100011 | 10001100 | 0 | 100100 | 1010 | 100111 | 100111100 | 10110 | 110010 |
Color Harmonies of #9B638C
Complementary color
Monochromatic Colors of #9B638C
Black with #9B638C
Text Example
Text Example
White with #9B638C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B638C; }
p { color: rgb(155,99,140); }
H1.HeaderClassName
{
color: #9B638C;
}
.AnyTagClassName
{
color: #9B638C;
}
</style>
background-color css
<style>
a { background-color: #9B638C; }
a { background-color: rgb(155,99,140); }
div.DivClassName
{
background-color: #9B638C;
}
.BgClassName
{
background-color: #9B638C;
}
</style>
border-color css
<style>
span { border-color: #9B638C; }
span { border-color: rgb(155,99,140); }
td.TdClassName
{
border-color: #9B638C;
}
.TagClassName
{
border-color: #9B638C;
}
</style>