Shades of Strikemaster #9A638B
Tints of Strikemaster #9A638B
RGB
CMYK
RGB Variations
Color information
#9A638B (or 0x9A638B) is known color: Strikemaster. HEX triplet: 9A, 63 and 8B. RGB value is (154,99,139). Sum of RGB (Red+Green+Blue) = 154+99+139=392 (51% of max value = 765). Red value is 154 (60.55% from 255 or 39.29% from 392); Green value is 99 (39.06% from 255 or 25.26% from 392); Blue value is 139 (54.69% from 255 or 35.46% from 392); Max value from RGB is 154 - color contains mainly: red. Hex color #9A638B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A638B is #659C74. Grayscale: #777777. Windows color (decimal): -6659189 or 9135002. OLE color: 9135002.
HSL color Cylindrical-coordinate representation of color #9A638B: hue angle of 316.36º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9A638B is Cyan = 0, Magento = 0.36, Yellow = 0.10 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 99 | 139 | - |
| CMYK | 0 | 0.36 | 0.10 | 0.40 |
| HSL | 316.36º | 0.22% | 0.5% | - |
| HSV(B) | 316.36º | 0.36% | 0.6% | - |
| XYZ | 22.45 | 17.66 | 26.65 | - |
| YUV | 120.01 | 138.72 | 152.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 99 | 139 | 0 | 0.36 | 0.10 | 0.40 | 316.36 | 0.22 | 0.5 |
| Hex | 9A | 63 | 8B | 0 | 24 | A | 28 | 13C | 16 | 32 |
| Octal | 232 | 143 | 213 | 0 | 44 | 12 | 50 | 474 | 26 | 62 |
| Binary | 10011010 | 1100011 | 10001011 | 0 | 100100 | 1010 | 101000 | 100111100 | 10110 | 110010 |
Color Harmonies of #9A638B
Complementary color
Monochromatic Colors of #9A638B
Black with #9A638B
Text Example
Text Example
White with #9A638B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A638B; }
p { color: rgb(154,99,139); }
H1.HeaderClassName
{
color: #9A638B;
}
.AnyTagClassName
{
color: #9A638B;
}
</style>
background-color css
<style>
a { background-color: #9A638B; }
a { background-color: rgb(154,99,139); }
div.DivClassName
{
background-color: #9A638B;
}
.BgClassName
{
background-color: #9A638B;
}
</style>
border-color css
<style>
span { border-color: #9A638B; }
span { border-color: rgb(154,99,139); }
td.TdClassName
{
border-color: #9A638B;
}
.TagClassName
{
border-color: #9A638B;
}
</style>