Shades of Strikemaster #95657D
Tints of Strikemaster #95657D
RGB
CMYK
RGB Variations
Color information
#95657D (or 0x95657D) is known color: Strikemaster. HEX triplet: 95, 65 and 7D. RGB value is (149,101,125). Sum of RGB (Red+Green+Blue) = 149+101+125=375 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.73% from 375); Green value is 101 (39.84% from 255 or 26.93% from 375); Blue value is 125 (49.22% from 255 or 33.33% from 375); Max value from RGB is 149 - color contains mainly: red. Hex color #95657D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95657D is #6A9A82. Grayscale: #767676. Windows color (decimal): -6986371 or 8218005. OLE color: 8218005.
HSL color Cylindrical-coordinate representation of color #95657D: hue angle of 330º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #95657D is Cyan = 0, Magento = 0.32, Yellow = 0.16 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 101 | 125 | - |
| CMYK | 0 | 0.32 | 0.16 | 0.42 |
| HSL | 330º | 0.19% | 0.49% | - |
| HSV(B) | 330º | 0.32% | 0.58% | - |
| XYZ | 20.75 | 17.18 | 21.62 | - |
| YUV | 118.09 | 131.9 | 150.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 101 | 125 | 0 | 0.32 | 0.16 | 0.42 | 330 | 0.19 | 0.49 |
| Hex | 95 | 65 | 7D | 0 | 20 | 10 | 2A | 14A | 13 | 31 |
| Octal | 225 | 145 | 175 | 0 | 40 | 20 | 52 | 512 | 23 | 61 |
| Binary | 10010101 | 1100101 | 1111101 | 0 | 100000 | 10000 | 101010 | 101001010 | 10011 | 110001 |
Color Harmonies of #95657D
Complementary color
Monochromatic Colors of #95657D
Black with #95657D
Text Example
Text Example
White with #95657D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95657D; }
p { color: rgb(149,101,125); }
H1.HeaderClassName
{
color: #95657D;
}
.AnyTagClassName
{
color: #95657D;
}
</style>
background-color css
<style>
a { background-color: #95657D; }
a { background-color: rgb(149,101,125); }
div.DivClassName
{
background-color: #95657D;
}
.BgClassName
{
background-color: #95657D;
}
</style>
border-color css
<style>
span { border-color: #95657D; }
span { border-color: rgb(149,101,125); }
td.TdClassName
{
border-color: #95657D;
}
.TagClassName
{
border-color: #95657D;
}
</style>