Shades of Strikemaster #9A5C88
Tints of Strikemaster #9A5C88
RGB
CMYK
RGB Variations
Color information
#9A5C88 (or 0x9A5C88) is known color: Strikemaster. HEX triplet: 9A, 5C and 88. RGB value is (154,92,136). Sum of RGB (Red+Green+Blue) = 154+92+136=382 (50% of max value = 765). Red value is 154 (60.55% from 255 or 40.31% from 382); Green value is 92 (36.33% from 255 or 24.08% from 382); Blue value is 136 (53.52% from 255 or 35.60% from 382); Max value from RGB is 154 - color contains mainly: red. Hex color #9A5C88 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A5C88 is #65A377. Grayscale: #737373. Windows color (decimal): -6660984 or 8936602. OLE color: 8936602.
HSL color Cylindrical-coordinate representation of color #9A5C88: hue angle of 317.42º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9A5C88 is Cyan = 0, Magento = 0.40, Yellow = 0.12 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 92 | 136 | - |
| CMYK | 0 | 0.40 | 0.12 | 0.40 |
| HSL | 317.42º | 0.25% | 0.48% | - |
| HSV(B) | 317.42º | 0.4% | 0.6% | - |
| XYZ | 21.6 | 16.3 | 25.3 | - |
| YUV | 115.55 | 139.54 | 155.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 92 | 136 | 0 | 0.40 | 0.12 | 0.40 | 317.42 | 0.25 | 0.48 |
| Hex | 9A | 5C | 88 | 0 | 28 | C | 28 | 13D | 19 | 30 |
| Octal | 232 | 134 | 210 | 0 | 50 | 14 | 50 | 475 | 31 | 60 |
| Binary | 10011010 | 1011100 | 10001000 | 0 | 101000 | 1100 | 101000 | 100111101 | 11001 | 110000 |
Color Harmonies of #9A5C88
Complementary color
Monochromatic Colors of #9A5C88
Black with #9A5C88
Text Example
Text Example
White with #9A5C88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A5C88; }
p { color: rgb(154,92,136); }
H1.HeaderClassName
{
color: #9A5C88;
}
.AnyTagClassName
{
color: #9A5C88;
}
</style>
background-color css
<style>
a { background-color: #9A5C88; }
a { background-color: rgb(154,92,136); }
div.DivClassName
{
background-color: #9A5C88;
}
.BgClassName
{
background-color: #9A5C88;
}
</style>
border-color css
<style>
span { border-color: #9A5C88; }
span { border-color: rgb(154,92,136); }
td.TdClassName
{
border-color: #9A5C88;
}
.TagClassName
{
border-color: #9A5C88;
}
</style>