Shades of Strikemaster #9A4880
Tints of Strikemaster #9A4880
RGB
CMYK
RGB Variations
Color information
#9A4880 (or 0x9A4880) is known color: Strikemaster. HEX triplet: 9A, 48 and 80. RGB value is (154,72,128). Sum of RGB (Red+Green+Blue) = 154+72+128=354 (46% of max value = 765). Red value is 154 (60.55% from 255 or 43.50% from 354); Green value is 72 (28.52% from 255 or 20.34% from 354); Blue value is 128 (50.39% from 255 or 36.16% from 354); Max value from RGB is 154 - color contains mainly: red. Hex color #9A4880 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A4880 is #65B77F. Grayscale: #666666. Windows color (decimal): -6666112 or 8407194. OLE color: 8407194.
HSL color Cylindrical-coordinate representation of color #9A4880: hue angle of 319.02º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9A4880 is Cyan = 0, Magento = 0.53, Yellow = 0.17 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 72 | 128 | - |
| CMYK | 0 | 0.53 | 0.17 | 0.40 |
| HSL | 319.02º | 0.36% | 0.44% | - |
| HSV(B) | 319.02º | 0.53% | 0.6% | - |
| XYZ | 19.54 | 13.06 | 21.91 | - |
| YUV | 102.9 | 142.17 | 164.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 72 | 128 | 0 | 0.53 | 0.17 | 0.40 | 319.02 | 0.36 | 0.44 |
| Hex | 9A | 48 | 80 | 0 | 35 | 11 | 28 | 13F | 24 | 2C |
| Octal | 232 | 110 | 200 | 0 | 65 | 21 | 50 | 477 | 44 | 54 |
| Binary | 10011010 | 1001000 | 10000000 | 0 | 110101 | 10001 | 101000 | 100111111 | 100100 | 101100 |
Color Harmonies of #9A4880
Complementary color
Monochromatic Colors of #9A4880
Black with #9A4880
Text Example
Text Example
White with #9A4880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A4880; }
p { color: rgb(154,72,128); }
H1.HeaderClassName
{
color: #9A4880;
}
.AnyTagClassName
{
color: #9A4880;
}
</style>
background-color css
<style>
a { background-color: #9A4880; }
a { background-color: rgb(154,72,128); }
div.DivClassName
{
background-color: #9A4880;
}
.BgClassName
{
background-color: #9A4880;
}
</style>
border-color css
<style>
span { border-color: #9A4880; }
span { border-color: rgb(154,72,128); }
td.TdClassName
{
border-color: #9A4880;
}
.TagClassName
{
border-color: #9A4880;
}
</style>