Shades of Strikemaster #9B688C
Tints of Strikemaster #9B688C
RGB
CMYK
RGB Variations
Color information
#9B688C (or 0x9B688C) is known color: Strikemaster. HEX triplet: 9B, 68 and 8C. RGB value is (155,104,140). Sum of RGB (Red+Green+Blue) = 155+104+140=399 (52% of max value = 765). Red value is 155 (60.94% from 255 or 38.85% from 399); Green value is 104 (41.02% from 255 or 26.07% from 399); Blue value is 140 (55.08% from 255 or 35.09% from 399); Max value from RGB is 155 - color contains mainly: red. Hex color #9B688C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B688C is #649773. Grayscale: #7B7B7B. Windows color (decimal): -6592372 or 9201819. OLE color: 9201819.
HSL color Cylindrical-coordinate representation of color #9B688C: hue angle of 317.65º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9B688C is Cyan = 0, Magento = 0.33, Yellow = 0.10 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 104 | 140 | - |
| CMYK | 0 | 0.33 | 0.10 | 0.39 |
| HSL | 317.65º | 0.2% | 0.51% | - |
| HSV(B) | 317.65º | 0.33% | 0.61% | - |
| XYZ | 23.2 | 18.76 | 27.21 | - |
| YUV | 123.35 | 137.4 | 150.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 104 | 140 | 0 | 0.33 | 0.10 | 0.39 | 317.65 | 0.2 | 0.51 |
| Hex | 9B | 68 | 8C | 0 | 21 | A | 27 | 13E | 14 | 33 |
| Octal | 233 | 150 | 214 | 0 | 41 | 12 | 47 | 476 | 24 | 63 |
| Binary | 10011011 | 1101000 | 10001100 | 0 | 100001 | 1010 | 100111 | 100111110 | 10100 | 110011 |
Color Harmonies of #9B688C
Complementary color
Monochromatic Colors of #9B688C
Black with #9B688C
Text Example
Text Example
White with #9B688C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B688C; }
p { color: rgb(155,104,140); }
H1.HeaderClassName
{
color: #9B688C;
}
.AnyTagClassName
{
color: #9B688C;
}
</style>
background-color css
<style>
a { background-color: #9B688C; }
a { background-color: rgb(155,104,140); }
div.DivClassName
{
background-color: #9B688C;
}
.BgClassName
{
background-color: #9B688C;
}
</style>
border-color css
<style>
span { border-color: #9B688C; }
span { border-color: rgb(155,104,140); }
td.TdClassName
{
border-color: #9B688C;
}
.TagClassName
{
border-color: #9B688C;
}
</style>