Shades of Strikemaster #9A627C
Tints of Strikemaster #9A627C
RGB
CMYK
RGB Variations
Color information
#9A627C (or 0x9A627C) is known color: Strikemaster. HEX triplet: 9A, 62 and 7C. RGB value is (154,98,124). Sum of RGB (Red+Green+Blue) = 154+98+124=376 (49% of max value = 765). Red value is 154 (60.55% from 255 or 40.96% from 376); Green value is 98 (38.67% from 255 or 26.06% from 376); Blue value is 124 (48.83% from 255 or 32.98% from 376); Max value from RGB is 154 - color contains mainly: red. Hex color #9A627C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A627C is #659D83. Grayscale: #757575. Windows color (decimal): -6659460 or 8151706. OLE color: 8151706.
HSL color Cylindrical-coordinate representation of color #9A627C: hue angle of 332.14º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9A627C is Cyan = 0, Magento = 0.36, Yellow = 0.19 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 98 | 124 | - |
| CMYK | 0 | 0.36 | 0.19 | 0.40 |
| HSL | 332.14º | 0.22% | 0.49% | - |
| HSV(B) | 332.14º | 0.36% | 0.6% | - |
| XYZ | 21.33 | 17.06 | 21.24 | - |
| YUV | 117.71 | 131.55 | 153.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 98 | 124 | 0 | 0.36 | 0.19 | 0.40 | 332.14 | 0.22 | 0.49 |
| Hex | 9A | 62 | 7C | 0 | 24 | 13 | 28 | 14C | 16 | 31 |
| Octal | 232 | 142 | 174 | 0 | 44 | 23 | 50 | 514 | 26 | 61 |
| Binary | 10011010 | 1100010 | 1111100 | 0 | 100100 | 10011 | 101000 | 101001100 | 10110 | 110001 |
Color Harmonies of #9A627C
Complementary color
Monochromatic Colors of #9A627C
Black with #9A627C
Text Example
Text Example
White with #9A627C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A627C; }
p { color: rgb(154,98,124); }
H1.HeaderClassName
{
color: #9A627C;
}
.AnyTagClassName
{
color: #9A627C;
}
</style>
background-color css
<style>
a { background-color: #9A627C; }
a { background-color: rgb(154,98,124); }
div.DivClassName
{
background-color: #9A627C;
}
.BgClassName
{
background-color: #9A627C;
}
</style>
border-color css
<style>
span { border-color: #9A627C; }
span { border-color: rgb(154,98,124); }
td.TdClassName
{
border-color: #9A627C;
}
.TagClassName
{
border-color: #9A627C;
}
</style>