Shades of Strikemaster #95647C
Tints of Strikemaster #95647C
RGB
CMYK
RGB Variations
Color information
#95647C (or 0x95647C) is known color: Strikemaster. HEX triplet: 95, 64 and 7C. RGB value is (149,100,124). Sum of RGB (Red+Green+Blue) = 149+100+124=373 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.95% from 373); Green value is 100 (39.45% from 255 or 26.81% from 373); Blue value is 124 (48.83% from 255 or 33.24% from 373); Max value from RGB is 149 - color contains mainly: red. Hex color #95647C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95647C is #6A9B83. Grayscale: #757575. Windows color (decimal): -6986628 or 8152213. OLE color: 8152213.
HSL color Cylindrical-coordinate representation of color #95647C: hue angle of 330.61º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #95647C is Cyan = 0, Magento = 0.33, Yellow = 0.17 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 100 | 124 | - |
| CMYK | 0 | 0.33 | 0.17 | 0.42 |
| HSL | 330.61º | 0.2% | 0.49% | - |
| HSV(B) | 330.61º | 0.33% | 0.58% | - |
| XYZ | 20.59 | 16.96 | 21.26 | - |
| YUV | 117.39 | 131.73 | 150.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 100 | 124 | 0 | 0.33 | 0.17 | 0.42 | 330.61 | 0.2 | 0.49 |
| Hex | 95 | 64 | 7C | 0 | 21 | 11 | 2A | 14B | 14 | 31 |
| Octal | 225 | 144 | 174 | 0 | 41 | 21 | 52 | 513 | 24 | 61 |
| Binary | 10010101 | 1100100 | 1111100 | 0 | 100001 | 10001 | 101010 | 101001011 | 10100 | 110001 |
Color Harmonies of #95647C
Complementary color
Monochromatic Colors of #95647C
Black with #95647C
Text Example
Text Example
White with #95647C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95647C; }
p { color: rgb(149,100,124); }
H1.HeaderClassName
{
color: #95647C;
}
.AnyTagClassName
{
color: #95647C;
}
</style>
background-color css
<style>
a { background-color: #95647C; }
a { background-color: rgb(149,100,124); }
div.DivClassName
{
background-color: #95647C;
}
.BgClassName
{
background-color: #95647C;
}
</style>
border-color css
<style>
span { border-color: #95647C; }
span { border-color: rgb(149,100,124); }
td.TdClassName
{
border-color: #95647C;
}
.TagClassName
{
border-color: #95647C;
}
</style>