Shades of Strikemaster #9A618B
Tints of Strikemaster #9A618B
RGB
CMYK
RGB Variations
Color information
#9A618B (or 0x9A618B) is known color: Strikemaster. HEX triplet: 9A, 61 and 8B. RGB value is (154,97,139). Sum of RGB (Red+Green+Blue) = 154+97+139=390 (51% of max value = 765). Red value is 154 (60.55% from 255 or 39.49% from 390); Green value is 97 (38.28% from 255 or 24.87% from 390); Blue value is 139 (54.69% from 255 or 35.64% from 390); Max value from RGB is 154 - color contains mainly: red. Hex color #9A618B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A618B is #659E74. Grayscale: #767676. Windows color (decimal): -6659701 or 9134490. OLE color: 9134490.
HSL color Cylindrical-coordinate representation of color #9A618B: hue angle of 315.79º 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 #9A618B is Cyan = 0, Magento = 0.37, Yellow = 0.10 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 97 | 139 | - |
| CMYK | 0 | 0.37 | 0.10 | 0.40 |
| HSL | 315.79º | 0.23% | 0.49% | - |
| HSV(B) | 315.79º | 0.37% | 0.6% | - |
| XYZ | 22.26 | 17.28 | 26.59 | - |
| YUV | 118.83 | 139.38 | 153.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 97 | 139 | 0 | 0.37 | 0.10 | 0.40 | 315.79 | 0.23 | 0.49 |
| Hex | 9A | 61 | 8B | 0 | 25 | A | 28 | 13C | 17 | 31 |
| Octal | 232 | 141 | 213 | 0 | 45 | 12 | 50 | 474 | 27 | 61 |
| Binary | 10011010 | 1100001 | 10001011 | 0 | 100101 | 1010 | 101000 | 100111100 | 10111 | 110001 |
Color Harmonies of #9A618B
Complementary color
Monochromatic Colors of #9A618B
Black with #9A618B
Text Example
Text Example
White with #9A618B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A618B; }
p { color: rgb(154,97,139); }
H1.HeaderClassName
{
color: #9A618B;
}
.AnyTagClassName
{
color: #9A618B;
}
</style>
background-color css
<style>
a { background-color: #9A618B; }
a { background-color: rgb(154,97,139); }
div.DivClassName
{
background-color: #9A618B;
}
.BgClassName
{
background-color: #9A618B;
}
</style>
border-color css
<style>
span { border-color: #9A618B; }
span { border-color: rgb(154,97,139); }
td.TdClassName
{
border-color: #9A618B;
}
.TagClassName
{
border-color: #9A618B;
}
</style>