Shades of Strikemaster #9A6B7F
Tints of Strikemaster #9A6B7F
RGB
CMYK
RGB Variations
Color information
#9A6B7F (or 0x9A6B7F) is known color: Strikemaster. HEX triplet: 9A, 6B and 7F. RGB value is (154,107,127). Sum of RGB (Red+Green+Blue) = 154+107+127=388 (51% of max value = 765). Red value is 154 (60.55% from 255 or 39.69% from 388); Green value is 107 (42.19% from 255 or 27.58% from 388); Blue value is 127 (50% from 255 or 32.73% from 388); Max value from RGB is 154 - color contains mainly: red. Hex color #9A6B7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A6B7F is #659480. Grayscale: #7B7B7B. Windows color (decimal): -6657153 or 8350618. OLE color: 8350618.
HSL color Cylindrical-coordinate representation of color #9A6B7F: hue angle of 334.47º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9A6B7F is Cyan = 0, Magento = 0.31, Yellow = 0.18 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 107 | 127 | - |
| CMYK | 0 | 0.31 | 0.18 | 0.40 |
| HSL | 334.47º | 0.19% | 0.51% | - |
| HSV(B) | 334.47º | 0.31% | 0.6% | - |
| XYZ | 22.41 | 18.92 | 22.55 | - |
| YUV | 123.33 | 130.07 | 149.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 107 | 127 | 0 | 0.31 | 0.18 | 0.40 | 334.47 | 0.19 | 0.51 |
| Hex | 9A | 6B | 7F | 0 | 1F | 12 | 28 | 14E | 13 | 33 |
| Octal | 232 | 153 | 177 | 0 | 37 | 22 | 50 | 516 | 23 | 63 |
| Binary | 10011010 | 1101011 | 1111111 | 0 | 11111 | 10010 | 101000 | 101001110 | 10011 | 110011 |
Color Harmonies of #9A6B7F
Complementary color
Monochromatic Colors of #9A6B7F
Black with #9A6B7F
Text Example
Text Example
White with #9A6B7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A6B7F; }
p { color: rgb(154,107,127); }
H1.HeaderClassName
{
color: #9A6B7F;
}
.AnyTagClassName
{
color: #9A6B7F;
}
</style>
background-color css
<style>
a { background-color: #9A6B7F; }
a { background-color: rgb(154,107,127); }
div.DivClassName
{
background-color: #9A6B7F;
}
.BgClassName
{
background-color: #9A6B7F;
}
</style>
border-color css
<style>
span { border-color: #9A6B7F; }
span { border-color: rgb(154,107,127); }
td.TdClassName
{
border-color: #9A6B7F;
}
.TagClassName
{
border-color: #9A6B7F;
}
</style>