Shades of Strikemaster #9B668D
Tints of Strikemaster #9B668D
RGB
CMYK
RGB Variations
Color information
#9B668D (or 0x9B668D) is known color: Strikemaster. HEX triplet: 9B, 66 and 8D. RGB value is (155,102,141). Sum of RGB (Red+Green+Blue) = 155+102+141=398 (52% of max value = 765). Red value is 155 (60.94% from 255 or 38.94% from 398); Green value is 102 (40.23% from 255 or 25.63% from 398); Blue value is 141 (55.47% from 255 or 35.43% from 398); Max value from RGB is 155 - color contains mainly: red. Hex color #9B668D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B668D is #649972. Grayscale: #7A7A7A. Windows color (decimal): -6592883 or 9266843. OLE color: 9266843.
HSL color Cylindrical-coordinate representation of color #9B668D: hue angle of 315.85º 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 #9B668D is Cyan = 0, Magento = 0.34, Yellow = 0.09 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 102 | 141 | - |
| CMYK | 0 | 0.34 | 0.09 | 0.39 |
| HSL | 315.85º | 0.21% | 0.5% | - |
| HSV(B) | 315.85º | 0.34% | 0.61% | - |
| XYZ | 23.08 | 18.39 | 27.53 | - |
| YUV | 122.29 | 138.56 | 151.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 102 | 141 | 0 | 0.34 | 0.09 | 0.39 | 315.85 | 0.21 | 0.5 |
| Hex | 9B | 66 | 8D | 0 | 22 | 9 | 27 | 13C | 15 | 32 |
| Octal | 233 | 146 | 215 | 0 | 42 | 11 | 47 | 474 | 25 | 62 |
| Binary | 10011011 | 1100110 | 10001101 | 0 | 100010 | 1001 | 100111 | 100111100 | 10101 | 110010 |
Color Harmonies of #9B668D
Complementary color
Monochromatic Colors of #9B668D
Black with #9B668D
Text Example
Text Example
White with #9B668D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B668D; }
p { color: rgb(155,102,141); }
H1.HeaderClassName
{
color: #9B668D;
}
.AnyTagClassName
{
color: #9B668D;
}
</style>
background-color css
<style>
a { background-color: #9B668D; }
a { background-color: rgb(155,102,141); }
div.DivClassName
{
background-color: #9B668D;
}
.BgClassName
{
background-color: #9B668D;
}
</style>
border-color css
<style>
span { border-color: #9B668D; }
span { border-color: rgb(155,102,141); }
td.TdClassName
{
border-color: #9B668D;
}
.TagClassName
{
border-color: #9B668D;
}
</style>