Shades of Strikemaster #95647E
Tints of Strikemaster #95647E
RGB
CMYK
RGB Variations
Color information
#95647E (or 0x95647E) is known color: Strikemaster. HEX triplet: 95, 64 and 7E. RGB value is (149,100,126). Sum of RGB (Red+Green+Blue) = 149+100+126=375 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.73% from 375); Green value is 100 (39.45% from 255 or 26.67% from 375); Blue value is 126 (49.61% from 255 or 33.6% from 375); Max value from RGB is 149 - color contains mainly: red. Hex color #95647E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95647E is #6A9B81. Grayscale: #757575. Windows color (decimal): -6986626 or 8283285. OLE color: 8283285.
HSL color Cylindrical-coordinate representation of color #95647E: hue angle of 328.16º 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 #95647E is Cyan = 0, Magento = 0.33, Yellow = 0.15 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 100 | 126 | - |
| CMYK | 0 | 0.33 | 0.15 | 0.42 |
| HSL | 328.16º | 0.2% | 0.49% | - |
| HSV(B) | 328.16º | 0.33% | 0.58% | - |
| XYZ | 20.72 | 17.01 | 21.93 | - |
| YUV | 117.62 | 132.73 | 150.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 100 | 126 | 0 | 0.33 | 0.15 | 0.42 | 328.16 | 0.2 | 0.49 |
| Hex | 95 | 64 | 7E | 0 | 21 | F | 2A | 148 | 14 | 31 |
| Octal | 225 | 144 | 176 | 0 | 41 | 17 | 52 | 510 | 24 | 61 |
| Binary | 10010101 | 1100100 | 1111110 | 0 | 100001 | 1111 | 101010 | 101001000 | 10100 | 110001 |
Color Harmonies of #95647E
Complementary color
Monochromatic Colors of #95647E
Black with #95647E
Text Example
Text Example
White with #95647E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95647E; }
p { color: rgb(149,100,126); }
H1.HeaderClassName
{
color: #95647E;
}
.AnyTagClassName
{
color: #95647E;
}
</style>
background-color css
<style>
a { background-color: #95647E; }
a { background-color: rgb(149,100,126); }
div.DivClassName
{
background-color: #95647E;
}
.BgClassName
{
background-color: #95647E;
}
</style>
border-color css
<style>
span { border-color: #95647E; }
span { border-color: rgb(149,100,126); }
td.TdClassName
{
border-color: #95647E;
}
.TagClassName
{
border-color: #95647E;
}
</style>