Shades of Strikemaster #9A6C7C
Tints of Strikemaster #9A6C7C
RGB
CMYK
RGB Variations
Color information
#9A6C7C (or 0x9A6C7C) is known color: Strikemaster. HEX triplet: 9A, 6C and 7C. RGB value is (154,108,124). Sum of RGB (Red+Green+Blue) = 154+108+124=386 (51% of max value = 765). Red value is 154 (60.55% from 255 or 39.90% from 386); Green value is 108 (42.58% from 255 or 27.98% from 386); Blue value is 124 (48.83% from 255 or 32.12% from 386); Max value from RGB is 154 - color contains mainly: red. Hex color #9A6C7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A6C7C is #659383. Grayscale: #7B7B7B. Windows color (decimal): -6656900 or 8154266. OLE color: 8154266.
HSL color Cylindrical-coordinate representation of color #9A6C7C: hue angle of 339.13º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9A6C7C is Cyan = 0, Magento = 0.30, Yellow = 0.19 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 108 | 124 | - |
| CMYK | 0 | 0.30 | 0.19 | 0.40 |
| HSL | 339.13º | 0.19% | 0.51% | - |
| HSV(B) | 339.13º | 0.3% | 0.6% | - |
| XYZ | 22.33 | 19.05 | 21.57 | - |
| YUV | 123.58 | 128.24 | 149.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 108 | 124 | 0 | 0.30 | 0.19 | 0.40 | 339.13 | 0.19 | 0.51 |
| Hex | 9A | 6C | 7C | 0 | 1E | 13 | 28 | 153 | 13 | 33 |
| Octal | 232 | 154 | 174 | 0 | 36 | 23 | 50 | 523 | 23 | 63 |
| Binary | 10011010 | 1101100 | 1111100 | 0 | 11110 | 10011 | 101000 | 101010011 | 10011 | 110011 |
Color Harmonies of #9A6C7C
Complementary color
Monochromatic Colors of #9A6C7C
Black with #9A6C7C
Text Example
Text Example
White with #9A6C7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A6C7C; }
p { color: rgb(154,108,124); }
H1.HeaderClassName
{
color: #9A6C7C;
}
.AnyTagClassName
{
color: #9A6C7C;
}
</style>
background-color css
<style>
a { background-color: #9A6C7C; }
a { background-color: rgb(154,108,124); }
div.DivClassName
{
background-color: #9A6C7C;
}
.BgClassName
{
background-color: #9A6C7C;
}
</style>
border-color css
<style>
span { border-color: #9A6C7C; }
span { border-color: rgb(154,108,124); }
td.TdClassName
{
border-color: #9A6C7C;
}
.TagClassName
{
border-color: #9A6C7C;
}
</style>