Shades of Strikemaster #95597A
Tints of Strikemaster #95597A
RGB
CMYK
RGB Variations
Color information
#95597A (or 0x95597A) is known color: Strikemaster. HEX triplet: 95, 59 and 7A. RGB value is (149,89,122). Sum of RGB (Red+Green+Blue) = 149+89+122=360 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.39% from 360); Green value is 89 (35.16% from 255 or 24.72% from 360); Blue value is 122 (48.05% from 255 or 33.89% from 360); Max value from RGB is 149 - color contains mainly: red. Hex color #95597A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95597A is #6AA685. Grayscale: #6E6E6E. Windows color (decimal): -6989446 or 8018325. OLE color: 8018325.
HSL color Cylindrical-coordinate representation of color #95597A: hue angle of 327º 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 #95597A is Cyan = 0, Magento = 0.40, Yellow = 0.18 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 89 | 122 | - |
| CMYK | 0 | 0.40 | 0.18 | 0.42 |
| HSL | 327º | 0.25% | 0.47% | - |
| HSV(B) | 327º | 0.4% | 0.58% | - |
| XYZ | 19.48 | 14.94 | 20.27 | - |
| YUV | 110.7 | 134.38 | 155.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 89 | 122 | 0 | 0.40 | 0.18 | 0.42 | 327 | 0.25 | 0.47 |
| Hex | 95 | 59 | 7A | 0 | 28 | 12 | 2A | 147 | 19 | 2F |
| Octal | 225 | 131 | 172 | 0 | 50 | 22 | 52 | 507 | 31 | 57 |
| Binary | 10010101 | 1011001 | 1111010 | 0 | 101000 | 10010 | 101010 | 101000111 | 11001 | 101111 |
Color Harmonies of #95597A
Complementary color
Monochromatic Colors of #95597A
Black with #95597A
Text Example
Text Example
White with #95597A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95597A; }
p { color: rgb(149,89,122); }
H1.HeaderClassName
{
color: #95597A;
}
.AnyTagClassName
{
color: #95597A;
}
</style>
background-color css
<style>
a { background-color: #95597A; }
a { background-color: rgb(149,89,122); }
div.DivClassName
{
background-color: #95597A;
}
.BgClassName
{
background-color: #95597A;
}
</style>
border-color css
<style>
span { border-color: #95597A; }
span { border-color: rgb(149,89,122); }
td.TdClassName
{
border-color: #95597A;
}
.TagClassName
{
border-color: #95597A;
}
</style>