Shades of Strikemaster #9B668A
Tints of Strikemaster #9B668A
RGB
CMYK
RGB Variations
Color information
#9B668A (or 0x9B668A) is known color: Strikemaster. HEX triplet: 9B, 66 and 8A. RGB value is (155,102,138). Sum of RGB (Red+Green+Blue) = 155+102+138=395 (52% of max value = 765). Red value is 155 (60.94% from 255 or 39.24% from 395); Green value is 102 (40.23% from 255 or 25.82% from 395); Blue value is 138 (54.30% from 255 or 34.94% from 395); Max value from RGB is 155 - color contains mainly: red. Hex color #9B668A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B668A is #649975. Grayscale: #797979. Windows color (decimal): -6592886 or 9070235. OLE color: 9070235.
HSL color Cylindrical-coordinate representation of color #9B668A: hue angle of 319.25º 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 #9B668A is Cyan = 0, Magento = 0.34, Yellow = 0.11 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 102 | 138 | - |
| CMYK | 0 | 0.34 | 0.11 | 0.39 |
| HSL | 319.25º | 0.21% | 0.5% | - |
| HSV(B) | 319.25º | 0.34% | 0.61% | - |
| XYZ | 22.86 | 18.31 | 26.37 | - |
| YUV | 121.95 | 137.06 | 151.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 102 | 138 | 0 | 0.34 | 0.11 | 0.39 | 319.25 | 0.21 | 0.5 |
| Hex | 9B | 66 | 8A | 0 | 22 | B | 27 | 13F | 15 | 32 |
| Octal | 233 | 146 | 212 | 0 | 42 | 13 | 47 | 477 | 25 | 62 |
| Binary | 10011011 | 1100110 | 10001010 | 0 | 100010 | 1011 | 100111 | 100111111 | 10101 | 110010 |
Color Harmonies of #9B668A
Complementary color
Monochromatic Colors of #9B668A
Black with #9B668A
Text Example
Text Example
White with #9B668A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B668A; }
p { color: rgb(155,102,138); }
H1.HeaderClassName
{
color: #9B668A;
}
.AnyTagClassName
{
color: #9B668A;
}
</style>
background-color css
<style>
a { background-color: #9B668A; }
a { background-color: rgb(155,102,138); }
div.DivClassName
{
background-color: #9B668A;
}
.BgClassName
{
background-color: #9B668A;
}
</style>
border-color css
<style>
span { border-color: #9B668A; }
span { border-color: rgb(155,102,138); }
td.TdClassName
{
border-color: #9B668A;
}
.TagClassName
{
border-color: #9B668A;
}
</style>