Shades of Strikemaster #9A627E
Tints of Strikemaster #9A627E
RGB
CMYK
RGB Variations
Color information
#9A627E (or 0x9A627E) is known color: Strikemaster. HEX triplet: 9A, 62 and 7E. RGB value is (154,98,126). Sum of RGB (Red+Green+Blue) = 154+98+126=378 (50% of max value = 765). Red value is 154 (60.55% from 255 or 40.74% from 378); Green value is 98 (38.67% from 255 or 25.93% from 378); Blue value is 126 (49.61% from 255 or 33.33% from 378); Max value from RGB is 154 - color contains mainly: red. Hex color #9A627E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A627E is #659D81. Grayscale: #757575. Windows color (decimal): -6659458 or 8282778. OLE color: 8282778.
HSL color Cylindrical-coordinate representation of color #9A627E: hue angle of 330º 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 #9A627E is Cyan = 0, Magento = 0.36, Yellow = 0.18 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 98 | 126 | - |
| CMYK | 0 | 0.36 | 0.18 | 0.40 |
| HSL | 330º | 0.22% | 0.49% | - |
| HSV(B) | 330º | 0.36% | 0.6% | - |
| XYZ | 21.46 | 17.11 | 21.91 | - |
| YUV | 117.94 | 132.55 | 153.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 98 | 126 | 0 | 0.36 | 0.18 | 0.40 | 330 | 0.22 | 0.49 |
| Hex | 9A | 62 | 7E | 0 | 24 | 12 | 28 | 14A | 16 | 31 |
| Octal | 232 | 142 | 176 | 0 | 44 | 22 | 50 | 512 | 26 | 61 |
| Binary | 10011010 | 1100010 | 1111110 | 0 | 100100 | 10010 | 101000 | 101001010 | 10110 | 110001 |
Color Harmonies of #9A627E
Complementary color
Monochromatic Colors of #9A627E
Black with #9A627E
Text Example
Text Example
White with #9A627E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A627E; }
p { color: rgb(154,98,126); }
H1.HeaderClassName
{
color: #9A627E;
}
.AnyTagClassName
{
color: #9A627E;
}
</style>
background-color css
<style>
a { background-color: #9A627E; }
a { background-color: rgb(154,98,126); }
div.DivClassName
{
background-color: #9A627E;
}
.BgClassName
{
background-color: #9A627E;
}
</style>
border-color css
<style>
span { border-color: #9A627E; }
span { border-color: rgb(154,98,126); }
td.TdClassName
{
border-color: #9A627E;
}
.TagClassName
{
border-color: #9A627E;
}
</style>