Shades of Strikemaster #9B698A
Tints of Strikemaster #9B698A
RGB
CMYK
RGB Variations
Color information
#9B698A (or 0x9B698A) is known color: Strikemaster. HEX triplet: 9B, 69 and 8A. RGB value is (155,105,138). Sum of RGB (Red+Green+Blue) = 155+105+138=398 (52% of max value = 765). Red value is 155 (60.94% from 255 or 38.94% from 398); Green value is 105 (41.41% from 255 or 26.38% from 398); Blue value is 138 (54.30% from 255 or 34.67% from 398); Max value from RGB is 155 - color contains mainly: red. Hex color #9B698A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B698A is #649675. Grayscale: #7B7B7B. Windows color (decimal): -6592118 or 9071003. OLE color: 9071003.
HSL color Cylindrical-coordinate representation of color #9B698A: hue angle of 320.4º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9B698A is Cyan = 0, Magento = 0.32, Yellow = 0.11 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 105 | 138 | - |
| CMYK | 0 | 0.32 | 0.11 | 0.39 |
| HSL | 320.4º | 0.2% | 0.51% | - |
| HSV(B) | 320.4º | 0.32% | 0.61% | - |
| XYZ | 23.16 | 18.91 | 26.47 | - |
| YUV | 123.71 | 136.07 | 150.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 105 | 138 | 0 | 0.32 | 0.11 | 0.39 | 320.4 | 0.2 | 0.51 |
| Hex | 9B | 69 | 8A | 0 | 20 | B | 27 | 140 | 14 | 33 |
| Octal | 233 | 151 | 212 | 0 | 40 | 13 | 47 | 500 | 24 | 63 |
| Binary | 10011011 | 1101001 | 10001010 | 0 | 100000 | 1011 | 100111 | 101000000 | 10100 | 110011 |
Color Harmonies of #9B698A
Complementary color
Monochromatic Colors of #9B698A
Black with #9B698A
Text Example
Text Example
White with #9B698A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B698A; }
p { color: rgb(155,105,138); }
H1.HeaderClassName
{
color: #9B698A;
}
.AnyTagClassName
{
color: #9B698A;
}
</style>
background-color css
<style>
a { background-color: #9B698A; }
a { background-color: rgb(155,105,138); }
div.DivClassName
{
background-color: #9B698A;
}
.BgClassName
{
background-color: #9B698A;
}
</style>
border-color css
<style>
span { border-color: #9B698A; }
span { border-color: rgb(155,105,138); }
td.TdClassName
{
border-color: #9B698A;
}
.TagClassName
{
border-color: #9B698A;
}
</style>