Shades of Strikemaster #9A617E
Tints of Strikemaster #9A617E
RGB
CMYK
RGB Variations
Color information
#9A617E (or 0x9A617E) is known color: Strikemaster. HEX triplet: 9A, 61 and 7E. RGB value is (154,97,126). Sum of RGB (Red+Green+Blue) = 154+97+126=377 (49% of max value = 765). Red value is 154 (60.55% from 255 or 40.85% from 377); Green value is 97 (38.28% from 255 or 25.73% from 377); Blue value is 126 (49.61% from 255 or 33.42% from 377); Max value from RGB is 154 - color contains mainly: red. Hex color #9A617E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A617E is #659E81. Grayscale: #757575. Windows color (decimal): -6659714 or 8282522. OLE color: 8282522.
HSL color Cylindrical-coordinate representation of color #9A617E: hue angle of 329.47º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9A617E is Cyan = 0, Magento = 0.37, Yellow = 0.18 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 97 | 126 | - |
| CMYK | 0 | 0.37 | 0.18 | 0.40 |
| HSL | 329.47º | 0.23% | 0.49% | - |
| HSV(B) | 329.47º | 0.37% | 0.6% | - |
| XYZ | 21.37 | 16.93 | 21.88 | - |
| YUV | 117.35 | 132.88 | 154.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 97 | 126 | 0 | 0.37 | 0.18 | 0.40 | 329.47 | 0.23 | 0.49 |
| Hex | 9A | 61 | 7E | 0 | 25 | 12 | 28 | 149 | 17 | 31 |
| Octal | 232 | 141 | 176 | 0 | 45 | 22 | 50 | 511 | 27 | 61 |
| Binary | 10011010 | 1100001 | 1111110 | 0 | 100101 | 10010 | 101000 | 101001001 | 10111 | 110001 |
Color Harmonies of #9A617E
Complementary color
Monochromatic Colors of #9A617E
Black with #9A617E
Text Example
Text Example
White with #9A617E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A617E; }
p { color: rgb(154,97,126); }
H1.HeaderClassName
{
color: #9A617E;
}
.AnyTagClassName
{
color: #9A617E;
}
</style>
background-color css
<style>
a { background-color: #9A617E; }
a { background-color: rgb(154,97,126); }
div.DivClassName
{
background-color: #9A617E;
}
.BgClassName
{
background-color: #9A617E;
}
</style>
border-color css
<style>
span { border-color: #9A617E; }
span { border-color: rgb(154,97,126); }
td.TdClassName
{
border-color: #9A617E;
}
.TagClassName
{
border-color: #9A617E;
}
</style>