Shades of Strikemaster #9B668C
Tints of Strikemaster #9B668C
RGB
CMYK
RGB Variations
Color information
#9B668C (or 0x9B668C) is known color: Strikemaster. HEX triplet: 9B, 66 and 8C. RGB value is (155,102,140). Sum of RGB (Red+Green+Blue) = 155+102+140=397 (52% of max value = 765). Red value is 155 (60.94% from 255 or 39.04% from 397); Green value is 102 (40.23% from 255 or 25.69% from 397); Blue value is 140 (55.08% from 255 or 35.26% from 397); Max value from RGB is 155 - color contains mainly: red. Hex color #9B668C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B668C is #649973. Grayscale: #7A7A7A. Windows color (decimal): -6592884 or 9201307. OLE color: 9201307.
HSL color Cylindrical-coordinate representation of color #9B668C: hue angle of 316.98º 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 #9B668C is Cyan = 0, Magento = 0.34, Yellow = 0.10 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 102 | 140 | - |
| CMYK | 0 | 0.34 | 0.10 | 0.39 |
| HSL | 316.98º | 0.21% | 0.5% | - |
| HSV(B) | 316.98º | 0.34% | 0.61% | - |
| XYZ | 23 | 18.36 | 27.14 | - |
| YUV | 122.18 | 138.06 | 151.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 102 | 140 | 0 | 0.34 | 0.10 | 0.39 | 316.98 | 0.21 | 0.5 |
| Hex | 9B | 66 | 8C | 0 | 22 | A | 27 | 13D | 15 | 32 |
| Octal | 233 | 146 | 214 | 0 | 42 | 12 | 47 | 475 | 25 | 62 |
| Binary | 10011011 | 1100110 | 10001100 | 0 | 100010 | 1010 | 100111 | 100111101 | 10101 | 110010 |
Color Harmonies of #9B668C
Complementary color
Monochromatic Colors of #9B668C
Black with #9B668C
Text Example
Text Example
White with #9B668C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B668C; }
p { color: rgb(155,102,140); }
H1.HeaderClassName
{
color: #9B668C;
}
.AnyTagClassName
{
color: #9B668C;
}
</style>
background-color css
<style>
a { background-color: #9B668C; }
a { background-color: rgb(155,102,140); }
div.DivClassName
{
background-color: #9B668C;
}
.BgClassName
{
background-color: #9B668C;
}
</style>
border-color css
<style>
span { border-color: #9B668C; }
span { border-color: rgb(155,102,140); }
td.TdClassName
{
border-color: #9B668C;
}
.TagClassName
{
border-color: #9B668C;
}
</style>