Shades of Strikemaster #9A4C7C
Tints of Strikemaster #9A4C7C
RGB
CMYK
RGB Variations
Color information
#9A4C7C (or 0x9A4C7C) is known color: Strikemaster. HEX triplet: 9A, 4C and 7C. RGB value is (154,76,124). Sum of RGB (Red+Green+Blue) = 154+76+124=354 (46% of max value = 765). Red value is 154 (60.55% from 255 or 43.50% from 354); Green value is 76 (30.08% from 255 or 21.47% from 354); Blue value is 124 (48.83% from 255 or 35.03% from 354); Max value from RGB is 154 - color contains mainly: red. Hex color #9A4C7C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A4C7C is #65B383. Grayscale: #686868. Windows color (decimal): -6665092 or 8146074. OLE color: 8146074.
HSL color Cylindrical-coordinate representation of color #9A4C7C: hue angle of 323.08º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9A4C7C is Cyan = 0, Magento = 0.51, Yellow = 0.19 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 76 | 124 | - |
| CMYK | 0 | 0.51 | 0.19 | 0.40 |
| HSL | 323.08º | 0.34% | 0.45% | - |
| HSV(B) | 323.08º | 0.51% | 0.6% | - |
| XYZ | 19.55 | 13.49 | 20.64 | - |
| YUV | 104.79 | 138.84 | 163.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 76 | 124 | 0 | 0.51 | 0.19 | 0.40 | 323.08 | 0.34 | 0.45 |
| Hex | 9A | 4C | 7C | 0 | 33 | 13 | 28 | 143 | 22 | 2D |
| Octal | 232 | 114 | 174 | 0 | 63 | 23 | 50 | 503 | 42 | 55 |
| Binary | 10011010 | 1001100 | 1111100 | 0 | 110011 | 10011 | 101000 | 101000011 | 100010 | 101101 |
Color Harmonies of #9A4C7C
Complementary color
Monochromatic Colors of #9A4C7C
Black with #9A4C7C
Text Example
Text Example
White with #9A4C7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A4C7C; }
p { color: rgb(154,76,124); }
H1.HeaderClassName
{
color: #9A4C7C;
}
.AnyTagClassName
{
color: #9A4C7C;
}
</style>
background-color css
<style>
a { background-color: #9A4C7C; }
a { background-color: rgb(154,76,124); }
div.DivClassName
{
background-color: #9A4C7C;
}
.BgClassName
{
background-color: #9A4C7C;
}
</style>
border-color css
<style>
span { border-color: #9A4C7C; }
span { border-color: rgb(154,76,124); }
td.TdClassName
{
border-color: #9A4C7C;
}
.TagClassName
{
border-color: #9A4C7C;
}
</style>