Shades of Strikemaster #9A678B
Tints of Strikemaster #9A678B
RGB
CMYK
RGB Variations
Color information
#9A678B (or 0x9A678B) is known color: Strikemaster. HEX triplet: 9A, 67 and 8B. RGB value is (154,103,139). Sum of RGB (Red+Green+Blue) = 154+103+139=396 (52% of max value = 765). Red value is 154 (60.55% from 255 or 38.89% from 396); Green value is 103 (40.62% from 255 or 26.01% from 396); Blue value is 139 (54.69% from 255 or 35.10% from 396); Max value from RGB is 154 - color contains mainly: red. Hex color #9A678B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A678B is #659874. Grayscale: #7A7A7A. Windows color (decimal): -6658165 or 9136026. OLE color: 9136026.
HSL color Cylindrical-coordinate representation of color #9A678B: hue angle of 317.65º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9A678B is Cyan = 0, Magento = 0.33, Yellow = 0.10 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 103 | 139 | - |
| CMYK | 0 | 0.33 | 0.10 | 0.40 |
| HSL | 317.65º | 0.2% | 0.5% | - |
| HSV(B) | 317.65º | 0.33% | 0.6% | - |
| XYZ | 22.84 | 18.43 | 26.78 | - |
| YUV | 122.35 | 137.4 | 150.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 103 | 139 | 0 | 0.33 | 0.10 | 0.40 | 317.65 | 0.2 | 0.5 |
| Hex | 9A | 67 | 8B | 0 | 21 | A | 28 | 13E | 14 | 32 |
| Octal | 232 | 147 | 213 | 0 | 41 | 12 | 50 | 476 | 24 | 62 |
| Binary | 10011010 | 1100111 | 10001011 | 0 | 100001 | 1010 | 101000 | 100111110 | 10100 | 110010 |
Color Harmonies of #9A678B
Complementary color
Monochromatic Colors of #9A678B
Black with #9A678B
Text Example
Text Example
White with #9A678B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A678B; }
p { color: rgb(154,103,139); }
H1.HeaderClassName
{
color: #9A678B;
}
.AnyTagClassName
{
color: #9A678B;
}
</style>
background-color css
<style>
a { background-color: #9A678B; }
a { background-color: rgb(154,103,139); }
div.DivClassName
{
background-color: #9A678B;
}
.BgClassName
{
background-color: #9A678B;
}
</style>
border-color css
<style>
span { border-color: #9A678B; }
span { border-color: rgb(154,103,139); }
td.TdClassName
{
border-color: #9A678B;
}
.TagClassName
{
border-color: #9A678B;
}
</style>