Shades of Strikemaster #95597C
Tints of Strikemaster #95597C
RGB
CMYK
RGB Variations
Color information
#95597C (or 0x95597C) is known color: Strikemaster. HEX triplet: 95, 59 and 7C. RGB value is (149,89,124). Sum of RGB (Red+Green+Blue) = 149+89+124=362 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.16% from 362); Green value is 89 (35.16% from 255 or 24.59% from 362); Blue value is 124 (48.83% from 255 or 34.25% from 362); Max value from RGB is 149 - color contains mainly: red. Hex color #95597C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95597C is #6AA683. Grayscale: #6E6E6E. Windows color (decimal): -6989444 or 8149397. OLE color: 8149397.
HSL color Cylindrical-coordinate representation of color #95597C: hue angle of 325º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #95597C is Cyan = 0, Magento = 0.40, Yellow = 0.17 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 89 | 124 | - |
| CMYK | 0 | 0.40 | 0.17 | 0.42 |
| HSL | 325º | 0.25% | 0.47% | - |
| HSV(B) | 325º | 0.4% | 0.58% | - |
| XYZ | 19.6 | 14.99 | 20.93 | - |
| YUV | 110.93 | 135.38 | 155.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 89 | 124 | 0 | 0.40 | 0.17 | 0.42 | 325 | 0.25 | 0.47 |
| Hex | 95 | 59 | 7C | 0 | 28 | 11 | 2A | 145 | 19 | 2F |
| Octal | 225 | 131 | 174 | 0 | 50 | 21 | 52 | 505 | 31 | 57 |
| Binary | 10010101 | 1011001 | 1111100 | 0 | 101000 | 10001 | 101010 | 101000101 | 11001 | 101111 |
Color Harmonies of #95597C
Complementary color
Monochromatic Colors of #95597C
Black with #95597C
Text Example
Text Example
White with #95597C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95597C; }
p { color: rgb(149,89,124); }
H1.HeaderClassName
{
color: #95597C;
}
.AnyTagClassName
{
color: #95597C;
}
</style>
background-color css
<style>
a { background-color: #95597C; }
a { background-color: rgb(149,89,124); }
div.DivClassName
{
background-color: #95597C;
}
.BgClassName
{
background-color: #95597C;
}
</style>
border-color css
<style>
span { border-color: #95597C; }
span { border-color: rgb(149,89,124); }
td.TdClassName
{
border-color: #95597C;
}
.TagClassName
{
border-color: #95597C;
}
</style>