Shades of Strikemaster #9B668E
Tints of Strikemaster #9B668E
RGB
CMYK
RGB Variations
Color information
#9B668E (or 0x9B668E) is known color: Strikemaster. HEX triplet: 9B, 66 and 8E. RGB value is (155,102,142). Sum of RGB (Red+Green+Blue) = 155+102+142=399 (52% of max value = 765). Red value is 155 (60.94% from 255 or 38.85% from 399); Green value is 102 (40.23% from 255 or 25.56% from 399); Blue value is 142 (55.86% from 255 or 35.59% from 399); Max value from RGB is 155 - color contains mainly: red. Hex color #9B668E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B668E is #649971. Grayscale: #7A7A7A. Windows color (decimal): -6592882 or 9332379. OLE color: 9332379.
HSL color Cylindrical-coordinate representation of color #9B668E: hue angle of 314.72º 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 #9B668E is Cyan = 0, Magento = 0.34, Yellow = 0.08 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 102 | 142 | - |
| CMYK | 0 | 0.34 | 0.08 | 0.39 |
| HSL | 314.72º | 0.21% | 0.5% | - |
| HSV(B) | 314.72º | 0.34% | 0.61% | - |
| XYZ | 23.15 | 18.42 | 27.93 | - |
| YUV | 122.41 | 139.06 | 151.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 102 | 142 | 0 | 0.34 | 0.08 | 0.39 | 314.72 | 0.21 | 0.5 |
| Hex | 9B | 66 | 8E | 0 | 22 | 8 | 27 | 13B | 15 | 32 |
| Octal | 233 | 146 | 216 | 0 | 42 | 10 | 47 | 473 | 25 | 62 |
| Binary | 10011011 | 1100110 | 10001110 | 0 | 100010 | 1000 | 100111 | 100111011 | 10101 | 110010 |
Color Harmonies of #9B668E
Complementary color
Monochromatic Colors of #9B668E
Black with #9B668E
Text Example
Text Example
White with #9B668E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B668E; }
p { color: rgb(155,102,142); }
H1.HeaderClassName
{
color: #9B668E;
}
.AnyTagClassName
{
color: #9B668E;
}
</style>
background-color css
<style>
a { background-color: #9B668E; }
a { background-color: rgb(155,102,142); }
div.DivClassName
{
background-color: #9B668E;
}
.BgClassName
{
background-color: #9B668E;
}
</style>
border-color css
<style>
span { border-color: #9B668E; }
span { border-color: rgb(155,102,142); }
td.TdClassName
{
border-color: #9B668E;
}
.TagClassName
{
border-color: #9B668E;
}
</style>