Shades of Strikemaster #95497E
Tints of Strikemaster #95497E
RGB
CMYK
RGB Variations
Color information
#95497E (or 0x95497E) is known color: Strikemaster. HEX triplet: 95, 49 and 7E. RGB value is (149,73,126). Sum of RGB (Red+Green+Blue) = 149+73+126=348 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.82% from 348); Green value is 73 (28.91% from 255 or 20.98% from 348); Blue value is 126 (49.61% from 255 or 36.21% from 348); Max value from RGB is 149 - color contains mainly: red. Hex color #95497E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95497E is #6AB681. Grayscale: #656565. Windows color (decimal): -6993538 or 8276373. OLE color: 8276373.
HSL color Cylindrical-coordinate representation of color #95497E: hue angle of 318.16º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #95497E is Cyan = 0, Magento = 0.51, Yellow = 0.15 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 73 | 126 | - |
| CMYK | 0 | 0.51 | 0.15 | 0.42 |
| HSL | 318.16º | 0.34% | 0.44% | - |
| HSV(B) | 318.16º | 0.51% | 0.58% | - |
| XYZ | 18.54 | 12.66 | 21.21 | - |
| YUV | 101.77 | 141.68 | 161.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 73 | 126 | 0 | 0.51 | 0.15 | 0.42 | 318.16 | 0.34 | 0.44 |
| Hex | 95 | 49 | 7E | 0 | 33 | F | 2A | 13E | 22 | 2C |
| Octal | 225 | 111 | 176 | 0 | 63 | 17 | 52 | 476 | 42 | 54 |
| Binary | 10010101 | 1001001 | 1111110 | 0 | 110011 | 1111 | 101010 | 100111110 | 100010 | 101100 |
Color Harmonies of #95497E
Complementary color
Monochromatic Colors of #95497E
Black with #95497E
Text Example
Text Example
White with #95497E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95497E; }
p { color: rgb(149,73,126); }
H1.HeaderClassName
{
color: #95497E;
}
.AnyTagClassName
{
color: #95497E;
}
</style>
background-color css
<style>
a { background-color: #95497E; }
a { background-color: rgb(149,73,126); }
div.DivClassName
{
background-color: #95497E;
}
.BgClassName
{
background-color: #95497E;
}
</style>
border-color css
<style>
span { border-color: #95497E; }
span { border-color: rgb(149,73,126); }
td.TdClassName
{
border-color: #95497E;
}
.TagClassName
{
border-color: #95497E;
}
</style>