Shades of Strikemaster #9A5E7B
Tints of Strikemaster #9A5E7B
RGB
CMYK
RGB Variations
Color information
#9A5E7B (or 0x9A5E7B) is known color: Strikemaster. HEX triplet: 9A, 5E and 7B. RGB value is (154,94,123). Sum of RGB (Red+Green+Blue) = 154+94+123=371 (49% of max value = 765). Red value is 154 (60.55% from 255 or 41.51% from 371); Green value is 94 (37.11% from 255 or 25.34% from 371); Blue value is 123 (48.44% from 255 or 33.15% from 371); Max value from RGB is 154 - color contains mainly: red. Hex color #9A5E7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A5E7B is #65A184. Grayscale: #737373. Windows color (decimal): -6660485 or 8085146. OLE color: 8085146.
HSL color Cylindrical-coordinate representation of color #9A5E7B: hue angle of 331º degrees, saturation: 0.24, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9A5E7B is Cyan = 0, Magento = 0.39, Yellow = 0.20 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 94 | 123 | - |
| CMYK | 0 | 0.39 | 0.20 | 0.40 |
| HSL | 331º | 0.24% | 0.49% | - |
| HSV(B) | 331º | 0.39% | 0.6% | - |
| XYZ | 20.9 | 16.31 | 20.78 | - |
| YUV | 115.25 | 132.38 | 155.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 94 | 123 | 0 | 0.39 | 0.20 | 0.40 | 331 | 0.24 | 0.49 |
| Hex | 9A | 5E | 7B | 0 | 27 | 14 | 28 | 14B | 18 | 31 |
| Octal | 232 | 136 | 173 | 0 | 47 | 24 | 50 | 513 | 30 | 61 |
| Binary | 10011010 | 1011110 | 1111011 | 0 | 100111 | 10100 | 101000 | 101001011 | 11000 | 110001 |
Color Harmonies of #9A5E7B
Complementary color
Monochromatic Colors of #9A5E7B
Black with #9A5E7B
Text Example
Text Example
White with #9A5E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A5E7B; }
p { color: rgb(154,94,123); }
H1.HeaderClassName
{
color: #9A5E7B;
}
.AnyTagClassName
{
color: #9A5E7B;
}
</style>
background-color css
<style>
a { background-color: #9A5E7B; }
a { background-color: rgb(154,94,123); }
div.DivClassName
{
background-color: #9A5E7B;
}
.BgClassName
{
background-color: #9A5E7B;
}
</style>
border-color css
<style>
span { border-color: #9A5E7B; }
span { border-color: rgb(154,94,123); }
td.TdClassName
{
border-color: #9A5E7B;
}
.TagClassName
{
border-color: #9A5E7B;
}
</style>