Shades of Strikemaster #9A4E88
Tints of Strikemaster #9A4E88
RGB
CMYK
RGB Variations
Color information
#9A4E88 (or 0x9A4E88) is known color: Strikemaster. HEX triplet: 9A, 4E and 88. RGB value is (154,78,136). Sum of RGB (Red+Green+Blue) = 154+78+136=368 (48% of max value = 765). Red value is 154 (60.55% from 255 or 41.85% from 368); Green value is 78 (30.86% from 255 or 21.20% from 368); Blue value is 136 (53.52% from 255 or 36.96% from 368); Max value from RGB is 154 - color contains mainly: red. Hex color #9A4E88 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A4E88 is #65B177. Grayscale: #6B6B6B. Windows color (decimal): -6664568 or 8933018. OLE color: 8933018.
HSL color Cylindrical-coordinate representation of color #9A4E88: hue angle of 314.21º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9A4E88 is Cyan = 0, Magento = 0.49, Yellow = 0.12 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 78 | 136 | - |
| CMYK | 0 | 0.49 | 0.12 | 0.40 |
| HSL | 314.21º | 0.33% | 0.45% | - |
| HSV(B) | 314.21º | 0.49% | 0.6% | - |
| XYZ | 20.49 | 14.1 | 24.93 | - |
| YUV | 107.34 | 144.18 | 161.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 78 | 136 | 0 | 0.49 | 0.12 | 0.40 | 314.21 | 0.33 | 0.45 |
| Hex | 9A | 4E | 88 | 0 | 31 | C | 28 | 13A | 21 | 2D |
| Octal | 232 | 116 | 210 | 0 | 61 | 14 | 50 | 472 | 41 | 55 |
| Binary | 10011010 | 1001110 | 10001000 | 0 | 110001 | 1100 | 101000 | 100111010 | 100001 | 101101 |
Color Harmonies of #9A4E88
Complementary color
Monochromatic Colors of #9A4E88
Black with #9A4E88
Text Example
Text Example
White with #9A4E88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A4E88; }
p { color: rgb(154,78,136); }
H1.HeaderClassName
{
color: #9A4E88;
}
.AnyTagClassName
{
color: #9A4E88;
}
</style>
background-color css
<style>
a { background-color: #9A4E88; }
a { background-color: rgb(154,78,136); }
div.DivClassName
{
background-color: #9A4E88;
}
.BgClassName
{
background-color: #9A4E88;
}
</style>
border-color css
<style>
span { border-color: #9A4E88; }
span { border-color: rgb(154,78,136); }
td.TdClassName
{
border-color: #9A4E88;
}
.TagClassName
{
border-color: #9A4E88;
}
</style>