Shades of Strikemaster #95647F
Tints of Strikemaster #95647F
RGB
CMYK
RGB Variations
Color information
#95647F (or 0x95647F) is known color: Strikemaster. HEX triplet: 95, 64 and 7F. RGB value is (149,100,127). Sum of RGB (Red+Green+Blue) = 149+100+127=376 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.63% from 376); Green value is 100 (39.45% from 255 or 26.60% from 376); Blue value is 127 (50% from 255 or 33.78% from 376); Max value from RGB is 149 - color contains mainly: red. Hex color #95647F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95647F is #6A9B80. Grayscale: #757575. Windows color (decimal): -6986625 or 8348821. OLE color: 8348821.
HSL color Cylindrical-coordinate representation of color #95647F: hue angle of 326.94º 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 #95647F is Cyan = 0, Magento = 0.33, Yellow = 0.15 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 100 | 127 | - |
| CMYK | 0 | 0.33 | 0.15 | 0.42 |
| HSL | 326.94º | 0.2% | 0.49% | - |
| HSV(B) | 326.94º | 0.33% | 0.58% | - |
| XYZ | 20.78 | 17.04 | 22.27 | - |
| YUV | 117.73 | 133.23 | 150.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 100 | 127 | 0 | 0.33 | 0.15 | 0.42 | 326.94 | 0.2 | 0.49 |
| Hex | 95 | 64 | 7F | 0 | 21 | F | 2A | 147 | 14 | 31 |
| Octal | 225 | 144 | 177 | 0 | 41 | 17 | 52 | 507 | 24 | 61 |
| Binary | 10010101 | 1100100 | 1111111 | 0 | 100001 | 1111 | 101010 | 101000111 | 10100 | 110001 |
Color Harmonies of #95647F
Complementary color
Monochromatic Colors of #95647F
Black with #95647F
Text Example
Text Example
White with #95647F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95647F; }
p { color: rgb(149,100,127); }
H1.HeaderClassName
{
color: #95647F;
}
.AnyTagClassName
{
color: #95647F;
}
</style>
background-color css
<style>
a { background-color: #95647F; }
a { background-color: rgb(149,100,127); }
div.DivClassName
{
background-color: #95647F;
}
.BgClassName
{
background-color: #95647F;
}
</style>
border-color css
<style>
span { border-color: #95647F; }
span { border-color: rgb(149,100,127); }
td.TdClassName
{
border-color: #95647F;
}
.TagClassName
{
border-color: #95647F;
}
</style>