Shades of Strikemaster #9A5B85
Tints of Strikemaster #9A5B85
RGB
CMYK
RGB Variations
Color information
#9A5B85 (or 0x9A5B85) is known color: Strikemaster. HEX triplet: 9A, 5B and 85. RGB value is (154,91,133). Sum of RGB (Red+Green+Blue) = 154+91+133=378 (50% of max value = 765). Red value is 154 (60.55% from 255 or 40.74% from 378); Green value is 91 (35.94% from 255 or 24.07% from 378); Blue value is 133 (52.34% from 255 or 35.19% from 378); Max value from RGB is 154 - color contains mainly: red. Hex color #9A5B85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A5B85 is #65A47A. Grayscale: #727272. Windows color (decimal): -6661243 or 8739738. OLE color: 8739738.
HSL color Cylindrical-coordinate representation of color #9A5B85: hue angle of 320º degrees, saturation: 0.26, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9A5B85 is Cyan = 0, Magento = 0.41, Yellow = 0.14 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 91 | 133 | - |
| CMYK | 0 | 0.41 | 0.14 | 0.40 |
| HSL | 320º | 0.26% | 0.48% | - |
| HSV(B) | 320º | 0.41% | 0.6% | - |
| XYZ | 21.3 | 16.05 | 24.16 | - |
| YUV | 114.63 | 138.37 | 156.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 91 | 133 | 0 | 0.41 | 0.14 | 0.40 | 320 | 0.26 | 0.48 |
| Hex | 9A | 5B | 85 | 0 | 29 | E | 28 | 140 | 1A | 30 |
| Octal | 232 | 133 | 205 | 0 | 51 | 16 | 50 | 500 | 32 | 60 |
| Binary | 10011010 | 1011011 | 10000101 | 0 | 101001 | 1110 | 101000 | 101000000 | 11010 | 110000 |
Color Harmonies of #9A5B85
Complementary color
Monochromatic Colors of #9A5B85
Black with #9A5B85
Text Example
Text Example
White with #9A5B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A5B85; }
p { color: rgb(154,91,133); }
H1.HeaderClassName
{
color: #9A5B85;
}
.AnyTagClassName
{
color: #9A5B85;
}
</style>
background-color css
<style>
a { background-color: #9A5B85; }
a { background-color: rgb(154,91,133); }
div.DivClassName
{
background-color: #9A5B85;
}
.BgClassName
{
background-color: #9A5B85;
}
</style>
border-color css
<style>
span { border-color: #9A5B85; }
span { border-color: rgb(154,91,133); }
td.TdClassName
{
border-color: #9A5B85;
}
.TagClassName
{
border-color: #9A5B85;
}
</style>