Shades of Strikemaster #9B667D
Tints of Strikemaster #9B667D
RGB
CMYK
RGB Variations
Color information
#9B667D (or 0x9B667D) is known color: Strikemaster. HEX triplet: 9B, 66 and 7D. RGB value is (155,102,125). Sum of RGB (Red+Green+Blue) = 155+102+125=382 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.58% from 382); Green value is 102 (40.23% from 255 or 26.70% from 382); Blue value is 125 (49.22% from 255 or 32.72% from 382); Max value from RGB is 155 - color contains mainly: red. Hex color #9B667D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B667D is #649982. Grayscale: #787878. Windows color (decimal): -6592899 or 8218267. OLE color: 8218267.
HSL color Cylindrical-coordinate representation of color #9B667D: hue angle of 333.96º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9B667D is Cyan = 0, Magento = 0.34, Yellow = 0.19 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 102 | 125 | - |
| CMYK | 0 | 0.34 | 0.19 | 0.39 |
| HSL | 333.96º | 0.21% | 0.5% | - |
| HSV(B) | 333.96º | 0.34% | 0.61% | - |
| XYZ | 21.97 | 17.95 | 21.71 | - |
| YUV | 120.47 | 130.56 | 152.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 102 | 125 | 0 | 0.34 | 0.19 | 0.39 | 333.96 | 0.21 | 0.5 |
| Hex | 9B | 66 | 7D | 0 | 22 | 13 | 27 | 14E | 15 | 32 |
| Octal | 233 | 146 | 175 | 0 | 42 | 23 | 47 | 516 | 25 | 62 |
| Binary | 10011011 | 1100110 | 1111101 | 0 | 100010 | 10011 | 100111 | 101001110 | 10101 | 110010 |
Color Harmonies of #9B667D
Complementary color
Monochromatic Colors of #9B667D
Black with #9B667D
Text Example
Text Example
White with #9B667D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B667D; }
p { color: rgb(155,102,125); }
H1.HeaderClassName
{
color: #9B667D;
}
.AnyTagClassName
{
color: #9B667D;
}
</style>
background-color css
<style>
a { background-color: #9B667D; }
a { background-color: rgb(155,102,125); }
div.DivClassName
{
background-color: #9B667D;
}
.BgClassName
{
background-color: #9B667D;
}
</style>
border-color css
<style>
span { border-color: #9B667D; }
span { border-color: rgb(155,102,125); }
td.TdClassName
{
border-color: #9B667D;
}
.TagClassName
{
border-color: #9B667D;
}
</style>