Shades of Strikemaster #9A477D
Tints of Strikemaster #9A477D
RGB
CMYK
RGB Variations
Color information
#9A477D (or 0x9A477D) is known color: Strikemaster. HEX triplet: 9A, 47 and 7D. RGB value is (154,71,125). Sum of RGB (Red+Green+Blue) = 154+71+125=350 (46% of max value = 765). Red value is 154 (60.55% from 255 or 44% from 350); Green value is 71 (28.12% from 255 or 20.29% from 350); Blue value is 125 (49.22% from 255 or 35.71% from 350); Max value from RGB is 154 - color contains mainly: red. Hex color #9A477D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A477D is #65B882. Grayscale: #656565. Windows color (decimal): -6666371 or 8210330. OLE color: 8210330.
HSL color Cylindrical-coordinate representation of color #9A477D: hue angle of 320.96º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9A477D is Cyan = 0, Magento = 0.54, Yellow = 0.19 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 71 | 125 | - |
| CMYK | 0 | 0.54 | 0.19 | 0.40 |
| HSL | 320.96º | 0.37% | 0.44% | - |
| HSV(B) | 320.96º | 0.54% | 0.6% | - |
| XYZ | 19.28 | 12.86 | 20.87 | - |
| YUV | 101.97 | 141 | 165.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 71 | 125 | 0 | 0.54 | 0.19 | 0.40 | 320.96 | 0.37 | 0.44 |
| Hex | 9A | 47 | 7D | 0 | 36 | 13 | 28 | 141 | 25 | 2C |
| Octal | 232 | 107 | 175 | 0 | 66 | 23 | 50 | 501 | 45 | 54 |
| Binary | 10011010 | 1000111 | 1111101 | 0 | 110110 | 10011 | 101000 | 101000001 | 100101 | 101100 |
Color Harmonies of #9A477D
Complementary color
Monochromatic Colors of #9A477D
Black with #9A477D
Text Example
Text Example
White with #9A477D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A477D; }
p { color: rgb(154,71,125); }
H1.HeaderClassName
{
color: #9A477D;
}
.AnyTagClassName
{
color: #9A477D;
}
</style>
background-color css
<style>
a { background-color: #9A477D; }
a { background-color: rgb(154,71,125); }
div.DivClassName
{
background-color: #9A477D;
}
.BgClassName
{
background-color: #9A477D;
}
</style>
border-color css
<style>
span { border-color: #9A477D; }
span { border-color: rgb(154,71,125); }
td.TdClassName
{
border-color: #9A477D;
}
.TagClassName
{
border-color: #9A477D;
}
</style>