Shades of Strikemaster #9A5585
Tints of Strikemaster #9A5585
RGB
CMYK
RGB Variations
Color information
#9A5585 (or 0x9A5585) is known color: Strikemaster. HEX triplet: 9A, 55 and 85. RGB value is (154,85,133). Sum of RGB (Red+Green+Blue) = 154+85+133=372 (49% of max value = 765). Red value is 154 (60.55% from 255 or 41.40% from 372); Green value is 85 (33.59% from 255 or 22.85% from 372); Blue value is 133 (52.34% from 255 or 35.75% from 372); Max value from RGB is 154 - color contains mainly: red. Hex color #9A5585 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A5585 is #65AA7A. Grayscale: #6E6E6E. Windows color (decimal): -6662779 or 8738202. OLE color: 8738202.
HSL color Cylindrical-coordinate representation of color #9A5585: hue angle of 318.26º 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 #9A5585 is Cyan = 0, Magento = 0.45, Yellow = 0.14 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 85 | 133 | - |
| CMYK | 0 | 0.45 | 0.14 | 0.40 |
| HSL | 318.26º | 0.29% | 0.47% | - |
| HSV(B) | 318.26º | 0.45% | 0.6% | - |
| XYZ | 20.81 | 15.06 | 24 | - |
| YUV | 111.1 | 140.36 | 158.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 85 | 133 | 0 | 0.45 | 0.14 | 0.40 | 318.26 | 0.29 | 0.47 |
| Hex | 9A | 55 | 85 | 0 | 2D | E | 28 | 13E | 1D | 2F |
| Octal | 232 | 125 | 205 | 0 | 55 | 16 | 50 | 476 | 35 | 57 |
| Binary | 10011010 | 1010101 | 10000101 | 0 | 101101 | 1110 | 101000 | 100111110 | 11101 | 101111 |
Color Harmonies of #9A5585
Complementary color
Monochromatic Colors of #9A5585
Black with #9A5585
Text Example
Text Example
White with #9A5585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A5585; }
p { color: rgb(154,85,133); }
H1.HeaderClassName
{
color: #9A5585;
}
.AnyTagClassName
{
color: #9A5585;
}
</style>
background-color css
<style>
a { background-color: #9A5585; }
a { background-color: rgb(154,85,133); }
div.DivClassName
{
background-color: #9A5585;
}
.BgClassName
{
background-color: #9A5585;
}
</style>
border-color css
<style>
span { border-color: #9A5585; }
span { border-color: rgb(154,85,133); }
td.TdClassName
{
border-color: #9A5585;
}
.TagClassName
{
border-color: #9A5585;
}
</style>