Shades of Strikemaster #9B6388
Tints of Strikemaster #9B6388
RGB
CMYK
RGB Variations
Color information
#9B6388 (or 0x9B6388) is known color: Strikemaster. HEX triplet: 9B, 63 and 88. RGB value is (155,99,136). Sum of RGB (Red+Green+Blue) = 155+99+136=390 (51% of max value = 765). Red value is 155 (60.94% from 255 or 39.74% from 390); Green value is 99 (39.06% from 255 or 25.38% from 390); Blue value is 136 (53.52% from 255 or 34.87% from 390); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6388 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B6388 is #649C77. Grayscale: #777777. Windows color (decimal): -6593656 or 8938395. OLE color: 8938395.
HSL color Cylindrical-coordinate representation of color #9B6388: hue angle of 320.36º 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 #9B6388 is Cyan = 0, Magento = 0.36, Yellow = 0.12 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 99 | 136 | - |
| CMYK | 0 | 0.36 | 0.12 | 0.39 |
| HSL | 320.36º | 0.22% | 0.5% | - |
| HSV(B) | 320.36º | 0.36% | 0.61% | - |
| XYZ | 22.42 | 17.67 | 25.52 | - |
| YUV | 119.96 | 137.05 | 152.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 99 | 136 | 0 | 0.36 | 0.12 | 0.39 | 320.36 | 0.22 | 0.5 |
| Hex | 9B | 63 | 88 | 0 | 24 | C | 27 | 140 | 16 | 32 |
| Octal | 233 | 143 | 210 | 0 | 44 | 14 | 47 | 500 | 26 | 62 |
| Binary | 10011011 | 1100011 | 10001000 | 0 | 100100 | 1100 | 100111 | 101000000 | 10110 | 110010 |
Color Harmonies of #9B6388
Complementary color
Monochromatic Colors of #9B6388
Black with #9B6388
Text Example
Text Example
White with #9B6388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B6388; }
p { color: rgb(155,99,136); }
H1.HeaderClassName
{
color: #9B6388;
}
.AnyTagClassName
{
color: #9B6388;
}
</style>
background-color css
<style>
a { background-color: #9B6388; }
a { background-color: rgb(155,99,136); }
div.DivClassName
{
background-color: #9B6388;
}
.BgClassName
{
background-color: #9B6388;
}
</style>
border-color css
<style>
span { border-color: #9B6388; }
span { border-color: rgb(155,99,136); }
td.TdClassName
{
border-color: #9B6388;
}
.TagClassName
{
border-color: #9B6388;
}
</style>