Shades of Strikemaster #9A5588
Tints of Strikemaster #9A5588
RGB
CMYK
RGB Variations
Color information
#9A5588 (or 0x9A5588) is known color: Strikemaster. HEX triplet: 9A, 55 and 88. RGB value is (154,85,136). Sum of RGB (Red+Green+Blue) = 154+85+136=375 (49% of max value = 765). Red value is 154 (60.55% from 255 or 41.07% from 375); Green value is 85 (33.59% from 255 or 22.67% from 375); Blue value is 136 (53.52% from 255 or 36.27% from 375); Max value from RGB is 154 - color contains mainly: red. Hex color #9A5588 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A5588 is #65AA77. Grayscale: #6F6F6F. Windows color (decimal): -6662776 or 8934810. OLE color: 8934810.
HSL color Cylindrical-coordinate representation of color #9A5588: hue angle of 315.65º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9A5588 is Cyan = 0, Magento = 0.45, Yellow = 0.12 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 85 | 136 | - |
| CMYK | 0 | 0.45 | 0.12 | 0.40 |
| HSL | 315.65º | 0.29% | 0.47% | - |
| HSV(B) | 315.65º | 0.45% | 0.6% | - |
| XYZ | 21.02 | 15.14 | 25.11 | - |
| YUV | 111.45 | 141.86 | 158.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 85 | 136 | 0 | 0.45 | 0.12 | 0.40 | 315.65 | 0.29 | 0.47 |
| Hex | 9A | 55 | 88 | 0 | 2D | C | 28 | 13C | 1D | 2F |
| Octal | 232 | 125 | 210 | 0 | 55 | 14 | 50 | 474 | 35 | 57 |
| Binary | 10011010 | 1010101 | 10001000 | 0 | 101101 | 1100 | 101000 | 100111100 | 11101 | 101111 |
Color Harmonies of #9A5588
Complementary color
Monochromatic Colors of #9A5588
Black with #9A5588
Text Example
Text Example
White with #9A5588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A5588; }
p { color: rgb(154,85,136); }
H1.HeaderClassName
{
color: #9A5588;
}
.AnyTagClassName
{
color: #9A5588;
}
</style>
background-color css
<style>
a { background-color: #9A5588; }
a { background-color: rgb(154,85,136); }
div.DivClassName
{
background-color: #9A5588;
}
.BgClassName
{
background-color: #9A5588;
}
</style>
border-color css
<style>
span { border-color: #9A5588; }
span { border-color: rgb(154,85,136); }
td.TdClassName
{
border-color: #9A5588;
}
.TagClassName
{
border-color: #9A5588;
}
</style>